Install
$ agentstack add skill-docmd-io-docmd-skills-docmd-skills ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
About
docmd — Agent Skill (User)
Use this skill when the user wants to build, configure, or operate a docmd documentation site. It is the default install and is loaded by npx docmd-skills .
When to use this skill
Use it when the user wants to:
- Scaffold a new docmd site (
npx @docmd/core init) - Run the dev server, build, validate, deploy, or live-reload
- Edit
docmd.config.json(themes, navigation, layout, plugins, i18n, versions) - Use the
docmd mcpserver (search_docs,read_doc,validate_docs,get_llms_context) - Migrate from Docusaurus / MkDocs / VitePress to docmd
- Pick between the JS and Rust build engines
- Add a community plugin (search, Mermaid, analytics, sitemap, etc.)
Do not use it for: writing or reviewing the prose inside pages (use docmd-writer), or hacking on the docmd framework itself (use docmd-dev).
Loading rules
- Load
SKILL.md(this file) by default whenever the user touches a docmd project. - Load any reference file from the index below on first mention, or when the user asks for that specific surface.
- If the user is writing or editing page copy (markdown body, headings, intro paragraphs, callouts for tone), switch to docmd-writer instead.
- If the user is editing files inside the cloned
docmd/monorepo (packages/core/src/,packages/api/src/, etc.), switch to docmd-dev instead.
Reference index
Each row is a reference file. Load it when you need it; the CLI column shows which docmd-skills subcommand also installs that exact file.
| Reference | CLI install subcommand | Use it for | | --- | --- | --- | | references/cli.md | docmd-skills (default) | All npx @docmd/core subcommands: init, dev, build, validate, live, deploy, mcp | | references/config.md | docmd-skills (default) | docmd.config.json schema, themes, navigation, layout, i18n, versions, plugins | | references/formatting.md | docmd-skills (default) | docmd-flavoured markdown: containers, tabs, cards, grids, steps, frontmatter, Mermaid | | references/plugins.md | docmd-skills (default) | Built-in and community plugins, plugins: config, plugin resolution order | | references/migration.md | docmd-skills (default) | Migrating from Docusaurus, MkDocs, VitePress to docmd | | references/deployment.md | docmd-skills (default) | Static hosting, SPA routing rewrites, docmd deploy, Docker, CI recipes | | references/validation.md | docmd-skills (default) | docmd validate, frontmatter rules, link checking, MCP validate_docs | | references/workspaces.md | docmd-skills (default) | Monorepo / multi-package doc workspaces, shared assets, cross-site nav | | references/api-user.md | docmd-skills (default) | Node API surface used by consumers of @docmd/core, @docmd/live, @docmd/ui |
Workflows
1. New project
- Run
npx @docmd/core init(or usepnpm create @docmd/core). - Open
docmd.config.json; cross-check againstreferences/config.md. - Add pages under
docs/; followreferences/formatting.mdand (for prose quality) docmd-writer. npx @docmd/core devfor live preview, thenvalidateandbuild.
2. Existing project, new feature
- Skim
references/config.mdfor the relevant section. - Check
references/plugins.mdfirst — the feature may be a one-line plugin. - If the change touches page prose, hand off to docmd-writer for the body and back to this skill for config.
3. CI / deploy
references/validation.mdfor the gate command.references/deployment.mdfor the target host (Netlify / Vercel / Nginx / Caddy / Cloudflare Pages / GitHub Pages / Docker).
Cross-skill navigation
- docmd-dev — only when the user is editing the
docmd/framework monorepo. - docmd-writer — whenever the task is about writing or improving the prose in pages.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: docmd-io
- Source: docmd-io/docmd-skills
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.