Blog

JA

Guides, comparisons, and best practices for AI coding rules. Learn how to write effective CLAUDE.md, .cursorrules, and AGENTS.md files for your projects.

· The Prompt Shelf

Multi-AI Agent Patterns: Sub-agents vs Agent Teams — Architecture Deep Dive (2026)

A decision-focused deep dive into when to use sub-agents versus Agent Teams, with a full pattern catalog, cost and token analysis, failure mode taxonomy, and the honest case for not going multi-agent at all.

Claude Code multi-agent sub-agents Agent Teams architecture
· The Prompt Shelf

AGENTS.md の効果測定:AIへの指示が本当に機能しているか確かめるベンチマーク手法

AGENTS.md を書いたら効いていると思い込んでいないか?指示の遵守率を測定し、欠如時との差分を計測し、サイレントに失敗しているルールを修正する系統的アプローチを解説する。

AGENTS.md CLAUDE.md ベンチマーク テスト Claude Code
· The Prompt Shelf

Testing AGENTS.md Effectiveness: A Benchmark Approach for Measuring Whether Your Instructions Actually Work

Most teams write AGENTS.md and assume it works. Here's a systematic approach to testing whether your instructions are followed, measuring the delta when they're absent, and fixing the rules that silently fail.

AGENTS.md CLAUDE.md benchmarking testing Claude Code
· The Prompt Shelf

Claude Code Monitoring & Observability: Token Tracking, Error Tracing, and Cost Alerts (2026)

Going beyond cost optimization — learn how to actually see what Claude Code is doing. Hooks-based telemetry, JSONL transcript parsing, LangSmith/Langfuse integration, Grafana dashboards, and production-grade error tracing for Claude Code in 2026.

Claude Code observability monitoring token tracking LangSmith
· The Prompt Shelf

Claude サブエージェントと専用AGENTS.md:役割ごとの指示設計で重複を排除する

Claude Code がサブエージェントを生成すると、全員が同じ AGENTS.md を読む。でも専門特化したエージェントには、その役割に必要なコンテキストだけを渡すべきだ。エージェントごとの AGENTS.md 設計パターンを解説する。

Claude Code サブエージェント AGENTS.md マルチエージェント ワークフロー
· The Prompt Shelf

Claude Sub-agents with Dedicated AGENTS.md: Per-Agent Instructions Without the Overlap

When Claude Code spawns sub-agents, they all read the same root AGENTS.md — but that's often the wrong instructions for a specialized agent. Here's how to design per-agent AGENTS.md files that give each sub-agent the context it actually needs.

Claude Code sub-agents AGENTS.md multi-agent workflow
· The Prompt Shelf

AGENTS.md のセキュリティ:書いてはいけないことと、あなたの指示ファイルで攻撃者ができること

AGENTS.md はバージョン管理に入り、チームで共有され、公開リポジトリに上がることもある。何を書くべきで何を書くべきでないか、プロンプトインジェクション攻撃の実態まで具体的に解説する。

AGENTS.md セキュリティ プロンプトインジェクション Claude Code AIセキュリティ
· The Prompt Shelf

AGENTS.md Security: What Not to Include (And What Attackers Can Do With Your Instruction Files)

AGENTS.md files end up in version control, shared across teams, and sometimes public repositories. Here's a concrete guide to what belongs in them, what doesn't, and how prompt injection via AGENTS.md actually works.

AGENTS.md security prompt injection Claude Code AI safety
· The Prompt Shelf

AGENTS.md, CLAUDE.md, and .cursorrules Templates by Use Case (2026)

The wrong file choice wastes your context budget and trains bad AI habits. 11 use-case templates with file selection rationale, ready-to-copy configurations, and a composition guide for multi-tool setups.

AGENTS.md CLAUDE.md .cursorrules Claude Code AI coding rules
· The Prompt Shelf

Gemini CLI でのAGENTS.md:Google製エージェントの読み方とClaude Codeとの違いを徹底比較

Gemini CLIがAGENTS.mdをサポートした。でも「互換性あり」は表面的な話。Claude Codeとどう解釈が違うのか、2ツール対応の書き方はどうすべきかを具体的に解説する。

AGENTS.md Gemini CLI Claude Code Google AI マルチエージェント
· The Prompt Shelf

