PAGE Home ARM YOUR AGENT — the armory overview PAGE Skills Official + community skills, filterable PAGE CLAUDE.md templates Four memory layers, copy-ready PAGE Guides Writing rules / anatomy / troubleshooting / glossary PAGE Resources Authoritative community resources PAGE Changelog What changed on this site PAGE About Mission / sources / contributing SKILL agent-browser Vercel's browser-automation skill: a Rust CLI plus a Playwright daemon that gives Claude deterministic, reference-based control over any web page. SKILL algorithmic-art Generative art with p5.js: seeded randomness, flow fields, particle systems — reproducible algorithmic visual experiments. SKILL brainstorming superpowers' Socratic design refinement: interrogate requirements and edge cases before coding, and grind ideas into executable plans. SKILL brand-guidelines Loads a brand palette and typography rules and applies them to any artifact (Anthropic brand by default). The bigger win: clone it into your own company's brand skill. SKILL canvas-design Produce PNG / PDF visuals with an explicit design philosophy: posters, covers, cards — graphic artifacts rather than web pages. SKILL claude-api Ships the latest Claude API reference, SDK docs, and best practices in 8 languages — no more stale training memory when writing integrations. SKILL doc-coauthoring A three-stage co-writing flow for serious documents: gather material → polish the draft → test from the reader's perspective. Built for PRDs and design docs. SKILL docx Create, edit, and analyze Word documents: tracked changes, comments, format preservation, and text extraction. The same skill behind Claude.ai's document features. SKILL esther-design-system ESTHER's personal-IP design system: brand DNA plus five scene specs (tutorial, landing, app, card images, WeChat layout) with templates — taste written as a manual the AI must follow (CC BY-NC-SA). SKILL find-skills The #1 meta-skill on skills.sh by installs: lets Claude search for and install the right skill for the task on its own. SKILL frontend-design Anthropic engineers' distilled taste for frontend design — the antidote to same-y 'AI-flavored' interfaces (identical fonts, purple gradients, rounded cards). A perennial plugin-chart favorite. SKILL grill-me Matt Pocock's relentless interviewer: stress-tests your plans and designs with systematic questioning before you commit. SKILL handoff Compacts the current conversation into a handoff document a fresh agent can pick up — a practical cure for long-session decay. SKILL internal-comms Write internal communications of every kind: 3P progress reports (Progress / Plans / Problems), all-hands emails, change notices, incident reports, FAQs, and exec briefs. SKILL mcp-builder A complete four-phase workflow for high-quality MCP servers: research and plan → implement (structure / errors / pagination) → review → test with MCP Inspector. SKILL pdf The all-round PDF toolbox: extract text and tables, merge and split, rotate and watermark, fill forms, encrypt and decrypt. First choice for scans and form documents. SKILL pptx Generate and edit PowerPoint decks: layouts, templates, charts, and batch automation — highly efficient for weekly reports and proposals. SKILL remotion-best-practices Official Remotion best practices: build videos programmatically in React/TypeScript — animation, transitions, captions, audio, and charts. Consult before touching any Remotion API. SKILL skill-creator The official scaffold for creating skills: guides you to design, generate, and iterate your own SKILL.md. Usually one session (15–30 min) to a working skill. SKILL slack-gif-creator Make animated emoji and GIFs that fit Slack's size limits — essential kit for team fun and shipping celebrations. SKILL systematic-debugging obra/superpowers' signature skill: a four-phase root-cause process — evidence before fixes, the cure for guess-driven debugging. SKILL test-driven-development superpowers' TDD discipline: a strict RED → GREEN → REFACTOR loop, with a reference list of testing anti-patterns. SKILL theme-factory Apply cohesive themes to any artifact: palette, type, and component styling in one pass — ideal for keeping batches visually consistent. SKILL triage Matt Pocock's triage state machine for issues and external PRs: categorise, verify, grill when needed, and write agent-ready briefs. SKILL vercel-react-best-practices Vercel's official React / Next.js best practices: data fetching, caching, and component patterns. Top of the skills.sh install chart. SKILL web-artifacts-builder Build complex frontend artifacts: state management, routing, shadcn/ui components — interactive prototypes, dashboards, and internal-tool MVPs beyond single-file HTML. SKILL web-design-guidelines Vercel's web design guidelines: hard checklists for typography, spacing, contrast, and accessibility. High on the skills.sh chart. SKILL webapp-testing Test local web apps with Playwright: UI verification, screenshot comparison, and debugging — let Claude open a browser and look before changing code. SKILL xlsx Read and write Excel with formulas, formatting, analysis, and charts. Chain the four document skills: PDF extract → Excel analyze → Word report → PPT brief. CLAUDE.md ③ Directory src/CLAUDE.md Local rules layer CLAUDE.md ① Global ~/.claude/CLAUDE.md Behavior layer CLAUDE.md ④ Personal CLAUDE.local.md Personal layer CLAUDE.md ② Project ./CLAUDE.md Project facts layer GUIDE Glossary Quick reference for the concepts this manual uses most: Skills, the four memory layers, progressive disclosure, Hooks, subagents, and MCP — one sentence each. GUIDE SKILL.md, Field by Field A Skill is a folder, not just a Markdown file. Three-level progressive disclosure makes it nearly free to keep around: ~100 tokens of metadata at startup, the body on task match, scripts and references on demand. GUIDE Troubleshooting FAQ Skill won't trigger, CLAUDE.md rules ignored, sessions getting dumber over time — how to diagnose and fix the five most common problems. GUIDE CLAUDE.md Writing Rules It gets injected into context wholesale, every session — every line competes for attention with the rules that actually matter. Official docs and community consensus agree: short, precise, only what Claude can't guess. RES anthropics/skills The official examples repo and plugin marketplace — the source of this manual's skills chapter; includes a template directory to start your own skills. RES awesome-agent-skills The Chinese-language 'Ultimate Guide to Agent Skills' plus an enhanced skill-creator toolbox with a full set of slash commands for creating, improving, and testing skills. RES awesome-claude-code-subagents A focused list of ready-to-use subagent definitions: code review, security, DevOps, and more. RES awesome-claude-code The veteran curated list: custom commands, CLAUDE.md samples, workflows, and companion tools in one index. RES travisvn/awesome-claude-skills An actively maintained curated list of skills, indexed by workflow, with strict inclusion standards. RES awesome-claude-skills Composio's curated index, organized by Research / Design / Productivity / Toolkits — complete catalog, actively updated. RES claude-code-skills-zh 368+ curated scenarios for Chinese-speaking developers, plus installable originals: zh-code-reviewer, zh-readme, api-tester, refactor-advisor, perf-profiler. RES claude-plugins-official Anthropic's curated directory of high-quality plugins; type /plugin in a session to browse and install. Plugins can bundle skills, hooks, subagents, and MCP. RES everything-claude-code One of the largest omnibus collections: thousands of skills, plugins, workflows, and installers — search it as needed. RES K-Dense 科研 Skills 148 scientific-research skills plus 100+ database integrations covering biology, chemistry, medicine, and finance; works with Claude Code, Cursor, and more. RES larksuite/cli The official Lark/Feishu CLI and skill family: docs, Base tables, approvals, calendar, attendance and more lark-* skills, built for humans and AI agents alike. RES mattpocock/skills Matt Pocock's (Total TypeScript) personal skill repo — home of grill-me and other plan-review skills. RES microsoft/azure-skills Microsoft's official Azure skill family: 15+ scenario skills (compute, Kubernetes, monitoring, migration, compliance) plus MCP configs, shipped as one plugin. RES NVIDIA Agent Skill 安全扫描器 Open-source security auditing: detects prompt injection, data exfiltration, MCP tool poisoning, and malicious payloads in third-party skills. CLI / Docker / MCP. RES obra/superpowers The famous 'superpowers' collection: planning, task-decomposition, and full-stack workflow skills, cited by countless best-practice writeups. RES Claude Code 资源大全(ScriptByAI) The 2026 mega-index of Claude Code resources: agents, skills, plugins, and tutorials in one place, updated frequently. RES skills.sh Vercel's open skill ecosystem: 50k+ skills, 20+ compatible coding agents, one-line npx installs — plus find-skills so Claude can search for itself. no matches found — try another keyword