♻️ refactor(agent): streamline skills and rulesets
This commit is contained in:
@@ -13,35 +13,25 @@
|
||||
"skills/misc"
|
||||
],
|
||||
"include_skill_dirs": [
|
||||
"ask-matt",
|
||||
"code-review",
|
||||
"codebase-design",
|
||||
"diagnosing-bugs",
|
||||
"domain-modeling",
|
||||
"git-guardrails-claude-code",
|
||||
"grill-me",
|
||||
"grill-with-docs",
|
||||
"grilling",
|
||||
"handoff",
|
||||
"implement",
|
||||
"improve-codebase-architecture",
|
||||
"migrate-to-shoehorn",
|
||||
"prototype",
|
||||
"research",
|
||||
"resolving-merge-conflicts",
|
||||
"scaffold-exercises",
|
||||
"setup-matt-pocock-skills",
|
||||
"setup-pre-commit",
|
||||
"tdd",
|
||||
"teach",
|
||||
"to-questionnaire",
|
||||
"to-spec",
|
||||
"to-tickets",
|
||||
"triage",
|
||||
"wait-what",
|
||||
"wayfinder",
|
||||
"wizard",
|
||||
"writing-for-agents"
|
||||
"wizard"
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -57,15 +47,6 @@
|
||||
"data_dir": "src/ui-ux-pro-max/data",
|
||||
"scripts_dir": "src/ui-ux-pro-max/scripts"
|
||||
},
|
||||
{
|
||||
"id": "andrej-karpathy-skills",
|
||||
"upstream_repo": "https://github.com/forrestchang/andrej-karpathy-skills.git",
|
||||
"upstream_ref": "main",
|
||||
"snapshot_dir": "andrej-karpathy-skills",
|
||||
"sync_mode": "copy_skill_dirs",
|
||||
"source_list": "skills/thirdparty/.sources/andrej-karpathy-skills.list",
|
||||
"skills_subdir": "skills"
|
||||
},
|
||||
{
|
||||
"id": "brooks-lint",
|
||||
"upstream_repo": "https://github.com/hyhmrright/brooks-lint.git",
|
||||
@@ -92,27 +73,41 @@
|
||||
"sync_mode": "copy_skill_dirs",
|
||||
"source_list": "skills/thirdparty/.sources/codebase-recon.list",
|
||||
"skills_subdir": "plugins/outfitter/skills",
|
||||
"include_skill_dirs": ["codebase-recon", "pathfinding"]
|
||||
"include_skill_dirs": ["codebase-recon"],
|
||||
"overlay_patch": ".gitea/ci/thirdparty-skill-overlays/codebase-recon.patch"
|
||||
},
|
||||
{
|
||||
"id": "codebase-migrate",
|
||||
"upstream_repo": "https://github.com/ComposioHQ/awesome-codex-skills.git",
|
||||
"upstream_ref": "master",
|
||||
"snapshot_dir": "awesome-codex-skills",
|
||||
"sync_mode": "copy_skill_dirs",
|
||||
"source_list": "skills/thirdparty/.sources/codebase-migrate.list",
|
||||
"skills_subdir": ".",
|
||||
"include_skill_dirs": ["codebase-migrate"]
|
||||
},
|
||||
{
|
||||
"id": "uncle-bob-craft",
|
||||
"upstream_repo": "https://github.com/sickn33/antigravity-awesome-skills.git",
|
||||
"id": "cangjie-skill",
|
||||
"upstream_repo": "https://github.com/kangarooking/cangjie-skill.git",
|
||||
"upstream_ref": "main",
|
||||
"snapshot_dir": "antigravity-awesome-skills",
|
||||
"sync_mode": "copy_skill_dirs",
|
||||
"source_list": "skills/thirdparty/.sources/uncle-bob-craft.list",
|
||||
"skills_subdir": "skills",
|
||||
"include_skill_dirs": ["uncle-bob-craft"]
|
||||
"snapshot_dir": "cangjie-skill",
|
||||
"sync_mode": "copy_skill_root",
|
||||
"source_list": "skills/thirdparty/.sources/cangjie-skill.list",
|
||||
"output_name": "cangjie-skill",
|
||||
"include_paths": [
|
||||
"SKILL.md",
|
||||
"LICENSE",
|
||||
"methodology",
|
||||
"extractors",
|
||||
"templates"
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "darwin-skill",
|
||||
"upstream_repo": "https://github.com/alchaincyf/darwin-skill.git",
|
||||
"upstream_ref": "master",
|
||||
"snapshot_dir": "darwin-skill",
|
||||
"sync_mode": "copy_skill_root",
|
||||
"source_list": "skills/thirdparty/.sources/darwin-skill.list",
|
||||
"output_name": "darwin-skill",
|
||||
"include_paths": [
|
||||
"SKILL.md",
|
||||
"LICENSE",
|
||||
"references",
|
||||
"scripts",
|
||||
"templates",
|
||||
"test-prompts.json"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user