- Move all third-party skills from codex/skills/ to codex/skills/thirdparty/ - Move .sources/ to codex/skills/thirdparty/.sources/ - Delete systematic-debugging/CREATION-LOG.md (internal dev note, not skill content) - Update sync_thirdparty_skills.sh paths and conflict detection - Update thirdparty_skills.json source_list paths - Update install_skills_action to collect from both own and thirdparty dirs, logging [thirdparty] tag for third-party installs - Update SKILLS.md directory structure docs - Update tests to reflect new paths Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
37 lines
1.3 KiB
JSON
37 lines
1.3 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": "codex/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_codex_skill",
|
|
"source_list": "codex/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": "codex/skills/thirdparty/.sources/andrej-karpathy-skills.list",
|
|
"skills_subdir": "skills"
|
|
}
|
|
]
|
|
}
|