playbook/.gitea/ci/thirdparty_skills.json

85 lines
3.0 KiB
JSON

{
"sources": [
{
"id": "superpowers",
"upstream_repo": "https://github.com/obra/superpowers.git",
"upstream_ref": "main",
"snapshot_dir": "superpowers",
"sync_mode": "copy_skill_dirs",
"source_list": "skills/thirdparty/.sources/superpowers.list",
"skills_subdir": "skills",
"remove_paths": ["skills/ui-ux-pro-max"]
},
{
"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"]
}
]
}