🌐
GitHub
github.com › hesreallyhim › awesome-claude-code
GitHub - hesreallyhim/awesome-claude-code: A curated list of awesome commands, files, and workflows for Claude Code
Implements GitHub issues with manual review points, following a structured approach with issue number parameter and offering alternative automated mode for efficiency. Creates customizable greeting components with name input, demonstrating argument passing, component reusability, state management, and user input handling. A convenient command to quickly manage project todo items without leaving the Claude Code interface, featuring due dates, sorting, task prioritization, and comprehensive todo list management.
Starred by 18.5K users
Forked by 1.1K users
Languages   Python 98.9% | Makefile 1.1%
🌐
GitHub
github.com › anthropics › claude-code
GitHub - anthropics/claude-code: Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster by executing routine tasks, explaining complex code, and handling git workflows - all through natural language commands.
This repository includes several Claude Code plugins that extend functionality with custom commands and agents.
Starred by 48.2K users
Forked by 3.4K users
Languages   Shell 46.4% | Python 33.8% | TypeScript 12.9% | PowerShell 4.7% | Dockerfile 2.2%
🌐
GitHub
github.com › feiskyer › claude-code-settings
GitHub - feiskyer/claude-code-settings: Claude Code settings, commands and agents for vibe coding
Non-interactive automation mode for hands-off task execution using OpenAI Codex. Use when you want to leverage codex, gpt-5, or gpt-5.1 to implement features or plans designed by Claude.
Starred by 958 users
Forked by 150 users
Languages   Shell 80.8% | Python 19.2%
🌐
Claude
code.claude.com › docs › en › github-actions
Claude Code GitHub Actions - Claude Code Docs
The action now automatically detects whether to run in interactive mode (responds to @claude mentions) or automation mode (runs immediately with a prompt) based on your configuration. Claude Code GitHub Actions can help you with a variety of tasks.
🌐
GitHub
github.com › zebbern › claude-code-guide
GitHub - zebbern/claude-code-guide: Full guide on claude tips and tricks and how you can optimise your claude code the best & strive to find every command possible even hidden ones!
export DISABLE_AUTOUPDATER=1 # Turn off automatic updates globally (overrides autoUpdates) export CLAUDE_CODE_DISABLE_NONESSENTIAL_TRAFFIC=1 # Disable nonessential traffic (equiv. to DISABLE_* toggles below) export DISABLE_TELEMETRY=1 # Opt out of Statsig telemetry export DISABLE_ERROR_REPORTING=1 # Opt out of Sentry error reporting export DISABLE_BUG_COMMAND=1 # Disable the /bug command export DISABLE_COST_WARNINGS=0 # Keep cost warnings (set 1 to hide) export DISABLE_NON_ESSENTIAL_MODEL_CALLS=1 # Skip non-critical model calls (flavor text, etc.) export CLAUDE_CODE_DISABLE_TERMINAL_TITLE=1 #
Starred by 2.8K users
Forked by 245 users
🌐
GitHub
github.com › anthropics › claude-code-action
GitHub - anthropics/claude-code-action
A general-purpose Claude Code action for GitHub PRs and issues that can answer questions and implement code changes. This action intelligently detects when to activate based on your workflow context—whether responding to @claude mentions, ...
Starred by 4.4K users
Forked by 1.3K users
Languages   TypeScript 93.6% | JavaScript 5.8% | Shell 0.6%
🌐
Anthropic
anthropic.com › engineering › claude-code-best-practices
Claude Code: Best practices for agentic coding
Claude Code includes headless mode for non-interactive contexts like CI, pre-commit hooks, build scripts, and automation. Use the -p flag with a prompt to enable headless mode, and --output-format stream-json for streaming JSON output. Note that headless mode does not persist between sessions.
🌐
GitHub
github.com › centminmod › my-claude-code-setup
GitHub - centminmod/my-claude-code-setup: Shared starter template configuration and CLAUDE.md memory bank system for Claude Code
Optional step to setup Claude Code, ... you to run YOLO modes for Claude Code with dangerously_skip_permissions enabled and Codex CLI with sandbox_mode = danger-full-access etc....
Starred by 1.5K users
Forked by 136 users
Find elsewhere
🌐
GitHub
github.com › Cranot › claude-code-guide
GitHub - Cranot/claude-code-guide: Claude Code Comprehensive Guide
Status: No official documentation supports "modes". Claude Code uses the same model for all tasks.
Starred by 2.2K users
Forked by 244 users
🌐
GitHub
github.com › vincenthopf › claude-code
GitHub - vincenthopf/claude-code: A curated list of commands, files, and workflows for Claude Code
Claude Code Flow by ruvnet This mode serves as a code-first orchestration layer, enabling Claude to write, edit, test, and optimize code autonomously across recursive agent cycles.
Starred by 121 users
Forked by 2 users
Languages   Python 90.2% | Makefile 9.8%
🌐
GitHub
github.com › anthropics › claude-code › blob › main › CHANGELOG.md
claude-code/CHANGELOG.md at main · anthropics/claude-code
Fixed thinking mode triggering on negation phrases like "don't think" Fixed rendering performance degradation during token streaming · Added SlashCommand tool, which enables Claude to invoke your slash commands. https://code.claude.com/docs/en/slash-commands#SlashCommand-tool
Author   anthropics
🌐
GitHub
github.com › marketplace › actions › claude-code-action-official
Claude Code Action Official - GitHub Marketplace
A general-purpose Claude Code action for GitHub PRs and issues that can answer questions and implement code changes. This action intelligently detects when to activate based on your workflow context—whether responding to @claude mentions, ...
🌐
GitHub
github.com › davila7 › claude-code-templates
GitHub - davila7/claude-code-templates: CLI tool for configuring and monitoring Claude Code
Ready-to-use configurations for Anthropic's Claude Code.
Starred by 13.5K users
Forked by 1.2K users
Languages   Python 53.1% | JavaScript 24.8% | HTML 9.6% | TeX 8.3% | CSS 2.1% | Shell 1.4%
🌐
GitHub
github.com › thedotmack › claude-mem
GitHub - thedotmack/claude-mem: A Claude Code plugin that automatically captures everything Claude does during your coding sessions, compresses it with AI (using Claude's agent-sdk), and injects relevant context back into future sessions.
See Beta Features Documentation for details on Endless Mode and how to try it. ... Settings are managed in ~/.claude-mem/settings.json (auto-created with defaults on first run).
Starred by 8.9K users
Forked by 532 users
Languages   TypeScript 81.5% | JavaScript 13.7% | HTML 4.3%
🌐
GitHub
github.com › Njengah › claude-code-cheat-sheet
GitHub - Njengah/claude-code-cheat-sheet: Ultimate collection of Claude Code tips, tricks, hacks, and workflows that you can use to master Claude Code in minutes
# Optimize memory usage claude -p --max-turns 1 "quick analysis" # Single turn for efficiency claude -p --compact-mode "analyze with minimal context" # Resource monitoring /cos # Check current session costs /doctor --performance # Performance diagnostics · # Efficient session reuse claude -c "continue previous analysis" # Reuse existing context claude --cache-results "repetitive task" # Cache common operations # Parallel processing claude -p "task 1" & claude -p "task 2" & wait # Parallel execution · # Handle large codebases efficiently claude --add-dir .
Starred by 1.1K users
Forked by 127 users
🌐
Sid Bharath
siddharthbharath.com › home › blog › cooking with claude code: the complete guide
Cooking with Claude Code: The Complete Guide - Sid Bharath
July 8, 2025 - Claude Code will create a comprehensive GitHub Actions workflow that’s tailored to your specific application.
🌐
GitHub
github.com › musistudio › claude-code-router
GitHub - musistudio/claude-code-router: Use Claude Code as the foundation for coding infrastructure, allowing you to decide how to interact with the model while enjoying updates from Anthropic.
Router: Used to set up routing rules. default specifies the default model, which will be used for all requests if no other route is configured. API_TIMEOUT_MS: Specifies the timeout for API calls in milliseconds.
Starred by 23.9K users
Forked by 1.9K users
Languages   TypeScript 95.4% | JavaScript 2.9% | CSS 1.6%
🌐
GitHub
github.com › travisvn › awesome-claude-skills
GitHub - travisvn/awesome-claude-skills: A curated list of awesome Claude Skills, resources, and tools for customizing Claude AI workflows — particularly Claude Code
Full instructions (<5k tokens): Load when Claude determines the Skill applies · Bundled resources: Files and executable code load only as needed
Starred by 3.6K users
Forked by 232 users