🌐
GitHub
github.com › hesreallyhim › awesome-claude-code
GitHub - hesreallyhim/awesome-claude-code: A curated list of awesome commands, files, and workflows for Claude Code
A systematic development framework that transforms Claude Code into a proactive development partner. Features 4-phase planning methodology, specialized quality agents, and structured workflows that help AI produce production-ready code on first try.
Starred by 18.5K users
Forked by 1K users
Languages   Python 98.9% | Makefile 1.1%
🌐
Claude
claude.com › product › claude-code
Claude Code - AI coding agent for terminal & IDE | Claude
Stop bouncing between tools. Claude Code integrates with GitHub, GitLab, and your command line tools to handle the entire workflow—reading issues, writing code, running tests, and submitting PRs—all from your terminal.
People also ask

Does Claude Code work with the Claude desktop app?
Yes. Max, Pro, Team, and Enterprise users can access Claude Code on the Claude desktop app.
🌐
claude.com
claude.com › product › claude-code
Claude Code - AI coding agent for terminal & IDE | Claude
Is Claude Code secure?
Yes. Claude Code runs locally in your terminal and talks directly to model APIs without requiring a backend server or remote code index. It also asks for permission before making changes to your files or running commands.
🌐
claude.com
claude.com › product › claude-code
Claude Code - AI coding agent for terminal & IDE | Claude
Which models does Claude Code use?
Claude Code works with the Opus 4.5, Sonnet 4.5, and Haiku 4.5 models. Enterprise users can run Claude Code using models in existing Amazon Bedrock or Google Cloud Vertex AI instances.
🌐
claude.com
claude.com › product › claude-code
Claude Code - AI coding agent for terminal & IDE | Claude
🌐
GitHub
github.com › anthropics › claude-code-action
GitHub - anthropics/claude-code-action
✨ Code Implementation: Can implement simple fixes, refactoring, and even new features · 💬 PR/Issue Integration: Works seamlessly with GitHub comments and PR reviews · 🛠️ Flexible Tool Access: Access to GitHub APIs and file operations (additional tools can be enabled via configuration) 📋 Progress Tracking: Visual progress indicators with checkboxes that dynamically update as Claude completes tasks
Starred by 4.4K users
Forked by 1.3K users
Languages   TypeScript 93.6% | JavaScript 5.8% | Shell 0.6%
🌐
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. A comprehensive collection of AI agents, custom commands, settings, hooks, external integrations (MCPs), and project templates to enhance your development workflow.
Starred by 13.2K 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%
🌐
Reddit
reddit.com › r/claudeai › use claude github app with your claude max subscription
r/ClaudeAI on Reddit: Use Claude Github App with your Claude Max Subscription
May 25, 2025 -

EDIT 29.06.2025: 1 month has passed and we made it easier than ever to install @ claude on your own github repo in one command with the Claude Installer. Also we fixed tokens expiry issue, now you can keep using the same setup as long as you are a subscriber!

EDIT 04.06.2025: Anthropic released Claude Code for the Pro Plan ($20/month) so it now works for all paying users of Claude!!

So I already came here to say how disappointed I was to not be able to use my Claude Max Subscription with the new Github integration. I am already paying 100$/month and I have to create a pay per use key to use one of the key integration of Claude Code?

Anyway the community and "valued contributors" here told me that it was normal and that I was naive to assume that I would be able to use that subscription in CI/CD...

So guess what I made a fork of the Anthropic Github Action and now all of us can almost seamlessly use our Claude Max Subscription with the Anthropic Github App.

Here is how you do it:

  1. Follow the official step to setup the Github App for your repository.

  2. Make sure you are logged in locally in claude code with `/login` using your Claude Max Subscription.

  3. Add CLAUDE_ACCESS_TOKEN, CLAUDE_REFRESH_TOKEN, CLAUDE_EXPIRES_AT secrets to your github repository. You will find the values for those in `~/.claude/.credentials.json` (on ubuntu), Or search "claude" in keychain on MacOS then "show password".

  4. In your `workflow.yaml` instead of using the official `anthropic/claude-code-action` github action use the forked action: - name: Run Claude PR Action uses: grll/claude-code-action@beta with: use_oauth: true claude_access_token: ${{ secrets.CLAUDE_ACCESS_TOKEN }} claude_refresh_token: ${{ secrets.CLAUDE_REFRESH_TOKEN }} claude_expires_at: ${{ secrets.CLAUDE_EXPIRES_AT }}

Enjoy the Github App with your Claude Max subscription!

full breakdown of steps:

https://grll.bearblog.dev/use-claude-github-actions-with-claude-max/

