Skip to content
agentscamp

AI for Developers

Claude Code, coding agents, skills, MCP, and the engineering guides, tools, and installables that make AI-assisted development actually ship.

Start here

Read these in order — each one assumes the last.

  1. 01GuideWhat Is Claude Code?A grounded explanation of Claude Code: an agentic command-line coding tool that reads files, runs commands, and works in a loop toward a goal.
  2. 02GuideInstalling Claude CodeHow to install Claude Code, authenticate, and start your first session in a real project — plus the minimal CLAUDE.md that makes it productive from day one.
  3. 03GuideCLAUDE.md Best PracticesHow to write a CLAUDE.md that actually helps — what to include, what to leave out, and how to keep it current.
  4. 04GuideWhat Are Claude Skills? The Complete GuideClaude Skills are folders with a SKILL.md that teach Claude repeatable procedures. How they work, where they run, and how to install or write one.
  5. 05GuideClaude Code Hooks: Automate Formatting, Tests, and GuardrailsHow Claude Code hooks work — the major hook events, the settings.json configuration shape, exit codes and JSON output, plus three hooks worth copying.

Guides31

Tutorials and deep-dives

All guides
Guide

Claude Free vs Pro vs Max vs Team (2026): Which Plan Unlocks What

Every Claude plan compared as of September 2026: prices, usage tiers, and which plan unlocks Claude Code, Cowork, Design, Excel, Chrome, projects, and models.

7m read· Sep 10, 2026· Imtiaz Rayhan
Guide

What Is Claude Cowork? The Complete Guide for Non-Developers

Claude Cowork explained for non-developers: what the desktop agent does with your files and apps, how it differs from chat and Claude Code, plans, and safety.

8m read· Sep 10, 2026· Imtiaz Rayhan
Guide

AGENTS.md for Codex: Project Instructions That Actually Work

Write an effective AGENTS.md for OpenAI Codex — what belongs in it, how nested overrides work, and how to verify the instructions Codex loaded.

5m read· Aug 4, 2026· Imtiaz Rayhan
Guide

Codex config.toml: Settings, Precedence, and Safe Defaults

Configure OpenAI Codex with config.toml — user and project scopes, precedence, sandbox and approvals, MCP, subagents, profiles, and safe defaults.

4m read· Aug 4, 2026· Imtiaz Rayhan
Guide

Codex MCP Setup: Connect Tools and Live Context

Connect OpenAI Codex to MCP servers through the CLI, desktop app, IDE, or config.toml — with practical scoping, OAuth, and tool-approval guidance.

4m read· Aug 4, 2026· Imtiaz Rayhan
Guide

OpenAI Codex: A Practical Guide for Developers

Learn how OpenAI Codex works across the terminal, IDE, desktop app, and cloud — then set up a safe, repeatable workflow for real repositories.

5m read· Aug 4, 2026· Imtiaz Rayhan
Guide

The Best MCP Servers in 2026

The MCP servers actually worth connecting in 2026 — Context7, GitHub, Chrome DevTools, Playwright, Serena, Exa, Firecrawl, and official vendor servers.

3m read· Jul 1, 2026· Imtiaz Rayhan
Guide

The AI Engineer Roadmap for 2026

A staged path from API calls to production agents — the skills that matter in 2026, what to skip, and the guides and tools for each stage, in order.

2m read· Jun 12, 2026· Imtiaz Rayhan
Guide

Adding MCP Servers to Claude Code: Local, Remote, and Project-Scoped

The complete claude mcp add reference — stdio vs HTTP transports, local/project/user scopes, .mcp.json with env expansion, OAuth via /mcp, and the gotchas.

4m read· Jun 11, 2026· Imtiaz Rayhan
Guide

Claude Code vs Cursor: Which AI Coding Tool in 2026?

Claude Code vs Cursor compared honestly — terminal agent vs AI-first editor, autonomy vs inline control, pricing models, and when to run both.

3m read· Jun 11, 2026· Imtiaz Rayhan
Guide

Writing Your First Skill

A step-by-step guide to packaging a reusable procedure as a Claude Code skill that loads exactly when it's needed.

15m read· Jun 3, 2026· Imtiaz Rayhan
Guide

Writing Your First Custom Agent

A step-by-step guide to authoring a focused, effective custom subagent.

6m read· May 6, 2026· Imtiaz Rayhan
Guide

Getting Started with Claude Code Agents

What Claude Code subagents are, why they help, and how to add your first one.

6m read· May 2, 2026· Imtiaz Rayhan
Guide

Anthropic's Knowledge-Work Plugins: Every Role Plugin, Explained

