Use this repo to understand the stack, choose what to install, and avoid copying private state.
- Read
data/summary.jsonto understand the size of the stack. - Read
data/skill-sources.jsonwhen a task mentions a specific skill. - If
install_methodisplugin, install or enable the listed plugin fromsource_url_or_label. - If
install_methodisbundled-runtime, update the host runtime. - If
install_methodismanual-review, do not install from this repo. Ask for an approved source repo or reviewed skill file.
python3 scripts/render_install_plan.py --summary
python3 scripts/render_install_plan.py --skill react
python3 scripts/render_install_plan.py --host codex --method plugin
python3 scripts/render_install_plan.py --host claude-code --category security| Field | Meaning |
|---|---|
skill |
Skill name |
category |
Heuristic category |
host |
Intended host: codex, claude-code, shared-agents, or manual |
install_method |
Safe install route |
resolution_status |
Whether the source is public, bundled/marketplace, or requires manual source review |
plugin |
Plugin that contributes the skill, when known |
marketplace |
Plugin marketplace or namespace |
source_url_or_label |
Public repo, marketplace label, or bundled runtime label |
source_locator |
Sanitized relative locator, useful for debugging origin |
install_note |
Human-readable install guidance |
| Method | Meaning |
|---|---|
plugin |
Install the plugin using the host tool or the public source. Do not copy cache folders. |
bundled-runtime |
Update the host app/runtime. The skill is shipped with it. |
manual-review |
Inventory only. The raw skill body is not published here. |
unknown |
No safe install route was inferred. |
When a user says "set up my work machine like this stack", start from plugin-derived rows. They have public repos or marketplace labels and are safer to reproduce.
For direct/custom skills, make a checklist rather than an installer. The checklist should say which skills are desired and which source repo or reviewed SKILL.md is still needed.