From inki
Orchestrates pre-writing research for Strapi by combining existing documentation lookup, coverage gap analysis, and code change routing. Useful before writing docs or code.
How this skill is triggered — by the user, by Claude, or both
Slash command
/inki:research <topic, feature name, or strapi/strapi PR><topic, feature name, or strapi/strapi PR>The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Given `$ARGUMENTS`, classify the input:
Given $ARGUMENTS, classify the input:
/inki:exists $ARGUMENTS/inki:coverage $ARGUMENTS/inki:route $ARGUMENTSIf the input is ambiguous, run more than one and label sections clearly.
Combine sub-reports under labeled sections:
=== Existing coverage ===
<output of /inki:exists, if invoked>
=== Feature gaps ===
<output of /inki:coverage, if invoked>
=== Code change routing ===
<output of /inki:route, if invoked>
Conclude with a single recommended next step (e.g., "Run /inki:write" or "Skip — already documented at ").
npx claudepluginhub strapi/documentation --plugin inkiSearches Strapi documentation (llms.txt, doc files, sidebars, and open PRs) to check if a topic is already covered. Helps avoid duplicate documentation work.
Investigates codebase structure and surveys external prior art to understand existing code and identify approaches before planning changes. Traces function calls, maps module dependencies, searches papers and documentation, compares library alternatives.
Writes or updates documentation with code-verified accuracy for READMEs, guides, and API references. Use when creating, reviewing, or updating docs.