Skip to main content

Skills Catalog Intake & AEEF Starter Mapping

This reference page shows how to intake an external skills catalog (for example, awesome-claude-skills) and convert selected entries into an AEEF-governed internal starter catalog.

It complements:

What Was Implemented (Example Intake)

1. Quarantine Clone

  • External source cloned to: intelligence/intake/quarantine/awesome-claude-skills
  • Purpose: evaluate metadata and candidate skills without direct runtime adoption

2. Attribution Manifest

  • Manifest: intelligence/intake/manifests/awesome-claude-skills_attribution_manifest.md
  • Includes source owner, URL, commit snapshot, category counts, and attribution obligations

3. Triage Evaluation

  • Evaluation record: intelligence/intake/evaluations/awesome-claude-skills_aeef_triage_2026-02-26.md
  • Decision classes: APPROVED, PROVISIONAL, BLOCKED_FOR_STARTER, WATCHLIST

4. Internal Starter Catalog Mapping

  • Mapped catalog file: reference-implementations/transform/skills-catalog/aeef-approved-starter-catalog.yaml
  • AEEF fields included: skill-id, risk class, role/environment gates, required gates, standards mapping, attribution source

Additional Intake Example: Official Vendor Skills (anthropics/skills)

In addition to community discovery catalogs, AEEF also supports intake of official vendor skill repositories.

Implemented example:

  • Quarantined clone: intelligence/intake/quarantine/anthropics-skills
  • Attribution manifest: intelligence/intake/manifests/anthropics-skills_attribution_manifest.md
  • Triage record: intelligence/intake/evaluations/anthropics-skills_aeef_triage_2026-02-26.md
  • Per-skill license matrix: intelligence/intake/manifests/anthropics-skills_license_matrix.md

Why this matters:

  • gives AEEF an official baseline for skill packaging and quality patterns
  • improves evaluation of community skills against vendor examples
  • requires license-aware intake because some skills may be source-available rather than open source

Starter Catalog Design Principles (AEEF)

  • Start small: 5-10 skills with clear owners and strong traceability
  • Approve low-risk workflow skills first (testing, debugging, review support)
  • Keep elevated/mutating skills provisional until sandboxed validation is complete
  • Preserve upstream attribution for every mapped skill
  • Track per-skill license/usage status (especially for official vendor repos with mixed terms)
  • Bind skills to role and environment gates before enabling multi-agent execution

Selected Mapping Snapshot (from intake)

AEEF Skill IDUpstream SkillStatusPrimary UseKey Controls
aeef.impl.tdd-assisttest-driven-developmentApprovedfeature implementation disciplinecode review + tests
aeef.reliability.root-cause-tracingroot-cause-tracingApproveddebugging and failure analysisread-first usage + human review
aeef.reliability.systematic-debuggingsystematic-debuggingApprovedstructured debuggingtest validation + review
aeef.testing.pairwise-test-designpypict-claude-skillApprovedrisk-based test generationtest gate + review
aeef.review.plan-implementation-conformancereview-implementingApprovedplan/spec conformance reviewno merge authority
aeef.git.worktree-isolationusing-git-worktreesProvisionalparallel agent work isolationdev-only, no merge/push
aeef.qa.webapp-testingwebapp-testingProvisionalbrowser testing automationstaging-only + sandboxed browser
aeef.security.vibesec-reviewVibeSec-SkillProvisionalsecure vibe coding reviewsecurity owner review
aeef.security.owasp-reviewowasp-securityProvisionalsecurity review companionsensitive skill gates
aeef.security.secret-safe-sessionvarlock-claude-skillProvisionalsecret hygiene workflowsecret-safe test harness

How to Apply This Pattern in Your Repo

  1. Clone external catalog into intake/quarantine (never directly into runtime skills/ folders).
  2. Generate an attribution manifest with source URL, owner, snapshot commit, and parser output.
  3. Triage candidate skills against AEEF pillars and PRD standards.
  4. Map selected skills into an internal registry file with role/environment gates.
  5. Enable only approved skills in developer and agent workflows.
  6. Keep provisional skills sandboxed and behind explicit human approval.

Integration with Agent SDLC

Use the mapped catalog together with:

Attribution Notice

This page does not copy external skill content into AEEF. It demonstrates governance-first intake, attribution, and controlled mapping of selected skills into an internal enterprise catalog.