Skip to content

A curated list of awesome commands, files, and workflows for Claude Code

License

Notifications You must be signed in to change notification settings

hesreallyhim/awesome-claude-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Awesome Claude Code

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.

What is Claude Code?

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.

Key Components

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.

say-hello

Name/say-hello
Author@hesreallyhim
SourceGitHub

Description: A simple hello-world command that prints "Hello, world!" to the console.

say-goodbye

Name/say-goodbye
Author@hesreallyhim
SourceGitHub

Description: A simple goodbye-world command that prints "Goodbye, World!" to the console.

AI IntelliJ Plugin (didalgolab)

Repositorydidalgolab/ai-intellij-plugin
SourceCLAUDE.md
CategoryIntelliJ 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

Anthropic Quickstarts (anthropics)

Repositoryanthropics/anthropic-quickstarts
SourceCLAUDE.md
CategoryAI/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

AVS Vibe Developer Guide (Layr-Labs)

RepositoryLayr-Labs/avs-vibe-developer-guide
SourceCLAUDE.md
CategoryEigenLayer, 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

AWS MCP Server (alexei-led)

Repositoryalexei-led/aws-mcp-server
SourceCLAUDE.md
CategoryPython, 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

Basic Memory (basicmachines-co)

Repositorybasicmachines-co/basic-memory
SourceCLAUDE.md
CategoryKnowledge 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

Comm (CommE2E)

RepositoryCommE2E/comm
SourceCLAUDE.md
CategoryMessaging, Security, JavaScript/Rust

Highlights:

  • Development reference for E2E-encrypted messaging app
  • Code organization and architecture
  • Security implementation details
  • Testing and deployment procedures

Course Builder (badass-courses)

Repositorybadass-courses/course-builder
SourceCLAUDE.md
CategoryEducation, 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

Cursor Tools (eastlondoner)

Repositoryeastlondoner/cursor-tools
SourceCLAUDE.md
CategoryCLI, 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

DroidconKotlin (touchlab)

Repositorytouchlab/DroidconKotlin
SourceCLAUDE.md
CategoryKotlin 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

EDSL (expectedparrot)

Repositoryexpectedparrot/edsl
SourceCLAUDE.md
CategoryAI/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

Giselle (giselles-ai)

Repositorygiselles-ai/giselle
SourceCLAUDE.md
CategoryTypeScript, 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

Guitar (soramimi)

Repositorysoramimi/Guitar
SourceCLAUDE.md
CategoryDevelopment, C++, Qt

Highlights:

  • Development guide for Guitar Git GUI Client
  • Build commands for various platforms
  • Code style guidelines for contributing
  • Project structure explanation

HASH (hashintel)

Repositoryhashintel/hash
SourceCLAUDE.md
CategoryKnowledge 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

Inkline (inkline)

Repositoryinkline/inkline
SourceCLAUDE.md
CategoryUI 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

JSBeeb (mattgodbolt)

Repositorymattgodbolt/jsbeeb
SourceCLAUDE.md
CategoryEmulation, JavaScript

Highlights:

  • Development guide for JavaScript BBC Micro emulator
  • Build and testing instructions
  • Architecture documentation
  • Debugging workflows

Lamoom Python (LamoomAI)

RepositoryLamoomAI/lamoom-python
SourceCLAUDE.md
CategoryAI/ML, Python

Highlights:

  • Reference for production prompt engineering library
  • Load balancing of AI Models
  • API documentation
  • Usage patterns and examples

LangGraphJS (langchain-ai)

Repositorylangchain-ai/langgraphjs
SourceCLAUDE.md
CategoryAI/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

Metabase (metabase)

Repositorymetabase/metabase
SourceCLAUDE.md
CategoryClojure, 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

MCP Engine (featureform)

Repositoryfeatureform/mcp-engine
SourceCLAUDE.md
CategoryPython, 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

Network Chronicles (Fimeg)

RepositoryFimeg/NetworkChronicles
SourceCLAUDE.md
CategoryGame 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

Note Companion (different-ai)

Repositorydifferent-ai/note-companion
SourceCLAUDE.md
CategoryObsidian 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

Pareto Mac (ParetoSecurity)

RepositoryParetoSecurity/pareto-mac
SourceCLAUDE.md
CategorySecurity, Swift, macOS

Highlights:

  • Development guide for Mac security audit tool
  • Build instructions and workflows
  • Contribution guidelines
  • Testing procedures

Perplexity MCP (Family-IT-Guy)

RepositoryFamily-IT-Guy/perplexity-mcp
SourceCLAUDE.md
CategoryPerplexity 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

SG Cars Trends Backend (sgcarstrends)

Repositorysgcarstrends/backend
SourceCLAUDE.md
CategoryTypeScript, 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

SPy (spylang)

Repositoryspylang/spy
SourceCLAUDE.md
CategoryProgramming 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

TPL (KarpelesLab)

RepositoryKarpelesLab/tpl
SourceCLAUDE.md
CategoryGolang, 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

Contributing

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.

About

A curated list of awesome commands, files, and workflows for Claude Code

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published