77 lines
2.5 KiB
YAML
77 lines
2.5 KiB
YAML
# Third-party skill registry.
|
|
|
|
version: 1
|
|
|
|
skills:
|
|
- id: brooks-lint
|
|
sync: enabled
|
|
upstream_repo: https://github.com/hyhmrright/brooks-lint
|
|
upstream_ref: main
|
|
upstream_layout: multi_skill_suite
|
|
upstream_paths:
|
|
- skills/brooks-audit
|
|
- skills/brooks-debt
|
|
- skills/brooks-health
|
|
- skills/brooks-review
|
|
- skills/brooks-sweep
|
|
- skills/brooks-test
|
|
- skills/_shared
|
|
selected_for:
|
|
- architecture audit
|
|
- technical debt review
|
|
- PR review
|
|
- test quality review
|
|
playbook_fit: architecture and code-quality review support
|
|
notes:
|
|
- Upstream is a suite of related review and audit skills.
|
|
|
|
- id: codebase-recon
|
|
sync: enabled
|
|
upstream_repo: https://github.com/outfitter-dev/agents
|
|
upstream_ref: main
|
|
upstream_paths:
|
|
- plugins/outfitter/skills/codebase-recon
|
|
- plugins/outfitter/skills/pathfinding
|
|
upstream_layout: multi_skill_subset
|
|
selected_for:
|
|
- risk scan
|
|
- git-history hotspot analysis
|
|
- codebase reconnaissance before planning
|
|
- refactor-risk assessment
|
|
- confidence calibration reference dependency
|
|
playbook_fit: pre-design and pre-refactor codebase risk discovery
|
|
notes:
|
|
- Upstream skills live inside a larger agents repository.
|
|
- pathfinding is included because codebase-recon links to pathfinding/references/confidence.md.
|
|
|
|
- id: codebase-migrate
|
|
sync: enabled
|
|
upstream_repo: https://github.com/ComposioHQ/awesome-codex-skills
|
|
upstream_ref: master
|
|
upstream_path: codebase-migrate
|
|
upstream_layout: single_skill_dir
|
|
selected_for:
|
|
- large codebase migrations
|
|
- multi-file refactors
|
|
- reviewable refactor batches
|
|
- CI-verified migration workflows
|
|
notes:
|
|
- Sourced from awesome-codex-skills.
|
|
|
|
- id: uncle-bob-craft
|
|
sync: enabled
|
|
upstream_repo: https://github.com/sickn33/antigravity-awesome-skills
|
|
upstream_ref: main
|
|
upstream_path: skills/uncle-bob-craft
|
|
upstream_layout: single_skill_from_suite
|
|
selected_for:
|
|
- Clean Architecture review
|
|
- SOLID review
|
|
- design-pattern misuse checks
|
|
- architecture-boundary refactoring
|
|
- code craftsmanship review
|
|
playbook_fit: architecture and code-quality craft review support
|
|
notes:
|
|
- Upstream skill includes references for Clean Architecture, Clean Coder, Clean Agile, and design-pattern discipline.
|
|
- Registered as a single selected skill from a larger community skill suite.
|