AGENTS.md for Gemini CLI: How Google's Agent Reads Your Instructions (And Where It Diverges from Claude)

Gemini CLI landed with its own take on AGENTS.md support. Here's exactly what it reads, what it ignores, and how to write instructions that work across both Gemini CLI and Claude Code without maintaining two files.

AGENTS.md Gemini CLI Claude Code Google AI multi-agent
· The Prompt Shelf

AI Tools for Mobile Development: Flutter, React Native, and Native (2026)

A practical guide to using Claude Code, Cursor, Codex CLI, and Aider for mobile development across Flutter, React Native, Swift/SwiftUI, and Kotlin/Compose — with CLAUDE.md and AGENTS.md templates for each framework.

Claude Code Mobile Development Flutter React Native Swift
· The Prompt Shelf

AGENTS.mdバリデーターの自作:AIエージェントを壊す前に命令ファイルをリントする

AGENTS.mdにはスキーマも強制フォーマットもツールチェーンもない。ASTスタイルのパース・ルール定義・Pre-commitとCIに組み込めるCLIまで、軽量バリデーターをゼロから構築する。

AGENTS.md リント バリデーション 開発者ツール Claude Code
· The Prompt Shelf

Building an AGENTS.md Validator: Linting AI Instruction Files Before They Break Your Agents

AGENTS.md files have no schema, no enforced format, and no tooling. Here's how to build a lightweight validator from scratch — with AST-style parsing, rule definitions, and a CLI you can wire into pre-commit and CI.

AGENTS.md linting validation tooling Claude Code
· The Prompt Shelf

Claude Code Plan Modeを使ったCLAUDE.md設計:書く前に構造を固める実践ワークフロー

Plan modeはコードレビューだけのものではない。CLAUDE.mdを1行も書く前に設計するための最適なツールだ。矛盾・ギャップ・過剰仕様を問題になる前に洗い出す実践的なワークフロー。

Claude Code CLAUDE.md Planモード プロンプトエンジニアリング AIルール
· The Prompt Shelf

Using Claude Code Plan Mode to Design Better CLAUDE.md Files

Plan mode isn't just for code review — it's the right tool for designing CLAUDE.md before you write a single line. Here's a practical workflow for using Claude's planning pass to surface conflicts, gaps, and over-specification before they become problems.

Claude Code CLAUDE.md plan mode prompt engineering AI rules
· The Prompt Shelf

モノレポでのAGENTS.md活用:パッケージごとのAI指示を管理する実践パターン

モノレポ環境では単一のAGENTS.mdでは対応しきれない。Nx・Turborepo・pnpmワークスペースを使った階層的AGENTS.md運用と、重複管理のコストを下げる実践パターンを解説。

AGENTS.md モノレポ Turborepo Nx pnpmワークスペース
· The Prompt Shelf

AGENTS.mdをCI/CDに組み込む:自動差分レビュー・検証・ドリフト検知の実践

AGENTS.mdは静かに陳腐化する。GitHub ActionsとPre-commitフックでドリフトを検知し、本番環境に影響が出る前にキャッチする実践的なワークフローYAMLとシェルスクリプト。

AGENTS.md CI/CD GitHub Actions DevOps 自動化
· The Prompt Shelf

AGENTS.md in CI/CD: Automated Diff Review, Validation, and Drift Detection

AGENTS.md is a living document that drifts silently. Here's how to wire GitHub Actions, pre-commit hooks, and automated review bots to catch staleness before it hits production — with real workflow YAML and shell scripts.

AGENTS.md CI/CD GitHub Actions DevOps automation
· The Prompt Shelf

AGENTS.md in Monorepos: Per-Package Instructions Without the Chaos

Monorepos break single-file AI instruction conventions. Here's how to use hierarchical AGENTS.md files across packages, workspaces, and CI contexts — with real Nx, Turborepo, and pnpm workspace patterns.

AGENTS.md monorepo Turborepo Nx pnpm workspaces
· The Prompt Shelf

AGENTS.md vs Cursor Project Rules (.mdc): Which to Use and How to Run Both (2026)

Cursor's .mdc Project Rules and AGENTS.md solve similar problems with different trade-offs. Here's a direct comparison of file formats, scoping behavior, activation logic, and the dual-stack setup that gets you the best of both.

AGENTS.md Cursor cursor rules MDC Project Rules
· The Prompt Shelf

AGENTS.md vs Cursor Project Rules(.mdc)比較 — どちらを使い、どう共存させるか(2026年版)

CursorのProject Rules(.mdc形式)とAGENTS.mdは似た問題を異なるトレードオフで解決する。フォーマット、スコーピング、アクティベーション、デュアルスタック構成まで実例で比較。

AGENTS.md Cursor cursor rules MDC Project Rules
· The Prompt Shelf

CLAUDE.md トークン最適化 完全ガイド — @import、ファイル分割、プロンプトキャッシュ戦略(2026年版)

CLAUDE.mdのトークン消費を40%以上削減する実践テクニック。@import構文、ファイル分割パターン、プロンプトキャッシュとの相性、実測削減量の計測方法まで解説。

CLAUDE.md Claude Code トークン最適化 プロンプトキャッシュ @import
· The Prompt Shelf

CLAUDE.md Token Optimization: A Deep Dive into @import, Splitting, and Prompt Cache Strategies (2026)

Cut your CLAUDE.md token consumption by 40%+ without losing functionality. Covers @import syntax, file splitting patterns, lazy loading, prompt cache compatibility, and how to measure what you actually cut.

CLAUDE.md Claude Code token optimization prompt cache @import
· The Prompt Shelf

AGENTS.md and GitHub Copilot: How Copilot Reads It, What It Ignores, and How to Make It Work (2026)

Does GitHub Copilot actually read AGENTS.md? Here's what happens under the hood — Copilot's custom instructions feature, how it compares to AGENTS.md, and how to set up both so neither Copilot nor Claude gets contradictory rules.

AGENTS.md GitHub Copilot Copilot Workspace AI coding custom instructions
· The Prompt Shelf

AGENTS.md × GitHub Copilot 完全ガイド — Copilotが何を読み、何を無視するかを理解する(2026年版)

GitHub CopilotはAGENTS.mdをどう読むのか。Custom instructionsとの違い、Claude Codeとの共存設定、Copilot Workspaceでの階層活用まで実例で解説。

AGENTS.md GitHub Copilot Copilot Workspace AIコーディング Custom Instructions
· The Prompt Shelf

AGENTS.md for OpenAI Codex: What Works, What Doesn't, and How It Differs from Claude

A technical guide to writing AGENTS.md for OpenAI Codex agents. Covers what Codex actually reads, differences from CLAUDE.md behavior, CI pipeline integration, and patterns that produce consistent results.

AGENTS.md OpenAI Codex AI coding configuration Claude Code
· The Prompt Shelf

OpenAI Codex 向け AGENTS.md 完全ガイド — Claude との違いと実践パターン

OpenAI Codex エージェント向けの AGENTS.md 執筆技術ガイド。Codex が実際に読むもの・CLAUDE.md との動作の違い・CI パイプライン連携・一貫した結果を生むパターンを解説。

AGENTS.md OpenAI Codex AIコーディング 設定 Claude Code
· The Prompt Shelf

Migrating from .cursorrules to AGENTS.md: A Step-by-Step Guide for 2026

Your .cursorrules file works, but it's locked to Cursor and ignored in Agent mode. Here's the complete migration path to AGENTS.md — conversion script, gotchas, and how to keep both working during the transition.

.cursorrules AGENTS.md Cursor migration AI coding rules
· The Prompt Shelf

.cursorrules から AGENTS.md への移行ガイド — 段階的な移行手順と変換スクリプト(2026年版)

.cursorrulesはCursor ChatとComposerでは動くが、Agent modeでは無視される。AGENTS.mdへの移行手順、変換スクリプト、Cursor互換性の維持方法、よくあるハマりどころを解説。

.cursorrules AGENTS.md Cursor 移行 AIコーディングルール
· The Prompt Shelf

Dev Containers + Claude Code: Reproducible AI Development Environments

How to configure Dev Containers alongside Claude Code for consistent AI-assisted development. Covers devcontainer.json setup, CLAUDE.md for container environments, MCP servers in containers, and team onboarding.

Claude Code Dev Containers Docker devcontainer.json CLAUDE.md
· The Prompt Shelf

Dev Container + Claude Code: 再現性のある AI 開発環境の構築

一貫した AI 支援開発のための Dev Container と Claude Code の組み合わせ設定。devcontainer.json・コンテナ環境向け CLAUDE.md・コンテナ内 MCP サーバー・チームオンボーディングまで解説。

Claude Code Dev Container Docker devcontainer.json CLAUDE.md
· The Prompt Shelf

Claude Code 向け MCP サーバーを自作する実践ガイド(2026年版)

Claude Code をプロジェクト固有のツールで拡張するカスタム MCP サーバーの構築方法。TypeScript SDK・ツールスキーマ設計・リソースエンドポイント・エラーハンドリング・settings.json による接続まで解説。

MCP Claude Code TypeScript 開発ツール 拡張
· The Prompt Shelf

Writing Your Own MCP Server for Claude Code: A Practical Guide

How to build a custom MCP server that extends Claude Code with project-specific tools. Covers the TypeScript SDK, tool schema design, resource endpoints, error handling, and connecting to Claude Code via settings.json.

MCP Claude Code TypeScript developer tools extensions
· The Prompt Shelf

Claude Code をコードレビュアーとして使う実践ワークフロー(2026年版)

Claude Code で体系的なコードレビューを実施する方法。PR分析・セキュリティチェック・アーキテクチャフィードバック、そしてレビューモードと実装モードで動作を変えるCLAUDE.md設定まで解説。

Claude Code コードレビュー ワークフロー プルリクエスト セキュリティ
· The Prompt Shelf

Claude Code as Your Code Reviewer: A Practical Workflow for 2026

How to use Claude Code for systematic code review — PR analysis, security checks, architectural feedback, and how to configure CLAUDE.md so review mode behaves differently from implementation mode.

Claude Code code review workflow pull requests security
· The Prompt Shelf

TypeScript CLAUDE.md Rules: A Production-Ready Template

A complete CLAUDE.md template tuned for TypeScript projects. Covers type safety rules, import conventions, error handling patterns, testing standards, and common anti-patterns to block.

TypeScript CLAUDE.md Claude Code AI coding rules type safety
· The Prompt Shelf

TypeScript プロジェクト向け CLAUDE.md ルール完全テンプレート

TypeScript プロジェクト向けに最適化した CLAUDE.md テンプレート。型安全性・インポート規約・エラーハンドリング・テスト基準・禁止パターンを網羅したプロダクション対応版。

TypeScript CLAUDE.md Claude Code AIコーディングルール 型安全
· The Prompt Shelf

Claude Code のパーミッションシステム完全解説 — 信頼レベルと設定の仕組み

Claude Code のパーミッションシステムを徹底解説。信頼レベル・許可ツール・危険操作・settings.json によるプロジェクト別の許可/拒否リスト設定まで網羅。

Claude Code パーミッション セキュリティ 信頼 settings
· The Prompt Shelf

Claude Code Permissions and Trust Levels: A Complete Guide

Understand how Claude Code's permission system works: trust levels, allowed tools, dangerous operations, and how to configure project-specific allow/deny lists in settings.json.

Claude Code permissions security trust settings
· The Prompt Shelf

Cline vs Roo Code: ルールファイルシステムの徹底比較(2026年版)

.clinerules と Roo Code の .roo/rules/ を技術的に比較。ファイル構造・グロブマッチング・モード別設定・MCPパーミッションの違いから、プロジェクトに合った選択肢を解説します。

Cline Roo Code .clinerules AIコーディング 設定
· The Prompt Shelf

Cline vs Roo Code: Which AI Coding Agent Has Better Rules Support?

A deep comparison of .clinerules and Roo Code's .roo/rules/ system. Covers file format, glob matching, mode-specific config, context budget, and which tool fits your workflow in 2026.

Cline Roo Code .clinerules AI coding configuration
· The Prompt Shelf

Claude Code Flutter Guide: CLAUDE.md Template + Rules for Clean Architecture (2026)

Set up Claude Code for Flutter development with a complete CLAUDE.md template. Covers clean architecture, Riverpod state management, and platform-specific rules for iOS/Android.

Claude Code Flutter CLAUDE.md Mobile Development Clean Architecture
· The Prompt Shelf

Claude Code Security Rules: OWASP Top 10 Compliant AGENTS.md Template (2026)

Secure your AI coding workflow with OWASP-aligned CLAUDE.md rules. Copy-paste template covering injection prevention, auth validation, secrets management, and secure defaults.