Every Anthropic knowledge-work plugin for Claude Cowork and Claude Code cataloged: what each role plugin bundles, the install commands, and how to fork one.

8m read· Sep 10, 2026· Imtiaz Rayhan
Guide

How to Install Claude Skills

Every way to install Claude skills: manual copy, the agentscamp CLI, GitHub repos, plugins, team distribution, and uploading to claude.ai.

3m read· Jul 18, 2026· Imtiaz Rayhan
Guide

The Best Claude Skills to Install in 2026

A skills-only tour of the AgentsCamp library — the Claude Code skills that earn a permanent slot, organized by the job they do.

4m read· Jul 18, 2026· Imtiaz Rayhan
Guide

The SKILL.md Reference: Every Frontmatter Field Explained

A complete reference for the SKILL.md format — all frontmatter fields, naming rules, argument substitution, limits, and where skill files live.

5m read· Jul 18, 2026· Imtiaz Rayhan
Guide

Claude Code Skills: Best Practices

The patterns that make Claude Code skills reliable: trigger-first descriptions, one job per skill, lean bodies, bundled scripts, and scoped tools.

10m read· Jun 20, 2026· Imtiaz Rayhan
Guide

Skills vs MCP Servers: When to Use Which

Skills inject procedure into context; MCP servers expose tools and live data over a protocol. A decision framework, the combine pattern, and examples.

6m read· Jun 20, 2026· Imtiaz Rayhan
Guide

Claude Code vs Gemini CLI: Which Terminal Agent (2026)

Claude Code vs Gemini CLI: first-party stability and a deep programmable harness vs open-source TypeScript, a big free tier, and the Antigravity cutover.

3m read· Jun 17, 2026· Imtiaz Rayhan
Guide

25 Claude Code Tips, Shortcuts, and Power Features

The 25 highest-leverage Claude Code tips — keyboard shortcuts, bash and memory prefixes, session commands, model tricks, and power features most people miss.

4m read· Jun 11, 2026· Imtiaz Rayhan
Guide

Claude Code Plugins: Install, Use, and Build Your Own

How Claude Code plugins work — what they can bundle, the /plugin and marketplace commands, the plugin.json manifest, and building and testing your own.

3m read· Jun 11, 2026· Imtiaz Rayhan
Guide

Claude Code Settings & Permissions: settings.json Explained

Every Claude Code settings file and which one wins, the permission-rule syntax with its Bash matching gotchas, modes, and a safe starter settings.json.

5m read· Jun 11, 2026· Imtiaz Rayhan
Guide

Claude Code Troubleshooting: Fixes for the Most Common Problems

Fixes for the Claude Code problems people actually hit — install and auth failures, context-limit errors, MCP servers that won't connect, permission loops.

5m read· Jun 11, 2026· Imtiaz Rayhan
Guide

Claude Code vs Codex CLI: Terminal Agents Compared (2026)

Claude Code vs OpenAI's Codex CLI — autonomy vs sandboxed control, extensibility vs open source, model ecosystems, and which terminal agent fits your work.

3m read· Jun 11, 2026· Imtiaz Rayhan
Guide

Claude Code vs OpenCode: First-Party vs Open Source (2026)

Claude Code vs OpenCode — Anthropic's tuned first-party agent vs the most-starred open-source one with 75+ providers. Control vs polish, decided honestly.

3m read· Jun 11, 2026· Imtiaz Rayhan
Guide

Cursor vs Windsurf (Devin Desktop) in 2026

Cursor vs Windsurf — now Devin Desktop — compared: agent-first editing, Composer vs Devin Local, the Cognition rebrand, and which AI editor fits you.

3m read· Jun 11, 2026· Imtiaz Rayhan
Guide

Managing Claude Code Memory & Context: CLAUDE.md, /compact, and Auto-Memory

How Claude Code remembers — every CLAUDE.md scope and load order, path-scoped rules, the auto-memory system, and the context commands that keep sessions sharp.

4m read· Jun 11, 2026· Imtiaz Rayhan
Guide

The Best Claude Code Agents, Skills & Commands to Install First

A curated starter kit from the AgentsCamp library — the subagents, skills, and slash commands that pay off immediately, by workflow.

2m read· Jun 11, 2026· Imtiaz Rayhan
Guide

Skills vs Agents vs Commands

How Claude Code's two extension mechanisms — subagents and skills — differ across three invocation patterns, with a decision table for choosing the right one.

15m read· Jun 3, 2026· Imtiaz Rayhan
Guide

Choosing the Right Model: Haiku vs Sonnet vs Opus

How to pick the right Claude model tier — Haiku, Sonnet, or Opus — for any Claude Code agent or task, with a clear decision rubric and per-agent examples.

