How this skill is triggered — by the user, by Claude, or both
Slash command
/strike:customize init|list|check|load <skill-name>init|list|check|load <skill-name>This skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
When speaking to the user, use relaxed, friendly language. Keep the focus on
When speaking to the user, use relaxed, friendly language. Keep the focus on the repo-local customization files and what the user can edit next. Do not over-explain Strike mechanics unless the result needs that context.
Manage repo-local Strike customization files for the single-file customization surface.
This is a utility skill. It does not use board lanes, cards, or project artifacts. Its job is to run the bundled deterministic customization script and summarize the result.
This utility supports single-file customization for:
global.mdbrainstorm/brainstorm.mdgrill/grill.mdresearch/research.mdspec/spec.mdslice/slice.mdphase-research/phase-research.mdphase-plan/phase-plan.mdretro/retro.mddemo/demo.mdlanguage/language.mdWhen showing follow-up Strike skills, use the plugin package's
references/invocation.md to render the current host's syntax. Do not copy
/strike:* examples unchanged unless the current host is Claude Code. When
the host is unknown, show the skill name and arguments as a plain next action
without raw field labels.
initlistcheckload <skill-name>git rev-parse --show-toplevel; fall back to pwd when no git root is
available.<plugin-root>/skills/customize/SKILL.md; the
script lives at <plugin-root>/references/scripts/customize.mjs.--repo-root <repo-root> to the script. Do not hand-create or edit
customization files.init creates the supported customization tree:
docs/strike/customize/global.md
docs/strike/customize/brainstorm/brainstorm.md
docs/strike/customize/grill/grill.md
docs/strike/customize/research/research.md
docs/strike/customize/spec/spec.md
docs/strike/customize/slice/slice.md
docs/strike/customize/phase-research/phase-research.md
docs/strike/customize/phase-plan/phase-plan.md
docs/strike/customize/retro/retro.md
docs/strike/customize/demo/demo.md
docs/strike/customize/language/language.md
It preserves existing user files.
list reports which supported customization files are missing, template-only or
blank, or contain user customization.
check validates the supported customization tree. Structural and size problems
are errors. Suspicious mechanic-changing language is a warning.
load <skill-name> prints the same customization packet used by the supported
workflow skills. Treat it as a diagnostic command for inspecting what a skill
would receive.
Keep the final response short and user-facing:
customize checkDo not expose script-only flags as normal user-facing skill options.
npx claudepluginhub emanualjade/strike --plugin strikeGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.