86 lines
2.5 KiB
YAML
86 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
|
|
upstream_layout: multi_skill_subset
|
|
selected_for:
|
|
- risk scan
|
|
- git-history hotspot analysis
|
|
- codebase reconnaissance before planning
|
|
- refactor-risk assessment
|
|
- evidence-based confidence calibration
|
|
playbook_fit: pre-design and pre-refactor codebase risk discovery
|
|
notes:
|
|
- Upstream skills live inside a larger agents repository.
|
|
- A sync overlay makes codebase-recon confidence calibration self-contained.
|
|
|
|
- id: cangjie-skill
|
|
sync: enabled
|
|
upstream_repo: https://github.com/kangarooking/cangjie-skill
|
|
upstream_ref: main
|
|
upstream_layout: repository_root_skill
|
|
upstream_paths:
|
|
- SKILL.md
|
|
- LICENSE
|
|
- methodology
|
|
- extractors
|
|
- templates
|
|
selected_for:
|
|
- distilling books and long-form content into executable skills
|
|
- extracting reusable frameworks, principles, and methods
|
|
- generating Darwin-compatible skill test prompts
|
|
playbook_fit: long-form knowledge distillation into reusable skills
|
|
notes:
|
|
- The repository root is the skill directory.
|
|
- Licensed under AGPL-3.0.
|
|
|
|
- id: darwin-skill
|
|
sync: enabled
|
|
upstream_repo: https://github.com/alchaincyf/darwin-skill
|
|
upstream_ref: master
|
|
upstream_layout: repository_root_skill
|
|
upstream_paths:
|
|
- SKILL.md
|
|
- LICENSE
|
|
- references
|
|
- scripts
|
|
- templates
|
|
- test-prompts.json
|
|
selected_for:
|
|
- skill quality assessment
|
|
- test-prompt-driven skill optimization
|
|
- paired evaluation and regression control
|
|
playbook_fit: evaluation and iterative optimization of skills
|
|
notes:
|
|
- The repository root is the skill directory.
|
|
- Licensed under MIT.
|