Skip to content

First Command

After launching Claude with the toolkit plugins loaded, two checks confirm everything is wired up.

Inside Claude:

/plugins list

The Installed tab should show:

acn-base-sdlc · inline · ✓ enabled
acn-slide-gen · inline · ✓ enabled
acn-pursuit-toolkit · inline · ✓ enabled

The inline tag means the plugin came from --plugin-dir, not a network marketplace. That’s the expected V1 state.

/plugin list (singular) returns (no content) for inline plugins. Cosmetic — use /plugins list (plural) instead. See Troubleshooting.

From any repo with staged or unstaged changes:

/acn-base-sdlc:review

This invokes the SDLC review skill, which runs a structured code review on your working changes. The slash command is namespaced as <plugin>:<skill> — see Slash-Command Namespacing for the full table of available commands.

  • /acn-slide-gen:generate --new --flavor acn-standard --content phases.md — branded PPTX from a markdown file in slideware/input/.
  • /acn-pursuit-toolkit:rfp-synthesize ./assets/rfp-docs/ — synthesize an RFP package into a structured pursuit-team summary.

If anything fails at this stage, Troubleshooting has the common symptoms and fixes.