Claude Code documentation toolkit — 8 skills for reviewing, enforcing style, detecting stale docs, checking links, measuring coverage, generating changelogs, and creating llms.txt. Powered by EkLine.
npx claudepluginhub ekline-io/ekline-docs-skillsEkLine documentation toolkit — review, enforce style, detect stale docs, check links, measure coverage, generate changelogs, and create llms.txt
A Claude Code plugin that reviews, fixes, and improves your documentation using EkLine — with built-in style enforcement, terminology checks, stale docs detection, link validation, coverage analysis, changelog generation, and LLM-readiness tooling.
review-docsRuns EkLine Docs Reviewer on your documentation and applies recommended fixes.
/review-docs ./docs
/review-docs docs/guide.md docs/api.md
Requires ekline-cli and an EkLine token. See Prerequisites below.
style-guideEnforces documentation style, voice, and tone consistency.
Rules are defined in skills/style-guide/references/style-rules.md.
terminologyChecks documentation for consistent terminology against a configurable set of rules.
Rules are defined in skills/terminology/references/terminology-rules.md.
check-linksScans documentation for broken links and missing anchors.
/check-links ./docs
/check-links ./docs --external
docs-freshnessDetects stale documentation by comparing recent code changes against docs.
/docs-freshness
/docs-freshness main..HEAD ./docs
/docs-freshness v1.2.0..v1.3.0
docs-coverageMeasures what percentage of your public API surface is documented.
/docs-coverage
/docs-coverage ./src ./docs
changelogGenerates structured changelog entries from git history.
/changelog
/changelog v1.3.0
/changelog v1.2.0..v1.3.0
llms-txtGenerates an llms.txt file for your project following the llms.txt specification.
/llms-txt
/llms-txt ./docs
llms.txt with sections (Docs, API, Guides, Examples)llms-full.txt with complete doc content for smaller projectsreview-docs only)macOS:
curl -L https://github.com/ekline-io/ekline-cli-binaries/releases/latest/download/ekline-cli-macos.tar.gz | tar xz
chmod +x ekline-cli
sudo mv ekline-cli /usr/local/bin/
Linux:
curl -L https://github.com/ekline-io/ekline-cli-binaries/releases/latest/download/ekline-cli-linux.tar.gz | tar xz
chmod +x ekline-cli
sudo mv ekline-cli /usr/local/bin/
Windows:
Download ekline-cli-windows.zip from the Release Page and add to your PATH.
review-docs only)Get a token from the EkLine Dashboard and set it as an environment variable:
export EKLINE_EK_TOKEN=your_token_here
EK_TOKEN is also accepted.
Clone into your Claude Code skills directory:
No description available.
Production-ready workflow orchestration with 84 marketplace plugins, 192 local specialized agents, and 156 local skills - optimized for granular installation and minimal token usage
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations