eranw2000

Instruct — Development skill for Claude Code

Development community

Perform an instruction, given as an instruction file, a file plus its argument, or a description typed in the CLI.

How to install Instruct

Installs to ~/.claude/skills/eranw2000-claude-commands-instruct/SKILL.md

Terminal
mkdir -p ~/.claude/skills/eranw2000-claude-commands-instruct && curl -fsSL https://raw.githubusercontent.com/eranw2000/claude-commands/HEAD/commands/instruct.md -o ~/.claude/skills/eranw2000-claude-commands-instruct/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Instruct does


model: fable description: Perform an instruction, given as an instruction file, a file plus its argument, or a description typed in the CLI argument-hint: (a file in ~/.claude/instructions/, or a path) [argument the file expects] OR a description of the work, typed as a sentence or a paragraph

Please perform the following instructions: **$ARGUMENTS**

**First, switch to Plan mode.** Before reading or doing anything else, call the `EnterPlanMode` tool so the rest of this comm

Alternatives in Development

Full documentation available on GitHub

View Source Repository