Armory
Source
Browse
Skills

create-plan

Create a concise plan. Use when a user explicitly asks for a plan related to a coding task.

Score
Unranked
Evidence
No signals yet
Last commit
Not known
Listed

Install

armory install create-plan --cli claude

writes the skill into.claude/skills/create-plan/SKILL.mdListed as compatible

Configuration
# fetches the source and writes it to:
.claude/skills/create-plan/SKILL.md

Needs the armory CLI · not on npm yet, build it from cli/ in the repository

What it is

Create a concise plan. Use when a user explicitly asks for a plan related to a coding task.

When to use it

Create a concise plan. Use when a user explicitly asks for a plan related to a coding task.

How to install / invoke

# Copy the skill into your .claude/skills/ directory
curl -sL https://raw.githubusercontent.com/davila7/claude-code-templates/main/cli-tool/components/skills/development/create-plan/SKILL.md -o .claude/skills/create-plan/SKILL.md

Notes

Extracted from davila7/claude-code-templates, create-plan category.