🌐
GitHub
github.com › obra › superpowers
GitHub - obra/superpowers: Claude Code superpowers: core skills library
Breaks work into bite-sized tasks (2-5 minutes each). Every task has exact file paths, complete code, verification steps. subagent-driven-development or executing-plans - Activates with plan.
Starred by 10.9K users
Forked by 909 users
Languages   Shell 62.2% | JavaScript 26.7% | Python 6.1% | TypeScript 4.6% | Batchfile 0.4%
🌐
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 47.7K users
Forked by 3.3K users
Languages   Shell 46.4% | Python 33.8% | TypeScript 12.9% | PowerShell 4.7% | Dockerfile 2.2%
🌐
Anthropic
anthropic.com › engineering › claude-code-best-practices
Claude Code: Best practices for agentic coding
Follow these steps: 1. Use `gh issue view` to get the issue details 2. Understand the problem described in the issue 3. Search the codebase for relevant files 4. Implement the necessary changes to fix the issue 5. Write and run tests to verify the fix 6. Ensure code passes linting and type checking 7. Create a descriptive commit message 8. Push and create a PR Remember to use the GitHub CLI (`gh`) for all GitHub-related tasks. ... Putting the above content into .claude/commands/fix-github-issue.md makes it available as the /project:fix-github-issue command in Claude Code.
Find elsewhere
🌐
GitHub
github.com › Cranot › claude-code-guide
GitHub - Cranot/claude-code-guide: Claude Code Comprehensive Guide
# You describe what you want $ claude > "Add user authentication to the API" # Claude Code: 1. Analyzes your codebase structure 2. Plans the implementation 3. Requests permission for file edits (first time) 4. Writes code directly to your files 5. Can run tests and verify changes 6.
Starred by 2.2K users
Forked by 244 users
🌐
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!
Ask one agent to plan, code, and test in a single turn. Give blanket write permissions. Accept multi‑file diffs when you asked for one test. MCP extends Claude's capabilities by connecting to external services, databases, APIs, and tools ...
Starred by 2.8K users
Forked by 245 users
🌐
GitHub
github.com › automazeio › ccpm
GitHub - automazeio/ccpm: Project management system for Claude Code using GitHub Issues and Git worktrees for parallel agent execution.
If you already have a CLAUDE.md file, run: /re-init to update it with important rules from .claude/CLAUDE.md. ... Watch as structured planning transforms into shipped code.
Starred by 5.7K users
Forked by 583 users
Languages   Shell 99.2% | Batchfile 0.8%
🌐
GitHub
github.com › topics › claude-code
claude-code · GitHub Topics · GitHub
automation orchestration workflows agents claude anthropic anthropic-claude claude-code claudecode subagents sub-agents claudecode-subagents claudecode-config claude-code-subagents claude-code-commands claude-code-cli claude-code-plugin claude-code-plugins claude-skills claude-code-skills
🌐
GitHub
github.com › apps › claude
GitHub Apps - Claude · GitHub
Run Claude Code from your GitHub Pull Requests and Issues to respond to reviewer feedback, fix CI errors, or modify code, turning it into a virtual teammate that works alongside your development pipelines.
🌐
Claude
docs.claude.com › en › docs › claude-code › github-actions
Claude Code GitHub Actions - Claude Docs
Copy the workflow file from examples/claude.yml into your repository’s .github/workflows/ After completing either the quickstart or manual setup, test the action by tagging @claude in an issue or PR comment! Claude Code GitHub Actions v1.0 introduces breaking changes that require updating your workflow files in order to upgrade to v1.0 from the beta version.
🌐
GitHub
github.com › ComposioHQ › awesome-claude-skills
GitHub - ComposioHQ/awesome-claude-skills: A curated list of awesome Claude Skills, resources, and tools for customizing Claude AI workflows
A curated list of practical Claude Skills for enhancing productivity across Claude.ai, Claude Code, and the Claude API.
Starred by 8.5K users
Forked by 934 users
Languages   Python 92.0% | JavaScript 6.1% | Shell 1.9%
🌐
Creator Economy
creatoreconomy.so › p › claude-code-beginners-tutorial-build-a-movie-app-in-15-minutes
Claude Code Beginner's Tutorial: Build a Movie App in 15 Minutes
September 3, 2025 - I like using Claude Code in Cursor because it lets me view and edit files while Claude works. Apologies to the Cursor team if you’re reading this. 😅 · First, open terminal and navigate to a folder where you want to create the movie app. Then paste this command: git clone https://github.com/sudeepmahato16/movie-app.git
🌐
GitHub
github.com › Piebald-AI › claude-code-system-prompts
GitHub - Piebald-AI/claude-code-system-prompts: All parts of Claude Code's system prompt, 20 builtin tool descriptions, sub agent prompts (Plan/Explore/Task), utility prompts (CLAUDE.md, compact, statusline, magic docs, WebFetch, Bash cmd, security review, agent creation). Updated for each Claude Code version.
All parts of Claude Code's system prompt, 20 builtin tool descriptions, sub agent prompts (Plan/Explore/Task), utility prompts (CLAUDE.md, compact, statusline, magic docs, WebFetch, Bash cmd, security review, agent creation). Updated for each Claude Code version.
Starred by 1.9K users
Forked by 279 users
Languages   JavaScript
🌐
Geeky Gadgets
geeky-gadgets.com › home › ai › claude code & github : say goodbye to tedious code reviews
How to Use Claude Code for Seamless GitHub Integration - Geeky Gadgets
July 18, 2025 - Available through Claude Pro and Max subscription plans, the integration is scalable, cost-effective, and easy to set up, catering to both individual developers and teams. By connecting Claude Code to GitHub, you gain access to a suite of features ...