百科.dev
全部条目AI 编程趋势榜开源项目技术资讯提交条目
登录
< 返回工具列表
C

claude-code-handbook

> AI 编程
开源

一份全面的指南,介绍如何使用 MCP、技能和超能力集成来编写专业的 Claude 标准提示。Anthropic 的官方最佳实践,适用于 Claude

197 stars0 点赞0 次浏览
访问官网GitHub

工具介绍

一份全面的指南,介绍如何使用 MCP、技能和超能力集成来编写专业的 Claude 标准提示。Anthropic 的官方最佳实践,适用于 Claude

This repository is automatically kept up to date. Every week, an AI agent researches the latest Claude, Anthropic, MCP, and AI news — then opens a PR with updates across all guides, skills, and templates. I review and merge it manually. You're always reading current information.




ClaudeForge is the companion web app for this guide — it takes everything documented here and puts it into action. Describe what you need in plain English, pick your AI provider, and get a polished, model-optimized prompt in seconds.

Full Feature List (click to expand)

What You Get Details
7 AI Providers Anthropic Claude, OpenAI, Google Gemini, OpenRouter, Ollama, LM Studio, Custom
5 Prompt Targets Claude, GPT, Gemini, Llama, Universal — each optimized for its model family
9 Output Formats XML (Anthropic), TOON, Harness, Markdown, Plain Text, JSON, YAML, Claude.md, System+User Split
Instant Format Switching Switch between all 9 formats client-side — no regeneration needed
Extended Thinking Toggle on/off with configurable effort levels
Skill Suggestions Get relevant Claude Code plugin recommendations for your prompt
Prompt History Browse, search, filter, and favorite past generations
BYOK Bring Your Own Key — API keys stay in your browser, never touch our servers
Local LLM Support Use Ollama or LM Studio with no API key required

Supported Models (click to expand)

Provider Models
Anthropic Claude Opus 4.6, Sonnet 4.6, Haiku 4.5
OpenAI GPT-4o, GPT-4o Mini, o3-mini
Google Gemini Gemini 2.5 Pro, Gemini 2.5 Flash
OpenRouter Auto (Best Available), Claude Sonnet 4, GPT-4o
Ollama Llama 3.3, Qwen 2.5, + any custom model
LM Studio Any loaded model
Custom Any OpenAI-compatible endpoint

Self-Host It

git clone https://github.com/ThamJiaHe/claudeforge.git
cd claudeforge && npm install && npm run dev

Tech Stack: Next.js 16 · React 19 · Tailwind CSS v4 · shadcn/ui · Zustand 5 · Supabase · Shiki · Framer Motion


Claude Prompt Engineering Guide

The definitive guide to Claude prompt engineering and Claude Code mastery for Opus 4.6, Sonnet 4.6, and Haiku 4.5 — covering Skills, Plugins, MCP, Hooks, Agent Teams, Subagents, Ultrathink, and 100+ curated skills. Updated for March 2026 with Claude Code v2.1.83.


March 2026 Update

Last Updated: 26 March 2026 | Claude Code v2.1.83 | 220+ verified sources

What's New

Feature Description
Claude Code v2.1.83 Voice mode, 1M context, 128K output, remote execution, computer use
24 Hook Events SessionStart, PreToolUse, PostToolUse, Stop, CwdChanged, FileChanged + more
Agent Teams Multi-agent coordination with file ownership and shared task lists
Adaptive Thinking Opus 4.6 auto-calibrates reasoning; ultrathink for max depth
Fast Mode /fast — 2.5x faster Opus 4.6 output ($30/$150 per MTok)
MCP as Linux Foundation Standard Tool Search GA, OAuth 2.1, MCP Elicitation
100+ Skills Catalog Curated skills from ECC, Superpowers, and community
5 New Guides Hooks, Agent Teams, Ultrathink, Plugins, Subagents
Deep Research 13 community repos analyzed — plugins, agents, skills, orchestration, internal architecture
Skills Catalog Curated top skills across 15 categories

How to Use This Repo

  1. New to Claude? Start with the Quick Start Guide
  2. Prompt engineering? Read the Main Guide
  3. Using Claude Code? See the Claude Code Guide + Tips & Tricks
  4. Want skills? Browse the Skills Catalog (100+ curated)
  5. Building with API? Read the API Guide
  6. Deep diving? Explore the Deep Research Index (13 community repos analyzed)
  7. Need a template? Pick from Templates

Make Claude Code Behave Like a Senior Engineer

Reading this guide teaches you what to prompt. claude-kopitiam makes Claude automatically act on it — without you having to ask every time.

It's a companion config layer: 7 rules files that install into ~/.claude/rules/ and load on every Claude Code session.

Without kopitiam With kopitiam
Write Python — generic response router.md auto-triggers python-reviewer
Start planning — Claude dives into code Routes to brainstorming then writing-plans first
Touch auth or tokens — no safety net security.md guards fire by default
Any commit message accepted Conventional commits enforced automatically
Hit 85% context — silent degradation /save-session + /compact discipline triggers
git clone https://github.com/ThamJiaHe/claude-kopitiam
cd claude-kopitiam && bash INSTALL.sh

All Guides

Claude Code Deep Dives

Guide What You'll Learn
Claude Code Guide CLI tool overview, v2.1.83 features, platforms, permissions
CLAUDE.md Guide Configuration files, rules files, auto-memory, best practices
Hooks Guide All 24 hook events, 4 types, matchers, patterns
Agent Teams Guide Multi-agent coordination, file ownership, team patterns
Subagents Guide Agent tool, model routing, parallel execution, tool inheritance
Plugins Guide Plugin structure, marketplace, top plugins, creating plugins
Skills Guide Skills system, progressive disclosure, skill creation
Skills Catalog 100+ curated skills across 15 categories
Tips & Tricks 50 power user tips, hidden features, community hacks
Superpowers Guide obra's Superpowers plugin: brainstorm, plan, execute, debug

Prompt Engineering

Guide What You'll Learn
Main Prompt Guide 10-component framework, Claude 4.x best practices, advanced techniques
Ultrathink & Thinking Modes Adaptive thinking, effort levels, ultrathink keyword, API usage
Quick Start Get started in 5 minutes
API Guide Claude API integration, SDK usage, effort parameter

Integrations & Ecosystem

Guide What You'll Learn
MCP Integration Model Context Protocol setup and usage
MCP Ecosystem Overview MCP landscape, server registry, community
Messenger Integrations WhatsApp, Telegram, Slack, Discord
Remotion Video Guide React video generation with Claude Code
Cowork Guide Claude Cowork autonomous workflows
Antigravity Comparison Google Antigravity vs Claude Code

Research & Analysis

Guide What You'll Learn
Research Report (Jan 2026) 8,500+ word institutional-grade analysis
Ecosystem Market Analysis Market position and growth trends
Pricing Comparison Claude vs GPT-4 vs Gemini pricing
OpenCode & AirLLM Research Alternative CLI tools

Deep Research — Community Repository Analysis

13 major Claude Code community repositories analyzed, synthesized, and rewritten from scratch. Full index →

Guide What You'll Learn
Plugin Framework Complete dev workflow — brainstorm → plan → TDD → subagent execution → code review
Everything Plugin Agent harness performance — 30 skills, 20 agents, 12 language ecosystems
Production Skill Library 205 skills across 9 domains — the largest open-source skill collection
Fullstack Skill Packs 66 developer skills with progressive disclosure, ~50% token reduction
Subagent Catalog 127+ agent definitions, orchestration patterns, model cost routing
Multi-Agent Orchestration Enterprise swarm platform — 4 topologies, 5 consensus algorithms
Agent Harness Fundamentals Build AI agents from scratch in Python — 12-session curriculum
Command & Config Reference All 64 slash commands, 13 frontmatter fields, settings hierarchy
System Prompt Anatomy How Claude Code assembles behavior from 110+ prompt components
Model Routing Route requests to any LLM provider — cost optimization, per-project routing
Ecosystem Directory 150+ tools, plugins, hooks, workflows, and alternative clients
Core Claude Code Runtime NEW Internal architecture from the March 2026 source disclosure — query engine, 40+ tools, 70+ commands, bridge, memory
Claurst Integration NEW Rust reimplementation — unreleased features (KAIROS, Buddy, ULTRAPLAN, autoDream), 14-file spec, security findings

Templates & Examples

Resource Description
Minimal Template Quick, lightweight prompt template
Comprehensive Template Full 10-component template
Self-Evolving CLAUDE.md Auto-learning configuration pattern
Coding Tasks Code review and development prompts
Research Tasks Research and information gathering
Business Analysis Business and financial analysis
Document Creation Documentation and writing tasks

Skills Collection (31 example skills)

Browse skills/examples/ for production-ready skills:

Development: Next.js App Router, Tailwind Design System, API Development, Prisma ORM, TypeScript Standards Testing: Vitest Unit Testing, Playwright E2E, TDD Workflow, Code Review Security: OWASP Audit, Threat Modeling, API Hardening, Penetration Testing, Security Compliance Infrastructure: AWS, GCP, Vercel, Neon Serverless, Docker, Monitoring Operations: Session Management, Strategic Compact, Build Error Resolver, Incident Response Standards: Performance, SEO, Accessibility, Git Workflow


Support This Project

This guide is free and always will be — but keeping it accurate costs real money. Every week, an AI agent queries Perplexity to research the latest news, then uses Claude Opus to update every guide. That automation runs on API credits.

What Why it matters
Perplexity API Powers the weekly internet research agent
Anthropic API Claude Opus rew

Issues· 0 开放

查看全部 Issues在 GitHub 打开

暂无开放 Issues,或尚未同步最近议题。

> 标签

Pythonaianthropic-claudeclaudeclaude-ai

暂无评论,来聊聊你的看法吧

> 工具信息

发布日期2026年8月1日
最后更新2026年9月18日
分类AI 编程
定价开源

> 相关工具

G
GitHub Copilot
GitHub 官方 AI 编程助手,覆盖补全、Chat 与 Agent 模式。
C
Cursor
AI 原生代码编辑器,对话改代码、多文件 Agent 与规则体系是其核心。
S
skills
Skills for Real Engineers. Straight from my .agents directory.