playbook/skills/thirdparty/thirdparty-skills.yml

60 lines
1.8 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.