Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Claude Code Toolkit

A collection of intelligent slash commands for Claude Code that enhance development workflows.

Installation

  1. Copy the commands/ directory to your project's .claude/commands/ folder
  2. Copy CLAUDE.md.template and customize it for your project
  3. Start using the commands in Claude Code

Command Categories

Task Management

  • /project:analyze-macro-plan - Generate intelligent todos from macro plan
  • /project:execute-task - Execute tasks from todos.md
  • /project:do "task" - Quick task execution without todo tracking
  • /project:plan-task - Create detailed execution plans

Code Quality

  • /project:review - Intelligent code review before PR

Git Workflow

  • /project:commit - Smart conventional commits
  • /project:pr - Comprehensive pull request creation
  • /project:changelog - Maintain changelog entries

Documentation

  • /project:docs - Intelligent documentation management

Quick Start

  1. Set up your project with the template:

    cp CLAUDE.md.template CLAUDE.md
    # Edit CLAUDE.md with your project details
  2. Start using commands:

    /project:do "Add user authentication"
    /project:commit
    /project:pr
    

Examples

See the examples/ directory for usage examples and best practices.

Features

  • Intelligent task prioritization based on dependencies
  • Conventional commits with automatic type detection
  • Comprehensive PR descriptions with change analysis
  • Automated code review with security and performance checks
  • Smart documentation updates that stay in sync with code
  • Macro plan analysis that breaks down complex projects

Contributing

This toolkit is designed to be extended. Add new commands by creating markdown files in the appropriate commands/ subdirectory.

About

Slash commands for Claude Code covering git workflows, task execution, code review, and documentation. Built to streamline repetitive development tasks.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors