claude-code-guide

A reference guide for using Claude Code, an AI coding assistant, more effectively. It covers context and memory, delegated agents, parallel work, verification, setup, security, and token use.

In plain words
What is it for?
Use it to look up practices for managing context, choosing models, coordinating subagents, running checks, and configuring Claude Code.
Why use it?
It provides organized guidance when Claude Code workflows become difficult to plan, costly, or hard to verify.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/byeongminlee/nextjs-claude-code/claude-code-guide
Any agent
npx skills add ByeongminLee/nextjs-claude-code --skill claude-code-guide
Clone the repo
git clone --depth 1 https://github.com/ByeongminLee/nextjs-claude-code

Made for: Claude Code, Codex.

Per session 144 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 529 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00144 $0.00529
Opus 5 $0.00072 $0.00264
Sonnet 5 $0.00029 $0.00106
Haiku 4.5 $0.00014 $0.00053

Measured 2d ago against content hash e3e6ba16c851, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

claude-code-guide scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.claude/skills/claude-code-guide/SKILL.md · 26 lines

What it actually says

Claude Code Advanced Guide

A comprehensive guide to maximizing Claude Code productivity, combining community-proven patterns from The Longform Guide to Everything Claude Code by @affaanmustafa with official Anthropic documentation.

How to Use This Skill

This skill is organized into topic-specific reference files. Read only the file relevant to the user's question:

Topic Reference File When to Read
Token optimization & model selection references/token-optimization.md Questions about reducing costs, choosing models for subagents, replacing MCPs with CLI
Context & memory management references/context-memory.md Questions about CLAUDE.md, auto memory, session persistence, context clearing, compaction
Subagent best practices references/subagents.md Questions about orchestrating subagents, context isolation, iterative retrieval, sequential phases
Parallelization strategies references/parallelization.md Questions about running multiple Claude instances, git worktrees, cascade method, fan-out
Verification & evals references/verification-evals.md Questions about testing, verification loops, pass@k vs pass^k, benchmarking skills
Environment setup references/environment-setup.md Questions about configuring permissions, hooks, skills, MCP, CLI tools, plugins
Workflow patterns & tips references/workflow-patterns.md Questions about planning workflows, continuous learning, project kickoff, practical tips
Agentic security references/agentic-security.md Questions about agent security, prompt injection, sandboxing, attack vectors, CVEs, kill switches, sanitization

Read the relevant reference file(s) before answering. Do NOT load all files at once — only load what the user's question requires.

Files

What ships with it

8 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 2d ago First seen · 26 lines · 144 tokens per session scan A e3e6ba16c851

Subscribe to this mod's changes

claude-code-guide is a skill published in the GitHub repository ByeongminLee/nextjs-claude-code (3 stars, last pushed 5mo ago), licensed MIT. It adds 144 tokens to every session and 529 once invoked, about $0.0007 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

trigger-chat-agent-advanced

Advanced and operational chat.agent capabilities for Trigger.dev, loaded on demand. Load this when working on the raw Sessions primitive (sessions / SessionHandle), a custom chat transport or the realtime wire protocol, durable sub-agents (AgentChat, chat.stream.writer), human-in-the-loop, steering, actions…

triggerdotdev/trigger.dev · 154 tokens

trigger-authoring-chat-agent

Author and run a durable AI chat agent with chat.agent from @trigger.dev/sdk/ai: the per-turn run loop, why you MUST spread ...chat.toStreamTextOptions() first, returning a StreamTextResult vs calling chat.pipe(), the two server actions (chat.createStartSessionAction + auth.createPublicToken), and wiring useChat to…

triggerdotdev/trigger.dev · 129 tokens

mission-control

Interact with Mission Control — AI agent orchestration dashboard. Use when registering agents, managing tasks, syncing skills, or querying agent/task status via MC APIs.

builderz-labs/mission-control · 34 tokens

agent-tool

Add a new tool/function the AI agent can call (e.g. look something up, hit an external API, perform an action). Use when extending the assistant's capabilities, wiring a new function into the agent, or when the model needs a new action. This project uses {{ cookiecutter.aiframework }}.

vstorm-co/full-stack-ai-agent-template · 66 tokens

sistema-vivo

Doutrina de arquitetura do Sistema Vivo — o método para construir software em que nada morre por falta de resposta, resolução ou visibilidade. USE SEMPRE ao implementar, projetar ou refatorar QUALQUER peça de um sistema que atende pessoas (lead, agente, atendente, follow-up, conversa, pipeline, handoff, demanda, caso…

melgarafael/DeskcommCRM · 206 tokens

omd:autopilot

One-prompt autonomous product design and implementation. Use automatically for broad greenfield UI requests such as 'from scratch', '새 제품/화면을 알아서 만들어줘', or requests that delegate DESIGN.md creation. It decides whether to reuse, establish, refresh, or skip a project design system; asks at most one consequential…

kwakseongjae/oh-my-design · 99 tokens