From platty
Use when listing, filtering, including, deprecating, or reviewing Platty technical documentation targets before docs generation.
How this skill is triggered — by the user, by Claude, or both
Slash command
/platty:platty-docs-target-curationThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this before technical document generation when the user wants to inspect or narrow API, screen, event, or job targets.
Use this before technical document generation when the user wants to inspect or narrow API, screen, event, or job targets.
Run curation as ordered steps, not ad-hoc commands:
platty docs targets list --project <project> --json
platty docs targets list --project <project> --kind api --method POST --search "<term>" --json
Use --kind, --repo, --method, --search, --limit, and --offset to narrow large target sets.
platty docs targets deprecate --project <project> --ids <bad-id1,bad-id2> --note "<reason>" --json
include is not only an undo for deprecate — it records the accepted curation decision:platty docs targets include --project <project> --ids <accepted-id1,accepted-id2> --json
Re-list with the same filters and confirm only the accepted targets remain active.
Rebuild and review shared segments before generation so cross-target shared code is grouped:
platty docs shared-segments rebuild --project <project> --json
platty docs shared-segments list --project <project> --json
deprecate / include fails with TARGET_NOT_FOUND or TARGET_SELECTOR_AMBIGUOUS: stop mutating scope — re-run docs targets list and use exact ids from the fresh listing. If an id from the fresh listing still fails, report it instead of guessing.docs targets list returns zero targets while platty status reports build_docs: stop curation — static analysis has not produced targets for this project; go back to platty-static-analysis and report.deprecate/include in a loop.Switch to platty-docs-generation after target scope is accepted.
End curation with the Platty handoff card. The State line must include the
accepted/included target count or the exact reason no targets are available. The
Recommended next line should be:
Recommended next: platty-docs-generation with platty docs start --project <project> --json
Guides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.
npx claudepluginhub paradigmshift-labs/platty --plugin platty