5m read· May 10, 2026· Imtiaz Rayhan

Tools11

The AI tooling directory

All tools
Tool

Opencode

The open-source AI coding agent — a terminal TUI from Anomaly with 75+ model providers, LSP-powered context, parallel agents, and shareable sessions.

open sourcecli
Tool

Claude Code

Anthropic’s official agentic coding tool that runs in the terminal, IDE, and web.

paidcli
Tool

Codex CLI

OpenAI's open-source terminal coding agent with sandboxed execution and two-layer approval controls.

open sourcecli
Tool

Cursor

An AI-first code editor built on VS Code with deep in-editor agent features, parallel agents, in-house Composer models, and a plugin marketplace.

freemiumide
Tool

Claude

Anthropic's AI assistant app for web, desktop, and mobile, with Projects, connectors, Artifacts, skills, memory, and code execution.

freemiumassistant
Tool

Claude Cowork

Anthropic's agent for knowledge work that completes multi-step tasks in your folders, connectors, and browser, on desktop, web, and mobile.

paidassistant
Tool

Claude Design

An Anthropic Labs tool for making prototypes, decks, and one-pagers with Claude, using your design system, with PPTX, PDF, HTML, and Canva export.

paiddesign
Tool

Claude For Chrome

Anthropic's Chrome extension that lets Claude read pages, click, fill forms, and run tasks in your signed-in browser, with site permissions and action checks.

paidextension
Tool

Claude For Excel

Anthropic's Excel add-in that explains, edits, debugs, and builds spreadsheet models in place, with cell-level citations, on paid Claude plans.

paidextension
Tool

Devin Desktop (formerly Windsurf)

An agentic IDE — formerly Windsurf, now Devin Desktop from Cognition AI — with flows that take multi-step actions across your codebase.

freemiumide
Tool

Github Copilot

GitHub’s AI pair programmer with inline completions and an agent mode.

paidextension

Glossary3

AI terms, defined precisely

All glossary
Term

AI Connectors

AI connectors are the integrations that let an assistant like Claude read and act in tools such as Google Drive, Slack, and Notion; in Claude, MCP servers.

Term

Claude Cowork

Claude Cowork is the agentic mode of Anthropic's Claude app that completes multi-step knowledge-work tasks in your files, connectors, and browser.

Term

Claude Plugins

Claude Plugins are installable bundles of skills, slash commands, sub-agents, and MCP connectors that set up Claude Code or Claude Cowork for a role or team.

Agents4

Specialized subagents for focused work

All agents
Agent

Agent Architect

Use this agent to design a new Claude Code subagent or review an existing one — scoping, description, toolset, model, and output contract. Examples — "design an agent that triages flaky tests", "review my code-reviewer agent for scope creep", "why won't Claude auto-delegate to my agent?".

opus3
Agent

Code Reviewer

Use this agent to review code changes for correctness, security, and maintainability before merging. Examples — reviewing a PR diff, auditing a new module, checking a refactor for regressions.

sonnet4
Agent

Debugger

Use this agent to diagnose failing tests, runtime errors, or unexpected behavior by forming and testing hypotheses. Examples — a stack trace to root-cause, a flaky test, a "works locally but not in CI" bug.

sonnet
Agent

Security Auditor

Use this agent to find security vulnerabilities — injection, auth flaws, secrets, unsafe deserialization, dependency risks. Examples — auditing an API surface, reviewing auth code, pre-release security pass.

opus4

Skills4

Reusable capabilities Claude loads on demand

All skills
Skill

Regression Test Writer

Turn a reported bug into the smallest test that fails for the real reason before the fix and passes afterward. Use when reproducing a defect, reviewing a bug fix with no guard test, converting an incident into permanent coverage, or preventing a previously fixed edge case from returning.

invocablev1.0.0
Skill

Conventional Commits

Generate clear Conventional Commits messages from staged changes. Use when committing code and you want a well-structured, consistent commit message.

invocablev1.0.0
Skill

PR Description

Draft a clear pull request description from the branch diff against its base. Use when you have a finished branch and want a reviewer-ready PR body before opening the PR.

invocablev1.0.0
Skill

Secret Scanner

Scan a repo or a diff for committed secrets — API keys, tokens, private keys, .env files, and high-entropy strings — then triage real leaks from fixtures. Use before pushing, in review, or when a credential may have leaked.

invocablev1.0.0

Commands2

Slash commands for Claude Code

All commands
Command

Create PR

Push the current branch and open a GitHub pull request with a generated title and body.

/create-pr[base branch or notes]
Command

Review PR

Review a pull request for correctness, security, and style, and summarize findings.

/review-pr[PR number]