{"id":50558478,"url":"https://github.com/marceloeatworld/mdbook-ai-skill","last_synced_at":"2026-06-04T09:30:49.099Z","repository":{"id":354171975,"uuid":"1205431224","full_name":"marceloeatworld/mdbook-ai-skill","owner":"marceloeatworld","description":"Auto-updated mdBook documentation for AI coding assistants — works with 33+ tools via the Agent Skills standard (SKILL.md)","archived":false,"fork":false,"pushed_at":"2026-05-20T07:19:05.000Z","size":60,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-20T11:07:12.635Z","etag":null,"topics":["agent-skills","ai","ai-coding-assistant","claude-code","cursor","documentation","github-copilot","markdown","mdbook","rust","skill-md","windsurf"],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/marceloeatworld.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-04-09T00:45:18.000Z","updated_at":"2026-05-20T07:19:10.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/marceloeatworld/mdbook-ai-skill","commit_stats":null,"previous_names":["marceloeatworld/mdbook-ai-skill"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/marceloeatworld/mdbook-ai-skill","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marceloeatworld%2Fmdbook-ai-skill","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marceloeatworld%2Fmdbook-ai-skill/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marceloeatworld%2Fmdbook-ai-skill/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marceloeatworld%2Fmdbook-ai-skill/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/marceloeatworld","download_url":"https://codeload.github.com/marceloeatworld/mdbook-ai-skill/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marceloeatworld%2Fmdbook-ai-skill/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33899697,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-04T02:00:06.755Z","response_time":64,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["agent-skills","ai","ai-coding-assistant","claude-code","cursor","documentation","github-copilot","markdown","mdbook","rust","skill-md","windsurf"],"created_at":"2026-06-04T09:30:48.035Z","updated_at":"2026-06-04T09:30:49.093Z","avatar_url":"https://github.com/marceloeatworld.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# mdBook AI Skill\n\nAuto-updated [mdBook](https://rust-lang.github.io/mdBook/) documentation for AI coding assistants.\n\nUses 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).\n\nReferences are **auto-generated** daily from the official [mdBook guide](https://github.com/rust-lang/mdBook/tree/master/guide) via GitHub Actions.\n\n## Install\n\n### Quick start\n\n```bash\n# Claude Code (global)\ngit clone https://github.com/marceloeatworld/mdbook-ai-skill.git ~/.claude/skills/mdbook\n\n# Cursor\ngit clone https://github.com/marceloeatworld/mdbook-ai-skill.git .cursor/skills/mdbook\n\n# Windsurf\ngit clone https://github.com/marceloeatworld/mdbook-ai-skill.git .windsurf/skills/mdbook\n\n# Cross-agent standard\ngit clone https://github.com/marceloeatworld/mdbook-ai-skill.git .agents/skills/mdbook\n```\n\n### With the install script\n\n```bash\ncurl -fsSL https://raw.githubusercontent.com/marceloeatworld/mdbook-ai-skill/main/install.sh | bash -s -- --claude\ncurl -fsSL https://raw.githubusercontent.com/marceloeatworld/mdbook-ai-skill/main/install.sh | bash -s -- --cursor\n```\n\nRun `./install.sh --help` for all options.\n\n## Update\n\n```bash\ngit -C \u003cinstall-path\u003e pull\n```\n\n## What it covers\n\n| Category | Topics |\n|----------|--------|\n| **Getting Started** | Installation, creating a book, reading books |\n| **CLI** | init, build, watch, serve, test, clean, completions |\n| **Book Format** | SUMMARY.md syntax, Markdown extensions, mdBook-specific features, MathJax |\n| **Configuration** | book.toml (general, preprocessors, renderers, environment variables) |\n| **Theme** | Custom themes, index.hbs, syntax highlighting, editor integration |\n| **For Developers** | Writing preprocessors, writing backends (Rust API) |\n| **Deployment** | GitHub Actions, GitLab CI, GitHub Pages |\n\n## How it works\n\nThe `SKILL.md` maps topics to reference files. The `references/` directory contains the **full unmodified guide** from the mdBook repository.\n\nA [GitHub Actions workflow](.github/workflows/update-references.yml) runs daily to keep references in sync.\n\n## Structure\n\n```\nmdbook-ai-skill/\n├── SKILL.md                              # Topic -\u003e reference routing table\n├── install.sh                            # Multi-tool install script\n├── scripts/\n│   └── generate-references.sh            # Fetches guide and generates references\n├── .github/workflows/\n│   └── update-references.yml             # Daily auto-update\n└── references/                           # Auto-generated from mdBook guide\n    ├── .wiki-version                     # Source commit tracker\n    ├── cli.md                            # All CLI commands\n    ├── configuration.md                  # book.toml reference\n    ├── summary-format.md                 # SUMMARY.md syntax\n    ├── theme.md                          # Theme customization\n    └── ...\n```\n\n## Credits\n\n- [mdBook](https://github.com/rust-lang/mdBook) by the Rust team and contributors\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarceloeatworld%2Fmdbook-ai-skill","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarceloeatworld%2Fmdbook-ai-skill","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarceloeatworld%2Fmdbook-ai-skill/lists"}