AI Examples — AI skill for Claude Code
A starting point for engineers new to AI coding agents: eleven chapters, copy-out instruction-file templates, two worked examples, and a self-certifying verification suite.
How to install AI Examples
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open rasatpetabit/ai-examples and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What AI Examples does
A starting point for engineers new to AI coding agents: eleven chapters, copy-out instruction-file templates, two worked examples, and a self-certifying verification suite. pi-first with a Claude Code track. Clone it and make it yours.
Alternatives in AI
- Part 4 — Generate AGENTS.md And AI Agent Configuration Files — I'll help you create the instruction files that will guide your AI coding assistant to build your MVP 2.1k ★
- UltraCode Shim — Give Claude Code's ultracode mode to ANY model you already pay for 422 ★
- Agent Kernel — Minimal kernel to make any AI coding agent stateful 334 ★
README
Starting with AI coding agents
A starting-point template for engineers who already know systems work and are new to AI coding agents — a guide first: eleven chapters, copy-out templates, and two worked examples. It is **pi-first**, with a Claude Code companion track. The public, package-installable stack is taught as working instructions; the private layer is named as patterns with a smallest-useful build recipe for each, and none of those patterns is installable from here.
**Cloned this to use it?** Start at [`ADOPTING.md`](ADOPTING.md). It sequences the work — which template goes where, in what order, and how to prove the harness actually loaded it — and it ends with a self-contained brief you can hand to an AI agent to do the whole setup for you. You do not need to read the chapters first: they explain *why* the templates have the shape they do, and you can read one when a decision actually bites.
Nobody is updating this as pi, npm, or Claude Code change, and that is deliberate — it is built to be forked, not followed. Commands, package names, and paths in the chapters were true when those chapters were written, so look them up again before you trust them; every chapter that needs a current value gives the command that produces it. A factual error or a broken link is still worth an issue — see [Maintenance posture](#maintenance-posture).
**Failure prevented:** treating a dated guide as a live product, then following a command that no longer matches upstream — and, at the other extreme, a repository that says "here is an example" and leaves you to invent the adoption path yourself.
Route
| What you want | Where it lives |
|---|---|
| Adopt it — what to copy where, in what order, and the AI-agent brief | `ADOPTING.md` |
| Mental model (tokens, compaction, failure modes) | `docs/01-mental-model.md` |
| Install and authenticate | `docs/02-install.md` |
| Configuration, trust, model lookup |
Related Skills
Aurora
Aurora - independent community smart home orchestrator. Routes any smart home request to the right specialist
Agentic Agent Prompt Builder
A free, single-file builder for well-structured AI agent prompts. Pick a starting preset, fill in the parts yo
Agent Config Harness
Agent instruction files, scored and regression-tested like code. CLAUDE.md / AGENTS.md / skills managed via a
AI Agent Cheatsheet
Cross-tool reference for AI agent instruction files — AGENTS.md, CLAUDE.md, copilot-instructions.md, GEMINI.md
Agents Md Templates
One AGENTS.md, every AI coding agent. Copy-paste templates for Claude Code, Codex, Cursor, Gemini CLI, Copilot
Find Typos
Find all typos. Read through all copy and run it through your LLM figuring out
Related Agents
Hydra Orchestrator
Route a non-trivial goal to the right Hydra knowledge, skills, workflows, and task state. Use when work spans
Metadata Agent
Produces the copy-paste-ready YouTube upload package — final title, full description, chapters, tags, hashtags
Imhotep
Use this agent when starting new projects, extracting reusable patterns from existing projects, making archite