Claude Code Reference
v2.1.114 ยท Commands, shortcuts, hooks, Python/AWS tips.
What's New
Everything recent across Claude Code, Claude models, new skills and agents.
New version 2.1.114 published on npm.
Claude Code skill for generating production-quality SVG+PNG technical diagrams. Supports 8 diagram types, 5 visual styles, and deep AI/Agent domain knowledge.
๐ชจ why use many token when few token do trick โ Claude Code skill that cuts 65% of tokens by talking like caveman
Most capable generally available model. Complex multi-step coding, long agentic workflows, 1M-token codebase reads.
An intuitive interface to create, orchestrate, and monitor Claude-based code agents for automated development workflows.
Claude Code skills based on The Minimalist Entrepreneur by Sahil Lavingia
A Claude Code skill that turns any codebase into a beautiful, interactive single-page HTML course for non-technical vibe coders.
Real-time visualization of Claude Code agent orchestration โ see your agents think, branch, and coordinate as they work.
A collection of 130+ specialized Codex subagents covering a wide range of development use cases.
Graphs that teach > graphs that impress. Turn any code, or knowledge base (Karpathy LLM wiki), into an interactive knowledge graph you can explore, search, and ask questions about. Works with Claude Code, Codex, Cursor, Copilot, Gemini CLI, and more.
Claude Autoresearch Skill โ Autonomous goal-directed iteration for Claude Code. Inspired by Karpathy's autoresearch. Modify โ Verify โ Keep/Discard โ Repeat forever.
Clone any website with one command using AI coding agents
A Claude skill that writes the accurate prompts for any AI tool. Zero tokens or credits wasted. Full context and memory retention
ARIS โ๏ธ (Auto-Research-In-Sleep) โ Lightweight Markdown-only skills for autonomous ML research: cross-model review loops, idea discovery, and experiment automation. No framework, no lock-in โ works with Claude Code, Codex, OpenClaw, or any LLM agent.
Open-source AI agent command center for Claude Code agent teams. Built on OpenClaw.
Give your AI agent eyes to see the entire internet. Read & search Twitter, Reddit, YouTube, GitHub, Bilibili, XiaoHongShu โ one CLI, zero API fees.
Supercharge Claude Code with 11 AI agents, 36 commands & 15 skills โ the claude-code plugin framework inspired by oh-my-zsh. 6-layer security hooks included. 5-min install.
Comparison between open source PI agent and closed source Claude Code agent
Quick Start
Start a session
claudeOpens interactive mode in your project directory.
One-shot question
claude -p "how does the auth module work?"Ask a question, get an answer, exit.
Continue last session
claude -cPicks up exactly where you left off.
Parallel worktree
claude -w feature-authWork on a feature branch without leaving your current work.
Plan mode (safe)
claude --permission-mode planClaude analyzes and plans but does not edit until you approve.
Pipe content
git diff main | claude -p "review this"Feed diffs, logs, or files directly into Claude.
Slash Commands
/help | Show help menu |
/config | Open settings interface |
/model | Switch between models (Opus, Sonnet, Haiku) |
/effort | Set effort level (low, medium, high, max) |
/clear | Clear conversation and start fresh |
/compact | Manually compact context window |
/resume | Resume previous sessions (open picker) |
/rename | Rename current session |
/plan | View current plan (in plan mode) |
/usage | View token usage and costs |
/version | Show Claude Code version |
/ide | Connect to VS Code or JetBrains IDE |
/thinking-toggle | Toggle extended thinking on/off |
/agents | View and create custom subagents |
/skills | Browse available skills |
/plugins | Browse and manage plugins |
/mcp | Add and configure MCP servers |
/hooks | Browse configured hooks |
/permissions | View and manage tool permissions |
/memory | View project memory (CLAUDE.md) |
/debug | Enable debug logging for troubleshooting |
/simplify | Review code for reuse, quality, and fix issues |
/batch | Plan and execute large-scale changes across 5-30 isolated worktree agents |
/loop | Run a prompt or command on a recurring interval |
/schedule | Create scheduled remote agents on cron schedule |
/claude-api | Build, debug, and optimize Claude API / Anthropic SDK apps |
/find-docs | Retrieve up-to-date docs for any library (via Context7) |
/init | Initialize CLAUDE.md for your project |
/review | Review a pull request |
/security-review | Perform security review of pending changes |
/insights | Generate report analyzing Claude Code sessions |
/install-github-app | Install Claude GitHub App for CI/CD |
/powerup | Interactive lessons with animated demos |
/remote-control | Start Remote Control session |
Keyboard Shortcuts
Global
Ctrl+C | Cancel current operation |
Ctrl+D | Exit Claude Code |
Ctrl+T | Toggle task list visibility |
Ctrl+O | Toggle verbose transcript (shows thinking) |
Chat Input
Enter | Submit message |
Shift+Enter | New line without submitting |
Ctrl+L | Clear prompt input |
Ctrl+S | Stash current prompt |
Ctrl+G | Open in external editor |
Ctrl+V | Paste image |
Ctrl+_ or Ctrl+Shift+- | Undo last action |
Shift+Tab | Cycle permission modes |
Cmd+P / Meta+P | Open model picker |
Meta+O | Toggle fast mode |
Option+T / Alt+T | Toggle extended thinking |
Ctrl+R | Open history search |
Up/Down Arrow | Navigate command history |
VS Code
Cmd+Esc / Ctrl+Esc | Toggle focus between editor and Claude |
Cmd+Shift+Esc / Ctrl+Shift+Esc | Open new conversation tab |
Option+K / Alt+K | Insert @-mention reference with line numbers |
Cmd+N / Ctrl+N | Start new conversation |
CLI Flags & Options
claudeclaudeclaude "prompt"claude "fix the auth bug"claude -pclaude -p "analyze this code"claude -cclaude -cclaude -r "name"claude -r "auth-refactor"claude --resumeclaude --resumeclaude -wclaude -w feature-auth--modelclaude --model claude-opus-4-6--effortclaude --effort high--permission-modeclaude --permission-mode plan--allowedTools--allowedTools "Read,Edit,Bash"--max-turnsclaude -p --max-turns 5--max-budget-usdclaude -p --max-budget-usd 5.00--output-format jsonclaude -p --output-format json "query"--bareclaude --bare--debugclaude --debugpipe inputcat file.py | claude -p "review this"Environment Variables
ANTHROPIC_API_KEY | API key for direct Anthropic access |
CLAUDE_CODE_USE_BEDROCK | Set to 1 to use AWS Bedrock |
CLAUDE_CODE_USE_VERTEX | Set to 1 to use Google Vertex AI |
CLAUDE_CODE_EFFORT_LEVEL | Default effort level (low/medium/high/max) |
MAX_THINKING_TOKENS | Max tokens for extended thinking |
CLAUDE_CODE_SIMPLE | Set to 1 for bare mode (no hooks/skills) |
Available Tools
Read files from disk
Create new files
Edit existing files (sends only the diff)
Run shell commands
Find files by pattern (faster than find)
Search file contents (faster than grep/rg)
Search the web
Fetch and parse web pages
Watch background scripts
Invoke subagents for parallel work
Create and manage task lists
Ask clarifying questions
Configuration Files
~/.claude/settings.json.claude/settings.json.claude/settings.local.jsonCLAUDE.md.claude/CLAUDE.md~/.claude/CLAUDE.md~/.claude/keybindings.json.claude/mcp.json.claude/skills/<name>/SKILL.md.claude/agents/<name>/.worktreeincludeHooks System
Hooks run shell commands in response to Claude events. Configure in settings.json. Exit 0 = allow, Exit 2 = block action.
SessionStart | Session begins. Cannot block. | |
UserPromptSubmit | You submit a prompt. Cannot block. | |
PreToolUse | Before tool executes. CAN block (exit 2). | Use matcher: "Bash" to intercept shell commands |
PostToolUse | After tool succeeds. Cannot block. | Great for auto-formatting after Edit/Write |
PostToolUseFailure | After tool fails. Cannot block. | |
Stop | Claude finishes responding. Cannot block. | |
Notification | Claude needs your attention. Cannot block. | |
SubagentStart | Subagent lifecycle start. | |
SubagentStop | Subagent lifecycle end. | |
FileChanged | Watched files change. |
Example: Auto-format Python on every edit
{
"hooks": {
"PostToolUse": [
{
"matcher": "Edit|Write",
"hooks": [
{
"type": "command",
"command": "ruff format $(jq -r '.tool_input.file_path') 2>/dev/null; ruff check --fix $(jq -r '.tool_input.file_path') 2>/dev/null; true"
}
]
}
],
"Notification": [
{
"matcher": "",
"hooks": [
{
"type": "command",
"command": "notify-send 'Claude Code' 'Needs your attention'"
}
]
}
]
}
}Extensions
Reusable workflows in .claude/skills/<name>/SKILL.md. Claude follows them automatically.
Recommended ยท 50
Auto-discovered ยท dailyFrontend ยท 9
omo; the best agent harness - previously oh-my-opencode
code-yeongyu/oh-my-openagent
Install โ
git clone https://github.com/code-yeongyu/oh-my-openagent.git /tmp/oh-my-openagent && cp -r /tmp/oh-my-openagent/.claude/skills/* .claude/skills/๐ The leading agent orchestration platform for Claude. Deploy intelligent multi-agent swarms, coordinate autonomous workflows, and build conversational AI systems. Features enterprise-grade architecture, distributed swarm intelligence, RAG integration, and native Claude Code / Codex Integration
ruvnet/ruflo
Install โ
git clone https://github.com/ruvnet/ruflo.git /tmp/ruflo && cp -r /tmp/ruflo/.claude/skills/* .claude/skills/Claude Code skill implementing Manus-style persistent markdown planning โ the workflow pattern behind the $2B acquisition.
OthmanAdi/planning-with-files
Install โ
git clone https://github.com/OthmanAdi/planning-with-files.git /tmp/planning-with-files && cp -r /tmp/planning-with-files/.claude/skills/* .claude/skills/Unofficial Python API and agentic skill for Google NotebookLM. Full programmatic access to NotebookLM's featuresโincluding capabilities the web UI doesn't exposeโvia Python, CLI, and AI agents like Claude Code, Codex, and OpenClaw.
teng-lin/notebooklm-py
Install โ
git clone https://github.com/teng-lin/notebooklm-py.git /tmp/notebooklm-py && cp -r /tmp/notebooklm-py/.claude/skills/* .claude/skills/Claude Code Guide - Setup, Commands, workflows, agents, skills & tips-n-tricks go from beginner to power user!
zebbern/claude-code-guide
Install โ
git clone https://github.com/zebbern/claude-code-guide.git /tmp/claude-code-guide && cp -r /tmp/claude-code-guide/.claude/skills/* .claude/skills/Product Management skills framework built on battle-tested methods for Claude Code, Cowork, Codex, and AI agents.
deanpeters/Product-Manager-Skills
Install โ
git clone https://github.com/deanpeters/Product-Manager-Skills.git /tmp/Product-Manager-Skills && cp -r /tmp/Product-Manager-Skills/.claude/skills/* .claude/skills/Deploy Your Frontend in a Single Command. Claude Code Skills supported.
glitternetwork/pinme
Install โ
git clone https://github.com/glitternetwork/pinme.git /tmp/pinme && cp -r /tmp/pinme/.claude/skills/* .claude/skills/Templates and workflow for generating PRDs, Tech Designs, and MVP and more using LLMs for AI IDEs
KhazP/vibe-coding-prompt-template
Install โ
git clone https://github.com/KhazP/vibe-coding-prompt-template.git /tmp/vibe-coding-prompt-template && cp -r /tmp/vibe-coding-prompt-template/.claude/skills/* .claude/skills/A Claude Code skill for generating UI in the Nothing design language. Monochrome, typographic, industrial.
dominikmartn/nothing-design-skill
Install โ
git clone https://github.com/dominikmartn/nothing-design-skill.git /tmp/nothing-design-skill && cp -r /tmp/nothing-design-skill/.claude/skills/* .claude/skills/Backend ยท 7
Convert documentation websites, GitHub repositories, and PDFs into Claude AI skills with automatic conflict detection
yusufkaraaslan/Skill_Seekers
Install โ
git clone https://github.com/yusufkaraaslan/Skill_Seekers.git /tmp/Skill_Seekers && cp -r /tmp/Skill_Seekers/.claude/skills/* .claude/skills/ARIS โ๏ธ (Auto-Research-In-Sleep) โ Lightweight Markdown-only skills for autonomous ML research: cross-model review loops, idea discovery, and experiment automation. No framework, no lock-in โ works with Claude Code, Codex, OpenClaw, or any LLM agent.
wanshuiyin/Auto-claude-code-research-in-sleep
Install โ
git clone https://github.com/wanshuiyin/Auto-claude-code-research-in-sleep.git /tmp/Auto-claude-code-research-in-sleep && cp -r /tmp/Auto-claude-code-research-in-sleep/.claude/skills/* .claude/skills/scrape data from Google Maps. Extracts data such as the name, address, phone number, website URL, rating, reviews number, latitude and longitude, reviews,email and more for each place
gosom/google-maps-scraper
Install โ
git clone https://github.com/gosom/google-maps-scraper.git /tmp/google-maps-scraper && cp -r /tmp/google-maps-scraper/.claude/skills/* .claude/skills/A single hub to find Claude Skills, Agents, Commands, Hooks, Plugins, and Marketplace collections to extend Claude Code, Claude Desktop, Agent SDK and OpenClaw
davepoon/buildwithclaude
Install โ
git clone https://github.com/davepoon/buildwithclaude.git /tmp/buildwithclaude && cp -r /tmp/buildwithclaude/.claude/skills/* .claude/skills/Claude Code Skill for browser automation with Playwright. Model-invoked - Claude autonomously writes and executes custom automation for testing and validation.
lackeyjb/playwright-skill
Install โ
git clone https://github.com/lackeyjb/playwright-skill.git /tmp/playwright-skill && cp -r /tmp/playwright-skill/.claude/skills/* .claude/skills/MCP server and Claude Code skill for Excalidraw โ programmatic canvas toolkit to create, edit, and export diagrams via AI agents with real-time canvas sync.
yctimlin/mcp_excalidraw
Install โ
git clone https://github.com/yctimlin/mcp_excalidraw.git /tmp/mcp_excalidraw && cp -r /tmp/mcp_excalidraw/.claude/skills/* .claude/skills/MCP server and Claude plugin for Postgres skills and documentation. Helps AI coding tools generate better PostgreSQL code.
timescale/pg-aiguide
Install โ
git clone https://github.com/timescale/pg-aiguide.git /tmp/pg-aiguide && cp -r /tmp/pg-aiguide/.claude/skills/* .claude/skills/Security ยท 3
A lightweight alternative to OpenClaw that runs in containers for security. Connects to WhatsApp, Telegram, Slack, Discord, Gmail and other messaging apps,, has memory, scheduled jobs, and runs directly on Anthropic's Agents SDK
qwibitai/nanoclaw
Install โ
git clone https://github.com/qwibitai/nanoclaw.git /tmp/nanoclaw && cp -r /tmp/nanoclaw/.claude/skills/* .claude/skills/Trail of Bits Claude Code skills for security research, vulnerability detection, and audit workflows
trailofbits/skills
Install โ
git clone https://github.com/trailofbits/skills.git /tmp/skills && cp -r /tmp/skills/.claude/skills/* .claude/skills/Agent skills for solving CTF challenges - web exploitation, binary pwn, crypto, reverse engineering, forensics, OSINT, and more
ljagiello/ctf-skills
Install โ
git clone https://github.com/ljagiello/ctf-skills.git /tmp/ctf-skills && cp -r /tmp/ctf-skills/.claude/skills/* .claude/skills/Productivity ยท 13
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.
thedotmack/claude-mem
Install โ
git clone https://github.com/thedotmack/claude-mem.git /tmp/claude-mem && cp -r /tmp/claude-mem/.claude/skills/* .claude/skills/A curated list of awesome Claude Skills, resources, and tools for customizing Claude AI workflows
ComposioHQ/awesome-claude-skills
Install โ
git clone https://github.com/ComposioHQ/awesome-claude-skills.git /tmp/awesome-claude-skills && cp -r /tmp/awesome-claude-skills/.claude/skills/* .claude/skills/Install โ
git clone https://github.com/wshobson/agents.git /tmp/agents && cp -r /tmp/agents/.claude/skills/* .claude/skills/Installable GitHub library of 1,400+ agentic skills for Claude Code, Cursor, Codex CLI, Gemini CLI, Antigravity, and more. Includes installer CLI, bundles, workflows, and official/community skill collections.
sickn33/antigravity-awesome-skills
Install โ
git clone https://github.com/sickn33/antigravity-awesome-skills.git /tmp/antigravity-awesome-skills && cp -r /tmp/antigravity-awesome-skills/.claude/skills/* .claude/skills/A set of ready to use Agent Skills for research, science, engineering, analysis, finance and writing.
K-Dense-AI/scientific-agent-skills
Install โ
git clone https://github.com/K-Dense-AI/scientific-agent-skills.git /tmp/scientific-agent-skills && cp -r /tmp/scientific-agent-skills/.claude/skills/* .claude/skills/Install โ
git clone https://github.com/NevaMind-AI/memU.git /tmp/memU && cp -r /tmp/memU/.claude/skills/* .claude/skills/A curated list of awesome Claude Skills, resources, and tools for customizing Claude AI workflows โ particularly Claude Code
travisvn/awesome-claude-skills
Install โ
git clone https://github.com/travisvn/awesome-claude-skills.git /tmp/awesome-claude-skills && cp -r /tmp/awesome-claude-skills/.claude/skills/* .claude/skills/Graphs that teach > graphs that impress. Turn any code, or knowledge base (Karpathy LLM wiki), into an interactive knowledge graph you can explore, search, and ask questions about. Works with Claude Code, Codex, Cursor, Copilot, Gemini CLI, and more.
Lum1104/Understand-Anything
Install โ
git clone https://github.com/Lum1104/Understand-Anything.git /tmp/Understand-Anything && cp -r /tmp/Understand-Anything/.claude/skills/* .claude/skills/Comprehensive open-source library of AI research and engineering skills for any AI model. Package the skills and your claude code/codex/gemini agent will be an AI research agent with full horsepower. Maintained by Orchestra Research.
Orchestra-Research/AI-Research-SKILLs
Install โ
git clone https://github.com/Orchestra-Research/AI-Research-SKILLs.git /tmp/AI-Research-SKILLs && cp -r /tmp/AI-Research-SKILLs/.claude/skills/* .claude/skills/A Claude skill that writes the accurate prompts for any AI tool. Zero tokens or credits wasted. Full context and memory retention
nidhinjs/prompt-master
Install โ
git clone https://github.com/nidhinjs/prompt-master.git /tmp/prompt-master && cp -r /tmp/prompt-master/.claude/skills/* .claude/skills/Claude Autoresearch Skill โ Autonomous goal-directed iteration for Claude Code. Inspired by Karpathy's autoresearch. Modify โ Verify โ Keep/Discard โ Repeat forever.
uditgoenka/autoresearch
Install โ
git clone https://github.com/uditgoenka/autoresearch.git /tmp/autoresearch && cp -r /tmp/autoresearch/.claude/skills/* .claude/skills/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.
codeaashu/claude-code
Install โ
git clone https://github.com/codeaashu/claude-code.git /tmp/claude-code && cp -r /tmp/claude-code/.claude/skills/* .claude/skills/Claude Code learns from your corrections: self-correcting memory that compounds over 50+ sessions. Context engineering, parallel worktrees, agent teams, and 17 battle-tested skills.
rohitg00/pro-workflow
Install โ
git clone https://github.com/rohitg00/pro-workflow.git /tmp/pro-workflow && cp -r /tmp/pro-workflow/.claude/skills/* .claude/skills/General ยท 15
from vibe coding to agentic engineering - practice makes claude perfect
shanraisshan/claude-code-best-practice
Install โ
git clone https://github.com/shanraisshan/claude-code-best-practice.git /tmp/claude-code-best-practice && cp -r /tmp/claude-code-best-practice/.claude/skills/* .claude/skills/๐ชจ why use many token when few token do trick โ Claude Code skill that cuts 65% of tokens by talking like caveman
JuliusBrussee/caveman
Install โ
git clone https://github.com/JuliusBrussee/caveman.git /tmp/caveman && cp -r /tmp/caveman/.claude/skills/* .claude/skills/JimLiu/baoyu-skills
Install โ
git clone https://github.com/JimLiu/baoyu-skills.git /tmp/baoyu-skills && cp -r /tmp/baoyu-skills/.claude/skills/* .claude/skills/Claude Code skill that removes signs of AI-generated writing from text
blader/humanizer
Install โ
git clone https://github.com/blader/humanizer.git /tmp/humanizer && cp -r /tmp/humanizer/.claude/skills/* .claude/skills/66 Specialized Skills for Full-Stack Developers. Transform Claude Code into your expert pair programmer.
Jeffallan/claude-skills
Install โ
git clone https://github.com/Jeffallan/claude-skills.git /tmp/claude-skills && cp -r /tmp/claude-skills/.claude/skills/* .claude/skills/Claude Code skills based on The Minimalist Entrepreneur by Sahil Lavingia
slavingia/skills
Install โ
git clone https://github.com/slavingia/skills.git /tmp/skills && cp -r /tmp/skills/.claude/skills/* .claude/skills/Humanizer ็ๆฑๅ็ๆฌ๏ผClaude Code Skills๏ผๆจๅจๆถ้คๆๆฌไธญ AI ็ๆ็็่ฟนใ
op7418/Humanizer-zh
Install โ
git clone https://github.com/op7418/Humanizer-zh.git /tmp/Humanizer-zh && cp -r /tmp/Humanizer-zh/.claude/skills/* .claude/skills/A Claude Code skill that turns any codebase into a beautiful, interactive single-page HTML course for non-technical vibe coders.
zarazhangrui/codebase-to-course
Install โ
git clone https://github.com/zarazhangrui/codebase-to-course.git /tmp/codebase-to-course && cp -r /tmp/codebase-to-course/.claude/skills/* .claude/skills/Context management for Claude Code. Hooks maintain state via ledgers and handoffs. MCP execution without context pollution. Agent orchestration with isolated context windows.
parcadei/Continuous-Claude-v3
Install โ
git clone https://github.com/parcadei/Continuous-Claude-v3.git /tmp/Continuous-Claude-v3 && cp -r /tmp/Continuous-Claude-v3/.claude/skills/* .claude/skills/Claude Code skill for generating production-quality SVG+PNG technical diagrams. Supports 8 diagram types, 5 visual styles, and deep AI/Agent domain knowledge.
yizhiyanhua-ai/fireworks-tech-graph
Install โ
git clone https://github.com/yizhiyanhua-ai/fireworks-tech-graph.git /tmp/fireworks-tech-graph && cp -r /tmp/fireworks-tech-graph/.claude/skills/* .claude/skills/Claude Code skill to support Android app's reverse engineering
SimoneAvogadro/android-reverse-engineering-skill
Install โ
git clone https://github.com/SimoneAvogadro/android-reverse-engineering-skill.git /tmp/android-reverse-engineering-skill && cp -r /tmp/android-reverse-engineering-skill/.claude/skills/* .claude/skills/Bridge Claude Code / Codex to IM platforms โ chat with AI coding agents from Telegram, Discord, or Feishu/Lark.
op7418/Claude-to-IM-skill
Install โ
git clone https://github.com/op7418/Claude-to-IM-skill.git /tmp/Claude-to-IM-skill && cp -r /tmp/Claude-to-IM-skill/.claude/skills/* .claude/skills/Agent Skills for optimizing web quality based on Lighthouse and Core Web Vitals.
addyosmani/web-quality-skills
Install โ
git clone https://github.com/addyosmani/web-quality-skills.git /tmp/web-quality-skills && cp -r /tmp/web-quality-skills/.claude/skills/* .claude/skills/Make Claude Code production-ready โ spec-driven plans, enforced quality gates, persistent knowledge
maxritter/pilot-shell
Install โ
git clone https://github.com/maxritter/pilot-shell.git /tmp/pilot-shell && cp -r /tmp/pilot-shell/.claude/skills/* .claude/skills/Install โ
git clone https://github.com/Ceeon/videocut-skills.git /tmp/videocut-skills && cp -r /tmp/videocut-skills/.claude/skills/* .claude/skills/Skill libraries (browse, don't install all) ยท 3
A curated collection of 1000+ agent skills from official dev teams and the community, compatible with Claude Code, Codex, Gemini CLI, Cursor, and more.
VoltAgent/awesome-agent-skills
Install โ
# Browse: https://github.com/VoltAgent/awesome-agent-skills232+ Claude Code skills & agent plugins for Claude Code, Codex, Gemini CLI, Cursor, and 8 more coding agents โ engineering, marketing, product, compliance, C-level advisory.
alirezarezvani/claude-skills
Install โ
# Browse: https://github.com/alirezarezvani/claude-skillsCollection of AI-related utilities. Welcome to submit pull requests /ๆถ่AI็ธๅ ณ็ๅฎ็จๅทฅๅ ท๏ผๆฌข่ฟๆไบคpull requests
ikaijua/Awesome-AITools
Install โ
# Browse: https://github.com/ikaijua/Awesome-AIToolsPython Development
VS Code setting claudeCode.usePythonEnvironment: true activates your workspace Python env automatically.
Document your Python version, venv path, test command (pytest), linter (ruff), type checker (mypy), and key directories.
Claude understands these frameworks well. Describe your routes, models, and serialization patterns in CLAUDE.md.
Claude can run poetry/pipenv commands. Make sure they are in PATH.
Include data format, expected shape/columns, preprocessing steps in your prompts or CLAUDE.md.
Example CLAUDE.md for a Python/AWS project
# Project Context
## Stack
- Python 3.11, FastAPI, SQLAlchemy
- AWS: ECS Fargate, RDS Postgres, S3, Lambda
- Docker, Terraform (infra/)
- pytest, ruff, mypy
## Commands
- Run tests: `pytest tests/ -v`
- Lint: `ruff check src/`
- Type check: `mypy src/`
- Deploy: `./scripts/deploy.sh staging`
## Key Directories
- src/api/ โ FastAPI route handlers
- src/models/ โ SQLAlchemy models
- src/services/ โ Business logic
- infra/ โ Terraform configs
- tests/ โ Test suites
## Conventions
- Use functional approach, no classes for services
- All API responses use Pydantic response models
- Write tests for all new endpoints
- Follow Conventional CommitsAWS & DevOps
Set CLAUDE_CODE_USE_BEDROCK=1 to route all Claude calls through your AWS account. No Anthropic API key needed.
export CLAUDE_CODE_USE_BEDROCK=1Use anthropics/claude-code-action@v1 with use_bedrock: true and AWS_ROLE_TO_ASSUME secret.
Claude can run aws CLI commands via Bash tool. Pre-approve with --allowedTools 'Bash(aws *)'.
Claude reads and writes Terraform/CDK. Put your backend config and state bucket info in CLAUDE.md.
Create a custom skill in .claude/skills/deploy/SKILL.md with your deploy steps. Claude follows it every time.
Use --max-budget-usd and --max-turns in CI pipelines to cap spending.
claude -p --max-budget-usd 2.00 --max-turns 5 "review this PR"Example: GitHub Actions PR review with AWS Bedrock
name: Claude PR Review
on:
pull_request:
types: [opened, synchronize]
jobs:
review:
runs-on: ubuntu-latest
permissions:
id-token: write
contents: read
pull-requests: write
steps:
- uses: aws-actions/configure-aws-credentials@v4
with:
role-to-assume: ${{ secrets.AWS_ROLE_TO_ASSUME }}
aws-region: us-east-1
- uses: anthropics/claude-code-action@v1
with:
use_bedrock: "true"
claude_args: "--model us.anthropic.claude-sonnet-4-6 --max-turns 3"
prompt: "Review this PR for bugs, security issues, and code quality."Power Tips
Start with --permission-mode plan. Review the plan, then switch to acceptEdits to execute. Safer for big changes.
Use claude -w feature-name to work on multiple branches simultaneously without conflicts.
If you have been chatting for a while, run /compact before starting a new big task. Frees context.
Include 'ultrathink' in your prompt to get maximum reasoning depth on complex debugging.
Use @filename.py in your prompt to reference files without pasting. Claude reads them automatically.
Pipe files, diffs, or logs into claude -p for automated analysis in CI/CD.
git diff main | claude -p "review this diff for security issues"Use /batch for changes spanning 5-30 files. Creates isolated worktree agents that work in parallel.
Create .claude/skills/<name>/SKILL.md for repeatable workflows (deploy, test, review). Claude follows them exactly.
Add a PostToolUse hook on Edit|Write to auto-run your formatter (prettier, black, ruff) after every file change.
Use /loop 5m 'check test status' to poll a long-running CI build without babysitting.
Daily Workflow Examples
Morning: review overnight PRs
claude -p "list open PRs on this repo and summarize changes"claude -c # continue to review specific PR/review 42 # deep review of PR #42Feature: add a new API endpoint
claude --permission-mode plan"add a GET /api/users/{id}/activity endpoint"# review plan โ Shift+Tab to acceptEdits โ Claude executesDebug: production error
cat /var/log/app/error.log | claude -p "what caused this and how to fix"claude -c # continue to implement the fixInfra: update Terraform
claude -w infra-update # isolated worktree"add a new RDS read replica in eu-west-1""run terraform plan and show me the diff"CI/CD: automated review
git diff main | claude -p --max-turns 3 --max-budget-usd 1.00 "review for bugs"