Documentation
README
New Command Documentation Checklist
When a new ArcKit command is added, 11 files across the repository must be updated to reflect the new command. This skill provides the complete checklist and exact patterns for each update.
Pre-flight Checks
Before starting, verify these files exist for the new command:
- Command file:
plugins/arckit-claude/commands/{name}.md(required) - Template file:
.arckit/templates/{name}-template.mdANDplugins/arckit-claude/templates/{name}-template.md(required for document-generating commands, skip for utility commands likecustomize,pages,trello) - Guide file:
docs/guides/{name}.mdANDplugins/arckit-claude/guides/{name}.md(create if missing, see Guide Creation below)
This is the opening of the README. Read the full README on GitHub.