Claude Code Security OWASP AGENTS.md
· The Prompt Shelf

Windsurf Rules vs Cursor Rules vs AGENTS.md: Which Config File Does What (2026)

Side-by-side comparison of Windsurf Rules (global_rules.md), Cursor Rules (.cursorrules/MDC), and AGENTS.md. Learn the scope, syntax, and migration path for each AI coding config format.

Windsurf Cursor AGENTS.md AI Coding Rules Comparison
· The Prompt Shelf

Python プロジェクトのAIコーディングルール 2026:CLAUDE.md・cursorrules テンプレート集

PythonプロジェクトのCLAUDE.md・.cursorrulesテンプレートを徹底解説。型ヒント、テスト規約、パッケージ管理、非同期パターンのルール設定でAIアシスタントの出力品質を向上。

Python CLAUDE.md cursor rules AIコーディングルール ベストプラクティス
· The Prompt Shelf

AI Coding Rules for React and Next.js Projects 2026: CLAUDE.md and .cursorrules Templates

Complete AI coding rules for React and Next.js projects — server vs client component rules, App Router conventions, TypeScript patterns, testing with Vitest, and production-ready CLAUDE.md templates.

React Next.js CLAUDE.md cursor rules AI coding rules
· The Prompt Shelf

AI Coding Rules for Python Projects 2026: CLAUDE.md and .cursorrules Templates

Complete guide to writing AI coding rules for Python projects — CLAUDE.md templates, .cursorrules examples, type hints, testing conventions, packaging, and environment management for Claude Code and Cursor.

Python CLAUDE.md cursor rules AI coding rules best practices
· The Prompt Shelf

React・Next.js プロジェクトのAIコーディングルール 2026:CLAUDE.md・cursorrules テンプレート

React・Next.jsプロジェクト向けの実用的なAIコーディングルール。サーバー/クライアントコンポーネントの判断基準、App Router規約、TypeScriptパターン、テスト設定のテンプレートを提供。

React Next.js CLAUDE.md cursor rules AIコーディングルール
· The Prompt Shelf

Claude Code メモリ・永続化 実装ガイド 2026:機能するシステムの作り方

Claude Codeの記憶システムを実際に機能させる設計と運用方法。MEMORY.mdアーキテクチャ、セッション引き継ぎワークフロー、Auto Memoryの管理、チーム・個人開発者向けパターンを解説。

Claude Code メモリ CLAUDE.md 永続化 ワークフロー
· The Prompt Shelf

Claude Code Memory Persistence Guide 2026: Build a System That Actually Sticks

How to design and maintain a working Claude Code memory system — MEMORY.md architecture, session handoff workflows, Auto Memory curation, and patterns for teams vs. solo developers.

Claude Code memory CLAUDE.md persistence workflow
· The Prompt Shelf

Claude Code サブエージェント ベストプラクティス 2026:実用パターン完全解説

Claude Codeサブエージェントのベストプラクティスを網羅。タスク分解、AGENTS.md設計、コンテキスト受け渡し戦略、マルチエージェントワークフローの実用パターンを解説します。

Claude Code サブエージェント マルチエージェント ベストプラクティス AGENTS.md
· The Prompt Shelf

Claude Code Subagents Best Practices 2026: Patterns That Actually Work

Proven best practices for Claude Code subagents — task decomposition, AGENTS.md design, context passing strategies, and real-world patterns for multi-agent workflows that scale.

Claude Code subagents multi-agent best practices AGENTS.md
· The Prompt Shelf

CLAUDE.md トークン最適化 上級ガイド 2026:コンテキストを最大限に活かす

基本的な削減を超えたCLAUDE.mdの高度なトークン最適化技術。レイジーロード、条件付きセクション、メモリオフロード、実測方法を解説します。

CLAUDE.md Claude Code トークン最適化 コンテキストウィンドウ パフォーマンス
· The Prompt Shelf

CLAUDE.md Token Budget Optimization Guide 2026: Advanced Techniques

Advanced token optimization strategies for CLAUDE.md beyond basic pruning — lazy loading, conditional sections, memory offloading, and real measurement techniques to reclaim your Claude Code context window.

CLAUDE.md Claude Code token optimization context window performance
· The Prompt Shelf

