56 lines
1.6 KiB
YAML
56 lines
1.6 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_path: plugins/outfitter/skills/codebase-recon
|
|
upstream_layout: single_skill_dir
|
|
selected_for:
|
|
- risk scan
|
|
- git-history hotspot analysis
|
|
- codebase reconnaissance before planning
|
|
- refactor-risk assessment
|
|
playbook_fit: pre-design and pre-refactor codebase risk discovery
|
|
notes:
|
|
- Upstream skill lives inside a larger agents repository.
|
|
|
|
- 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.
|