Slash Commands
Manual shortcuts for actions you perform again and again.
/optimizeFrom your first claude command to agents, hooks, skills, and MCP. Visual explanations, production-ready templates, and a clear learning path.
Each module adds a new layer to your AI development workflow — from simple shortcuts to complex agent orchestration.
Fast commands for repeatable actions
Persistent context through CLAUDE.md
Safe snapshots and rewind
Commands, flags, and headless workflows
Reusable capabilities that can be invoked automatically
Event-driven automation and validation
Connect external tools and APIs
Isolated, specialized AI workers
Planning, thinking, background tasks, and orchestration
Complete bundles for ready-made workflows
The goal is to show how Claude Code capabilities fit together into practical, repeatable workflows.
Manual shortcuts for actions you perform again and again.
/optimizeProject context, commands, and personal preferences across sessions.
CLAUDE.mdReusable capabilities with instructions and scripts that can be invoked when needed.
~/.claude/skills/Delegate reviews, tests, docs, and security checks to specialized workers.
.claude/agents/Give Claude access to external data, APIs, and tools.
claude mcp addAutomated checks and actions triggered by Claude Code events.
PreToolUse → checkClone the guide, install one slash command, and try it directly in your project.
# 1. Clone the guide git clonecd claude-howto # 2. Copy your first slash command mkdir -p /path/to/your-project/.claude/commands cp 01-slash-commands/optimize.md /path/to/your-project/.claude/commands/ # 3. Try it in Claude Code /optimize
Slash Commands + Subagents + Memory + MCP
CLI + Hooks + Background Tasks
Subagents + Skills + Hooks
Skills + Subagents + Plugins
Yes. The project is released under the MIT license and is free to use.
About 11–13 hours. You can get your first practical result in about 15 minutes.
For developers who have tried Claude Code and want to move from isolated prompts to repeatable, automated workflows.
All materials and updates are available from the SourceForge project page.