効果的なCLAUDE.mdの書き方 2026:白紙から本番品質まで

CLAUDE.mdを効果的に書くためのステップバイステップガイド。何を書くべきかの特定方法、Claudeが実際に従う命令の書き方、CLAUDE.mdを悪化させる典型的なミスとその修正方法を解説。

CLAUDE.md Claude Code ベストプラクティス 書き方 AIコーディングルール
· The Prompt Shelf

Writing Effective CLAUDE.md Files: From Blank Page to Production-Ready 2026

A step-by-step process for writing effective CLAUDE.md files — how to identify what to include, how to phrase instructions Claude actually follows, and common mistakes that make CLAUDE.md files worse instead of better.

CLAUDE.md Claude Code best practices how to write developer tools
· The Prompt Shelf

AGENTS.md for OpenAI Codex 完全ガイド — セットアップから実践例まで【2026年版】

OpenAI Codex CLIでAGENTS.mdを活用する方法を解説。ファイル配置、構文、スコープ管理、実際の設定例、ベストプラクティスまで網羅。

AGENTS.md OpenAI Codex AI活用 設定ガイド
· The Prompt Shelf

AGENTS.md for OpenAI Codex: Complete Setup and Configuration Guide (2026)

Learn how to write and configure AGENTS.md for OpenAI Codex CLI. Covers file locations, syntax, scoping, real-world examples, and best practices for agentic coding.

AGENTS.md OpenAI Codex AI coding configuration setup guide
· The Prompt Shelf

.cursorrules vs .cursor/rules(MDC形式)完全比較ガイド【2026年版】

.cursorrulesと.cursor/rules(MDC形式)の違いを徹底比較。構文の違い、スコープ管理、移行手順、プロジェクト規模別の選び方まで解説。

Cursor .cursorrules MDC AI活用 設定ガイド
· The Prompt Shelf

.cursorrules vs .cursor/rules (MDC): Which Format to Use in 2026

Compare .cursorrules and .cursor/rules MDC format side by side. Covers syntax differences, scoping, migration steps, and when to use each format in your Cursor AI workflow.

Cursor .cursorrules MDC cursor rules AI coding
· The Prompt Shelf

.windsurfrules: The Complete Guide to Windsurf AI Rules (2026)

Everything you need to know about .windsurfrules — how they work, how they differ from .cursorrules and CLAUDE.md, and 12 practical examples you can use today.

.windsurfrules Windsurf AI coding rules Cascade developer tools
· The Prompt Shelf

Writing Effective AGENTS.md: The Definitive Guide for Multi-Agent Workflows

AGENTS.md is becoming the standard for multi-agent AI instruction files. Learn exactly how to write one that actually works — with real examples, anti-patterns to avoid, and tested patterns for orchestrators, subagents, and hybrid setups.

AGENTS.md Claude Code multi-agent AI rules CLAUDE.md
· The Prompt Shelf

Claude Code + Pre-Commit Hooks: Stop Shipping Broken Code

How to wire Claude Code's hook system into pre-commit so linting, tests, and secret scanning run automatically before every commit. Includes copy-paste configs for Python, TypeScript, and polyglot repos.

Claude Code pre-commit hooks git automation
· The Prompt Shelf

Claude Code Debugging: A Step-by-Step Workflow for Finding and Fixing Bugs

A practical debugging workflow for Claude Code. Covers error reproduction, Plan Mode for complex bugs, test-driven debugging, hooks for auto-linting, and the /rewind escape hatch.

Claude Code debugging workflow testing developer tools
· The Prompt Shelf

Claude Code MCP Servers: The Complete Setup Guide for 2026

Learn how to connect Claude Code to external tools via MCP servers. Covers configuration, scoping, security, the top servers worth installing, and how Tool Search keeps context usage manageable.

Claude Code MCP Model Context Protocol developer tools setup guide
· The Prompt Shelf

Claude Code vs Cursor in 2026: An Honest Comparison for Working Developers

A practical comparison of Claude Code and Cursor based on real benchmark data and workflow differences. Covers architecture, speed, accuracy, cost, and when to use each tool — including the hybrid setup most experienced developers have landed on.

Claude Code Cursor AI coding tools comparison developer tools
· The Prompt Shelf

Cline Rules: The Complete .clinerules Guide for 2026

