marceloeatworld

Mdbook AI Skill — AI skill for Claude Code

AI community

Auto-updated mdBook documentation for AI coding assistants — works with 33+ tools via the Agent Skills standard (SKILL.md).

How to install Mdbook AI Skill

This entry records only its repository, not the path inside it, so there is no exact command to give. Open marceloeatworld/mdbook-ai-skill and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Mdbook AI Skill does

Auto-updated mdBook documentation for AI coding assistants — works with 33+ tools via the Agent Skills standard (SKILL.md).

Alternatives in AI

  • System Prompts Leaks — Extracted system prompts from ChatGPT (GPT-5.4, GPT-5.3, Codex), Claude (Opus 4.6, Sonnet 4.6, Claude Code), G 38.6k ★
  • Context Engineering Intro — GitHub Repo stars Context engineering - the new way of AI coding assistants Context engineering guide 12.8k ★
  • AGENTS.md - Skill Seekers — Concise reference for AI coding agents 11.1k ★

README

mdBook AI Skill

Auto-updated [mdBook](https://rust-lang.github.io/mdBook/) documentation for AI coding assistants.

Uses the open [Agent Skills](https://agentskills.io) standard (SKILL.md). Works with **33+ AI coding assistants** including Claude Code, Cursor, Windsurf, GitHub Copilot, OpenAI Codex, Gemini CLI, Amp, OpenCode, Cline, Aider, Goose, Roo Code, and [many more](https://agentskills.io/clients).

References are **auto-generated** daily from the official [mdBook guide](https://github.com/rust-lang/mdBook/tree/main/guide) via GitHub Actions.

Install

Quick start

# Claude Code (global)
git clone https://github.com/marceloeatworld/mdbook-ai-skill.git ~/.claude/skills/mdbook

# Cursor
git clone https://github.com/marceloeatworld/mdbook-ai-skill.git .cursor/skills/mdbook

# Windsurf
git clone https://github.com/marceloeatworld/mdbook-ai-skill.git .windsurf/skills/mdbook

# Cross-agent standard
git clone https://github.com/marceloeatworld/mdbook-ai-skill.git .agents/skills/mdbook

With the install script

curl -fsSL https://raw.githubusercontent.com/marceloeatworld/mdbook-ai-skill/main/install.sh | bash -s -- --claude
curl -fsSL https://raw.githubusercontent.com/marceloeatworld/mdbook-ai-skill/main/install.sh | bash -s -- --cursor

Run `./install.sh --help` for all options.

Update

git -C  pull

What it covers

Category Topics
Getting Started Installation, creating a book, reading books
CLI init, build, watch, serve, test, clean, completions
Book Format SUMMARY.md syntax, Markdown extensions, mdBook-specific features, MathJax
Configuration book.toml (general, preprocessors, renderers, environment variables)
Theme Custom themes, index.hbs, syntax highlighting, editor integration
For Developers Writing preprocessors, writing backends (Rust API)
Deployment GitHub Actions, GitLab CI, GitHub Pages