Follows Lixpi project conventions for writing documentation. Strictly prohibits host-side package manager usage.
Install
mkdir -p .claude/skills/documentation-style && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/10475" && unzip -o skill.zip -d .claude/skills/documentation-style && rm skill.zipInstalls to .claude/skills/documentation-style
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
Follow Lixpi documentation conventions when creating or updating Markdown, diagrams, READMEs, feature documentation, proposals, or other authored documentation.Key capabilities
- →Create Markdown
- →Draft proposals
- →Manage diagrams
- →Update READMEs
How it works
It enforces documentation conventions and style guides, mandating isolated execution environments for tooling.
Inputs & outputs
When to use documentation-style
- →Writing project README files
- →Updating technical documentation
- →Drafting proposal documents
- →Managing project diagrams
About this skill
Documentation Style
Before running any command, follow the Docker-only command rule in AGENTS.md and documentation/development-workflow/AGENT-SKILLS.md: never run npm, npx, pnpm, or pnpx on the host.
Read and follow documentation/documentation-style-guides/USING-DOCUMENTATION-STYLE-GUIDES.md. That document selects the applicable sources of truth.
When not to use it
- →Running npm on host
- →Ignoring style guides
Prerequisites
Limitations
- →Never run npm/npx on host
- →Follows specific style guides
How it compares
It requires all documentation tooling to run inside Docker, preventing host environment pollution.
Compared to similar skills
documentation-style side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| documentation-style (this skill) | 0 | 2mo | No flags | Beginner |
| write-docs | 6 | 3mo | No flags | Beginner |
| docs-changelog | 4 | 4mo | No flags | Beginner |
| docs-writer | 4 | 3mo | No flags | Beginner |
Try saying
Example prompts that trigger this skill in your AI assistant.
You might also like
write-docs
tldraw
Writing SDK documentation for tldraw. Use when creating new documentation articles, updating existing docs, or when documentation writing guidance is needed. Applies to docs in apps/docs/content/.
docs-changelog
google-gemini
Provides a step-by-step procedure for generating Gemini CLI changelog files based on github release information.
docs-writer
google-gemini
Always use this skill when the task involves writing, reviewing, or editing files in the `/docs` directory or any `.md` files in the repository.
technical-docs
getsentry
Write and review technical documentation for Sentry SDK docs. Use when creating, editing, or reviewing documentation pages, especially MDX files in docs/platforms/.
vuepress-plume-markdown
pengzhanbo
Help users write markdown files with VuePress Plume theme extensions, charts, and embeds.
repo-website-guide-create
open-circle
Create conceptual documentation and tutorial pages for the Valibot website at website/src/routes/guides/. Use when adding guides about schemas, pipelines, async validation, migration, or other topics. Covers directory structure, MDX templates, frontmatter, and content guidelines.