Learn how to configure Cline with .clinerules files. Covers single-file and directory formats, YAML frontmatter, glob-based conditional rules, and 5 copy-pasteable templates.

Cline .clinerules VS Code AI coding configuration
· The Prompt Shelf

Claude Code Agent Teams: The Practical Guide to Multi-Agent Parallel Development

Set up Claude Code Agent Teams for real parallel development. Covers the experimental feature, team configs, git coordination, CLAUDE.md optimization, and when to use it.

Claude Code agent teams multi-agent orchestration parallel development
· The Prompt Shelf

Cursor Rules Examples and Templates: A Practical Guide for 2026

Copy-pasteable Cursor rules templates for React/Next.js, Python, Go, TypeScript, and more. Covers .cursorrules and the new .cursor/rules/*.mdc format.

Cursor cursor rules .cursorrules AI coding templates
· The Prompt Shelf

Claude Code Memory Persistence: What Actually Works Across Sessions

A practical breakdown of Claude Code's four-layer memory system — CLAUDE.md, auto memory, MEMORY.md, and Auto-Dream — with honest coverage of what persists, what doesn't, and the patterns that actually survive session restarts.

Claude Code memory CLAUDE.md auto memory persistence
· The Prompt Shelf

Enforcing TDD with Claude Code: Hooks, Rules, and the Red-Green Loop

Claude Code defaults to writing implementation first. Here is how to flip that with PreToolUse hooks, CLAUDE.md constraints, and a skill-based red-green-refactor loop that actually holds up across a full session.

Claude Code TDD test-driven development hooks CLAUDE.md
· The Prompt Shelf

CLAUDE.md Token Budget Optimization: Keep It Lean Without Losing Power

How to measure, cut, and restructure your CLAUDE.md for maximum context efficiency. Covers token counting, what to prune, lazy-loading patterns, and how to reclaim 30–50% of your context window without sacrificing behavior.

CLAUDE.md Claude Code token optimization context window performance
· The Prompt Shelf

Switching from Cursor to Claude Code: A Practical Workflow Migration Guide

Not just a .cursorrules conversion — a full workflow migration guide covering IDE habits, MCP setup, git integration, keybindings, and the mental model shift that actually makes Claude Code click.

Claude Code Cursor migration workflow MCP
· The Prompt Shelf

Claude Code Git Worktree Guide: Run Parallel AI Sessions Without Conflicts

Learn how to use git worktrees with Claude Code to run multiple AI sessions in parallel on separate branches. Covers the --worktree flag, subagent isolation, cleanup behavior, and real-world parallel task patterns.

Claude Code git worktree parallel development workflow
· The Prompt Shelf

How to Migrate Your .cursorrules to CLAUDE.md (and AGENTS.md)

A practical step-by-step guide to converting your existing Cursor rules to CLAUDE.md for Claude Code. Covers rule translation, what carries over, what needs rewriting, and how to support both tools from a single AGENTS.md.

CLAUDE.md cursorrules Cursor Claude Code migration
· The Prompt Shelf

AGENTS.md Best Practices: Structure, Scope, and Real Examples

A practical guide to writing effective AGENTS.md files for Claude Code and multi-agent systems. Covers format, scope hierarchy, entry design, tool permissions, and the patterns that make subagents actually useful.

Claude Code AGENTS.md multi-agent subagents workflow
· The Prompt Shelf

Claude Code Context Window: Why It Burns Tokens Fast & How to Fix It (2026)

Why Claude Code drains your context window faster than the 1M token limit suggests — and 7 fixes that actually work in 2026. Covers .claudeignore patterns, lean CLAUDE.md design, compaction, subagents, and session resume.

Claude Code context window token limits performance workflow
· The Prompt Shelf

Claude Code Custom Slash Commands: Build Reusable Workflows with Skills

Learn how to build custom slash commands in Claude Code using the Skills system. Covers SKILL.md structure, command vs skill patterns, scope, progressive disclosure, and practical examples you can copy today.

Claude Code slash commands skills workflow automation
· The Prompt Shelf

Claude Code Subagents: A Practical Guide to Delegation Patterns

Learn how to use Claude Code subagents effectively — when to delegate, how to write AGENTS.md entries, parallel vs sequential patterns, and the key mistake that wastes your context window.

Claude Code subagents AGENTS.md multi-agent workflow
· The Prompt Shelf

Claude Code Hooks: A Practical Guide with 10 Real-World Examples

Learn how to use Claude Code hooks to automate formatting, block dangerous commands, inject context, and enforce team rules. Includes 10 copy-paste-ready examples covering all major hook events.

Claude Code hooks automation developer tools workflow
· The Prompt Shelf

Claude Code in a Monorepo: The Complete Setup Guide

Learn how to configure Claude Code for monorepos using nested CLAUDE.md files, package-specific subagents, token budget strategies, and team-friendly patterns. Includes a real-world example with a full-stack TypeScript monorepo.

Claude Code monorepo CLAUDE.md subagents team setup
· The Prompt Shelf

15 Best Claude Code Skills You Should Install in 2026

A curated list of the best Claude Code Skills (custom slash commands) available on GitHub. From design auditing to security research to session management, these skills turn Claude Code into a specialized expert.

AI Claude Code skills custom commands developer tools
· The Prompt Shelf

Claude Code Best Practices: The Official and Community-Tested Guide for 2026

A complete guide to Claude Code best practices, combining Anthropic's official documentation with battle-tested patterns from the developer community. Covers CLAUDE.md, hooks, skills, memory, and workflow optimization.

AI Claude Code best practices CLAUDE.md developer tools
· The Prompt Shelf

AGENTS.md vs CLAUDE.md 徹底比較 -- 本当の違いと使い分け【2026年版】

AGENTS.mdとCLAUDE.mdの本当の違いを実例コードで徹底比較。AGENTS.mdはn8nやawesome-goなど60,000+リポが採用するマルチツール標準、CLAUDE.mdはClaude Code専用。移行ガイドと、両方を1リポで動かす二重ファイル構成も解説。

AI AGENTS.md CLAUDE.md 比較 AIコーディング
· The Prompt Shelf

AGENTS.md vs CLAUDE.md: Real Differences & When to Use Each (2026)

AGENTS.md vs CLAUDE.md — what they really are, where they diverge, and when each one wins. AGENTS.md is the multi-tool standard (60K+ repos including n8n, awesome-go); CLAUDE.md is Claude Code's native config. Includes migration guide and dual-file setup that actually works.

AI AGENTS.md CLAUDE.md Claude Code coding rules
· The Prompt Shelf

コピペで使える CLAUDE.md テンプレート10選 — 用途別にそのまま使えるClaude Code設定

Next.js、Python ML、API、モバイル、DevOps、OSSなど用途別のCLAUDE.mdテンプレートを10個紹介。コピペしてすぐにClaude Codeを最適化できる実践的な設定集。

CLAUDE.md Claude Code テンプレート AI coding rules
· The Prompt Shelf

10 CLAUDE.md Templates You Can Copy-Paste Right Now

Ready-to-use CLAUDE.md templates for Next.js, Python ML, REST APIs, React Native, DevOps, open source libraries, monorepos, documentation sites, Chrome extensions, and CLI tools. Copy, paste, customize, ship.

CLAUDE.md Claude Code templates AI coding developer tools
· The Prompt Shelf

20 Best AI Coding Rules and Configurations in 2026

A curated list of the 20 best AI coding rules from real open-source projects. Featuring CLAUDE.md, .cursorrules, and AGENTS.md files from Vercel, LangChain, Deno, Grafana, and more — with analysis of what makes each one effective.

AI coding rules best of CLAUDE.md cursorrules
· The Prompt Shelf

How to Write a CLAUDE.md File: The Complete Guide for 2026

Learn how to write an effective CLAUDE.md file for Claude Code. This guide covers structure, best practices, real examples from popular open-source projects, and tips for getting the most out of AI-assisted development.

AI Claude Code CLAUDE.md coding rules developer tools
· The Prompt Shelf

Cursor Rules vs CLAUDE.md vs AGENTS.md: Which to Pick (2026 Guide)

Cursor Rules vs CLAUDE.md vs AGENTS.md — a complete 2026 comparison with real-world data. Which format works with which tool, how to migrate between them, and the hybrid setup most teams actually ship today.

AI cursorrules CLAUDE.md AGENTS.md comparison

Explore AI Coding Rules

Browse our curated collection of CLAUDE.md, .cursorrules, AGENTS.md, and image prompts.

Browse Rules