Petit Poucet — Documentation skill for Claude Code
Curated, shared Markdown memory for coding agents (Claude Code, GitHub Copilot CLI): one small Rust MCP server, a git-backed Obsidian-compatible vault, rules enforced in code.
How to install Petit Poucet
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open areguig/petit-poucet and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Petit Poucet does
Curated, shared Markdown memory for coding agents (Claude Code, GitHub Copilot CLI): one small Rust MCP server, a git-backed Obsidian-compatible vault, rules enforced in code.
Alternatives in Documentation
README
petit-poucet
Leaves pebbles so your coding agents find their way back.
In the French tale *Le Petit Poucet*, a boy drops white pebbles along the path so he can find his way home. **petit-poucet** does the same for AI coding agents: it keeps a small, curated memory of your rules, decisions and verified facts, so every new session in Claude Code, GitHub Copilot CLI or any MCP client starts where the last one left off.
Why
Coding agents forget everything between sessions, and each tool keeps its own memory in its own format. petit-poucet gives them one shared memory that:
- is plain Markdown: a folder of notes you can read and edit in Obsidian or any editor; no database, no cloud;
- is curated, not recorded: agents save a decision, a correction or a verified fact deliberately, with its source; nothing is captured from transcripts;
- enforces its own rules: note format, Index and links are checked by the server, not left to each agent's good will;
- protects what you said: rules you stated are never changed or deleted without your confirmation;
- keeps history: the vault is a git repository with a local commit after every change, so any agent edit can be inspected and undone;
- is one small binary: written in Rust, no runtime to install.
What your agent sees
At the start of every session, a hook gives the agent the memo
Related Skills
Project Architect
Documentation-first project planning agent skill. Generates specs, implementation plans, tasks, and single-sho
Token Goat
Token burn reducer and focus keeper for Claude Code, Codex, Copilot, Gemini CLI, and more: surgical read hints
Crewplane
Run reviewable, resumable coding-agent workflows across Claude Code, Codex, Gemini, GitHub Copilot CLI, or any
Agent Memory Kit
One memory for every coding agent — plain markdown in your repo. Injected on Claude Code & Cursor, skills on C
Courserafied
📚🃏 Turn any course into a queryable knowledge base. Claude .skill that ingests transcripts/chapters and prod
Claude Code Goal
Persistent markdown-backed goal mode for Claude Code
Related Agents
Local Writer
Use for high-token repetitive writing (docstrings, inline code comments, Markdown documentation, CHANGELOG/REA
Librarian Agent
Librarian for a notes/knowledge-base vault (Obsidian-style or plain-markdown) — filing new notes, organizing f
Copilot Agent
Runs GitHub Copilot CLI on the user's Copilot subscription. Three modes - consult (harness-enforced read-only