♻️ refactor(agent): streamline skills and rulesets
This commit is contained in:
+38
-29
@@ -31,46 +31,55 @@ skills:
|
||||
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
|
||||
- evidence-based confidence calibration
|
||||
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.
|
||||
- A sync overlay makes codebase-recon confidence calibration self-contained.
|
||||
|
||||
- id: codebase-migrate
|
||||
- id: cangjie-skill
|
||||
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_repo: https://github.com/kangarooking/cangjie-skill
|
||||
upstream_ref: main
|
||||
upstream_path: skills/uncle-bob-craft
|
||||
upstream_layout: single_skill_from_suite
|
||||
upstream_layout: repository_root_skill
|
||||
upstream_paths:
|
||||
- SKILL.md
|
||||
- LICENSE
|
||||
- methodology
|
||||
- extractors
|
||||
- templates
|
||||
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
|
||||
- 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:
|
||||
- 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.
|
||||
- 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.
|
||||
|
||||
Reference in New Issue
Block a user