Files
playbook/.gitea/ci/thirdparty_skills.json
T
csh 699b431cac feat(workflow): adopt Matt Pocock ticket workflow
Replace the Superpowers plan pipeline with grill-with-docs, specs, local tickets, and ticket-native execution.

BREAKING CHANGE: Remove the legacy Plan CLI, prompt templates, and Superpowers skills.
2026-08-10 16:55:46 +08:00

119 lines
3.8 KiB
JSON

{
"sources": [
{
"id": "matt-pocock-skills",
"upstream_repo": "https://github.com/mattpocock/skills.git",
"upstream_ref": "main",
"snapshot_dir": "matt-pocock-skills",
"sync_mode": "copy_skill_dirs",
"source_list": "skills/thirdparty/.sources/matt-pocock-skills.list",
"skills_subdirs": [
"skills/engineering",
"skills/productivity",
"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"
]
},
{
"id": "ui-ux-pro-max",
"upstream_repo": "https://github.com/nextlevelbuilder/ui-ux-pro-max-skill.git",
"upstream_ref": "main",
"snapshot_dir": "ui-ux-pro-max",
"sync_mode": "render_skill",
"source_list": "skills/thirdparty/.sources/ui-ux-pro-max.list",
"output_name": "ui-ux-pro-max",
"platform_config": "src/ui-ux-pro-max/templates/platforms/codex.json",
"template_root": "src/ui-ux-pro-max/templates",
"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",
"upstream_ref": "main",
"snapshot_dir": "brooks-lint",
"sync_mode": "copy_skill_dirs",
"source_list": "skills/thirdparty/.sources/brooks-lint.list",
"skills_subdir": "skills",
"include_skill_dirs": [
"_shared",
"brooks-audit",
"brooks-debt",
"brooks-health",
"brooks-review",
"brooks-sweep",
"brooks-test"
]
},
{
"id": "codebase-recon",
"upstream_repo": "https://github.com/outfitter-dev/agents.git",
"upstream_ref": "main",
"snapshot_dir": "outfitter-agents",
"sync_mode": "copy_skill_dirs",
"source_list": "skills/thirdparty/.sources/codebase-recon.list",
"skills_subdir": "plugins/outfitter/skills",
"include_skill_dirs": ["codebase-recon", "pathfinding"]
},
{
"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",
"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"]
}
]
}