A curated list of slash-commands, CLAUDE.md
files, and other resources for enhancing your Claude Code workflow.
[!TIP] > Claude Code is a research preview tool offered by Anthropic. It is under development, and so the resources provided in this list may not function the same as the app develops. YMMV.
Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster through natural language commands. By integrating directly with your development environment, Claude Code streamlines your workflow without requiring additional servers or complex setup.
See Anthropic's documentation site for up-to-date information on the key components of Claude Code.
- Slash Commands: In an interactive session, you can use "slash-commands" (e.g.
/compact
) to trigger specific actions. Claude Code offers a number of built-in slash commands, but you can also create your own, by declaring instructions in Markdown files inside the.claude/commands/
directory. A markdown file like./claude/commands/hello-world.md
will be available as the/project:hello-world
command in your interactive session. CLAUDE.md
Files: A markdown file that contains instructions for Claude Code. This file is used to provide context and guidance to the agent, helping it understand your codebase and your preferences.- Claude Code CLI Workflows: Claude Code can also be invoked in non-interactive mode using the
-p
flag. This allows you to run Claude Code commands in a script or as part of a larger workflow, such as a CI/CD pipeline.
Name | /say-hello |
---|---|
Author | @hesreallyhim |
Source | GitHub |
Description: A simple hello-world command that prints "Hello, world!" to the console.
Name | /say-goodbye |
---|---|
Author | @hesreallyhim |
Source | GitHub |
Description: A simple goodbye-world command that prints "Goodbye, World!" to the console.
Repository | didalgolab/ai-intellij-plugin |
---|---|
Source | CLAUDE.md |
Category | IntelliJ Plugin, Gradle, Testing, Code Standards |
Highlights:
- Comprehensive Gradle commands for plugin development
- IntelliJ Platform-specific coding patterns and guidelines
- Detailed package structure and naming conventions
- Clear guidelines for internationalization using bundles
Repository | anthropics/anthropic-quickstarts |
---|---|
Source | CLAUDE.md |
Category | AI/ML, Developer Tools, Tutorials |
Highlights:
- Comprehensive development guides for three distinct AI-powered demo projects
- Standardized development workflow across different project types
- Strict code style guidelines for Python and TypeScript
- Docker and environment setup instructions for containerization
- Testing and quality assurance procedures for each project type
Repository | Layr-Labs/avs-vibe-developer-guide |
---|---|
Source | CLAUDE.md |
Category | EigenLayer, Prompt Engineering, Documentation, Blockchain |
Highlights:
- Structures AI-assisted EigenLayer AVS development workflow
- Provides consistent naming conventions for prompt files
- Outlines progression from idea to implementation
- Establishes terminology standards for blockchain concepts
Repository | alexei-led/aws-mcp-server |
---|---|
Source | CLAUDE.md |
Category | Python, AWS, Development Guide, Best Practices |
Highlights:
- Multiple environment setup options using modern Python tools
- Detailed code style guidelines and best practices
- Comprehensive error handling and logging recommendations
- Security considerations for AWS CLI interactions
Repository | basicmachines-co/basic-memory |
---|---|
Source | CLAUDE.md |
Category | Knowledge Management, AI, Markdown |
Highlights:
- Innovative AI-human collaboration framework for seamless development
- Model Context Protocol (MCP) for bidirectional LLM-markdown communication
- Unique GitHub integration with AI as a full team member
- Flexible knowledge structure with entities, observations, and relations
- Advanced MCP tools for content management and knowledge graph navigation
Repository | CommE2E/comm |
---|---|
Source | CLAUDE.md |
Category | Messaging, Security, JavaScript/Rust |
Highlights:
- Development reference for E2E-encrypted messaging app
- Code organization and architecture
- Security implementation details
- Testing and deployment procedures
Repository | badass-courses/course-builder |
---|---|
Source | CLAUDE.md |
Category | Education, Web Development, TypeScript |
Highlights:
- Real-time multiplayer capabilities for collaborative course creation
- Diverse tech stack including Next.js, TypeScript, Drizzle ORM, and AI
- Monorepo architecture with Turborepo and PNPM workspaces
- Advanced features for video processing and AI-assisted content
- Detailed development patterns for code generation and utility packages
Repository | eastlondoner/cursor-tools |
---|---|
Source | CLAUDE.md |
Category | CLI, AI Tools, Developer Tools |
Highlights:
- Versatile AI command interface supporting multiple AI providers and models
- Flexible command options with extensive customization through provider selection
- Advanced AI collaboration with built-in commands for planning and research
- Browser automation through "Stagehand" feature for complex web interactions
- User-friendly nicknames for commands making the tool more approachable
Repository | touchlab/DroidconKotlin |
---|---|
Source | CLAUDE.md |
Category | Kotlin Multiplatform, Android, iOS, Compose |
Highlights:
- Comprehensive Gradle commands for cross-platform development
- Clear module structure for multiplatform architecture
- Specific coding standards for Kotlin Multiplatform projects
- Practical guidance for dependency injection and UI patterns
Repository | expectedparrot/edsl |
---|---|
Source | CLAUDE.md |
Category | AI/ML, Python, Research |
Highlights:
- Detailed build and test commands for installation and documentation
- Strict code style enforcing formatting, naming, and type hinting
- Comprehensive testing requirements for type checking and coverage
- Clear permissions framework defining allowed and prohibited actions
- Standardized development workflow with tools like Black and mypy
Repository | giselles-ai/giselle |
---|---|
Source | CLAUDE.md |
Category | TypeScript, React, Next.js |
Highlights:
- Detailed build and test commands using pnpm and Vitest
- Strict code formatting requirements with mandatory Biome checks
- Comprehensive naming conventions ensuring code consistency
- Language inclusivity guidelines for documentation
- Clear technical stack preferences with TypeScript and React hooks
Repository | soramimi/Guitar |
---|---|
Source | CLAUDE.md |
Category | Development, C++, Qt |
Highlights:
- Development guide for Guitar Git GUI Client
- Build commands for various platforms
- Code style guidelines for contributing
- Project structure explanation
Repository | hashintel/hash |
---|---|
Source | CLAUDE.md |
Category | Knowledge Graph, Rust, TypeScript |
Highlights:
- Comprehensive repository structure breakdown into
/apps
,/blocks
,/libs
, and/infra
- Strong emphasis on reading full coding standards before development
- Detailed Rust documentation guidelines for functions, types, and examples
- Extensive command reference for both TypeScript and Rust workflows
- Systematic PR review guide with structured approach to code review
Repository | inkline/inkline |
---|---|
Source | CLAUDE.md |
Category | UI Framework, Vue.js, TypeScript |
Highlights:
- Structured development workflow using pnpm for project management
- Emphasis on TypeScript and Vue 3 Composition API
- Detailed component creation process with folder structure guidelines
- Note on auto-generated stylesheets and component manifests
- Comprehensive testing recommendations for components and utilities
Repository | mattgodbolt/jsbeeb |
---|---|
Source | CLAUDE.md |
Category | Emulation, JavaScript |
Highlights:
- Development guide for JavaScript BBC Micro emulator
- Build and testing instructions
- Architecture documentation
- Debugging workflows
Repository | LamoomAI/lamoom-python |
---|---|
Source | CLAUDE.md |
Category | AI/ML, Python |
Highlights:
- Reference for production prompt engineering library
- Load balancing of AI Models
- API documentation
- Usage patterns and examples
Repository | langchain-ai/langgraphjs |
---|---|
Source | CLAUDE.md |
Category | AI/ML, TypeScript, JavaScript |
Highlights:
- Comprehensive build and test commands with specific linting instructions
- Detailed TypeScript code style guidelines emphasizing ES2021 standards
- Layered library architecture with four key system components
- Monorepo structure using yarn workspaces for organized package management
- Strict code quality requirements with formatting rules and testing standards
Repository | metabase/metabase |
---|---|
Source | CLAUDE.md |
Category | Clojure, ClojureScript, JavaScript, REPL-Driven Development |
Highlights:
- Detailed workflow for REPL-driven development in Clojure/ClojureScript
- Emphasis on incremental development and testing
- Guidelines for working with Metabase's JavaScript/TypeScript codebase
- Best practices for understanding existing code patterns
- Step-by-step approach for feature implementation using the REPL
Repository | featureform/mcp-engine |
---|---|
Source | CLAUDE.md |
Category | Python, Code Quality, Pull Requests, Type Checking |
Highlights:
- Strict package management and tooling requirements
- Comprehensive type checking and code formatting rules
- Explicit PR description and reviewer guidelines
- Systematic approach to resolving CI failures
Repository | Fimeg/NetworkChronicles |
---|---|
Source | CLAUDE.md |
Category | Game Design, LLM Integration, Character Design, Narrative |
Highlights:
- Detailed implementation plan for an AI-driven game character
- Technical specifications for LLM integration in games
- Character guidelines and conversational constraints
- Service discovery mechanics implementation details
Repository | different-ai/note-companion |
---|---|
Source | CLAUDE.md |
Category | Obsidian Plugin, Styling Guide, Tailwind, UI Components |
Highlights:
- Provides detailed styling isolation techniques for Obsidian plugins
- Uses Tailwind with custom prefix (
fo-
) to prevent style conflicts - Includes practical troubleshooting steps for common styling issues
- Offers concrete code examples for component implementation
Repository | ParetoSecurity/pareto-mac |
---|---|
Source | CLAUDE.md |
Category | Security, Swift, macOS |
Highlights:
- Development guide for Mac security audit tool
- Build instructions and workflows
- Contribution guidelines
- Testing procedures
Repository | Family-IT-Guy/perplexity-mcp |
---|---|
Source | CLAUDE.md |
Category | Perplexity API, Node.js, MCP Protocol, Installation |
Highlights:
- Clear step-by-step installation instructions
- Multiple configuration options for different environments
- Detailed troubleshooting guidance with diagnostic steps
- Concise architecture overview of the MCP protocol implementation
Repository | sgcarstrends/backend |
---|---|
Source | CLAUDE.md |
Category | TypeScript, Monorepo, AWS, Testing |
Highlights:
- Comprehensive structure for TypeScript monorepo projects
- Detailed commands for development, testing, and deployment
- Clear environment variable documentation and usage
- AWS and Cloudflare deployment specifications
Repository | spylang/spy |
---|---|
Source | CLAUDE.md |
Category | Programming Language, Python |
Highlights:
- Strict coding conventions with specific naming standards
- Comprehensive testing guidelines with backend-specific execution
- Multiple code compilation options with clear examples
- Best practices for meaningful comments explaining "why" not just "what"
- Backend-specific test decorators for targeted test filtering
Repository | KarpelesLab/tpl |
---|---|
Source | CLAUDE.md |
Category | Golang, Error Handling, Testing, Code Standards |
Highlights:
- Detailed Go project conventions and build commands
- Comprehensive error handling recommendations
- Table-driven testing approach guidelines
- Modernization suggestions for adopting latest Go features
- TODO
I'm still working out the best way to structure this repository, but if you have anything you'd like to add to the list, feel free to make a pull request or open an issue.