Agent skill · Documentation

mkdocs-material

MkDocs with Material theme expertise for Python-centric documentation. Configure navigation, plugins, multi-language support, PDF export, and advanced Material theme features.

a5c-aigithub.com/a5c-aiGitHub ↗
claude-codecodexcan modify filesMIT
Install
npx skills add a5c-ai/babysitter --skill mkdocs-material --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 9 KB
Bundled scripts: none
Version: 1.0.0
Declared author: babysitter-sdk
Allowed tools: ReadWriteEditBashGlobGrep
Path: library/specializations/technical-documentation/skills/mkdocs-material/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 1,642
Language: JavaScript

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# MkDocs/Material Skill MkDocs with Material theme expertise for Python-centric documentation. ## Capabilities - Configure mkdocs.yml with Material theme features - Set up navigation and table of contents - Enable and configure MkDocs plugins (search, macros, mermaid) - Admonition and code annotation usage - Configure multi-language support - Generate PDF export configurations - Integrate with GitHub Pages deployment - Enable blog and versioning features ## Usage Invoke this skill when you need to: - Set up MkDocs with Material theme - Configure advanced theme features - Add plugins for extended functionality - Set up multi-language documentation - Enable versioning with mike ## Inputs | Parameter | Type | Required | Description | |-----------|------|----------|-------------| | action | string | Yes | init, configure, plugin, deploy | | projectPath | string | Yes | Path to MkDocs project | | config | object | No | Configuration options | | plugins | array | No | Plugins to configure | | locale | string | No | Language locale | ### Input Example ```json { "action": "configure", "projectPath": "./docs", "config": { "site_name": "My Documentation", "site_url": "https://docs.example.co

What's inside
Steps it walks through
  1. Capabilities
  2. Usage
  3. Inputs
  4. Input Example
  5. Project Configuration
  6. mkdocs.yml
  7. Admonitions
  8. Standard Admonitions
  9. Code Annotations
  10. Annotated Code Blocks
  11. Content Tabs
  12. Tabbed Content
  13. Versioning with Mike
  14. mike Configuration
Ships with 1 file
  • README.md
Commands it runs
Deploy version
mike deploy --push --update-aliases 1.0 latest
Set default version
mike set-default --push latest
List versions
mike list
Delete version
mike delete 0.9
Create new project
mkdocs new my-docs
More from babysitter
All skills →
About this skill
What does the mkdocs-material skill do?

MkDocs with Material theme expertise for Python-centric documentation. Configure navigation, plugins, multi-language support, PDF export, and advanced Material theme features.

How do I install it?

Run `npx skills add a5c-ai/babysitter --skill mkdocs-material --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From a5c-ai/babysitter, a repository with 1,642 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going