ensure-manifest-docs-consistency

Featured

Check consistency of Manifest documentation across all sources (GitHub, website, ClawhHub, npm, skills) against the actual codebase. Produces a dissonance report with tables. Use when the user says "/ensure-manifest-docs-consistency", "check manifest docs", "docs consistency", or wants to audit Manifest documentation for contradictions.

AI & Automation 6,605 stars 398 forks Updated today MIT

Install

View on GitHub

Quality Score: 93/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Ensure Manifest Docs Consistency Audit all Manifest documentation sources for consistency against the live codebase. Produces a concise dissonance report with tables. ## Sources to Check ### Codebase (source of truth) Fetch these via the GitHub API (`https://api.github.com/repos/mnfst/manifest/contents/<path>`, decode base64): | File | What to extract | |------|----------------| | `package.json` | Root description, keywords, workspaces | | `README.md` | Features, install commands, provider list, savings claims, comparison table | | `CONTRIBUTING.md` | Tech stack, architecture, plugin descriptions, available scripts, dev setup | | `CLAUDE.md` | Dev guidelines, env vars, project structure, deployment modes | | `packages/openclaw-plugins/manifest/package.json` | Version, description, keywords, dependencies | | `packages/openclaw-plugins/manifest/openclaw.plugin.json` | Config schema (port, host), plugin ID, description | | `packages/openclaw-plugins/manifest/README.md` | Install commands, config options, data paths | | `packages/openclaw-plugins/manifest-model-router/package.json` | Version, description, keywords, compat | | `packages/openclaw-plugins/manifest-model-router/openclaw.plugin.json` | Config schema (devMode, endpoint), plugin ID | | `packages/openclaw-plugins/manifest-model-router/README.md` | Install commands, features, links | | `skills/manifest/SKILL.md` | Features, security, install, tools, routing, providers | | `.claude/skills/manifest-status/SKILL.md` |...

Details

Author
mnfst
Repository
mnfst/manifest
Created
3 years ago
Last Updated
today
Language
TypeScript
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Featured

manifest

Model Router for OpenClaw. Save up to 70% by routing requests to the right model. Choose LLM fallback to avoid API rate limits, set thresholds and reduce token consumption.

6,605 Updated today
mnfst
Code & Development Solid

evolving-config

Audit Claude Code configuration against latest features and best practices. Use when user says "evolve", "self-improve", "audit config", "what's new in claude code", "upgrade configuration", "check for improvements", "are we up to date".

16 Updated 1 months ago
alexei-led
Testing & QA Solid

test-harness-auditor

This skill should be used when auditing a repo's test, lint, type-check, static analysis, build, and debug infrastructure for AI coding agents. Use when entering a new repo, when asked to 'audit tests', 'audit harness', 'check test infrastructure', 'lint audit', 'what testing tools are configured', or when a repo has no .claude/lint-rules.json. Generates optimized configs for the lint-on-write hook.

32 Updated yesterday
tdimino
AI & Automation Solid

update-docs

Update all project documentation after code changes.

29 Updated 2 months ago
lbb00
Data & Documents Solid

skill-issue

Audit and review all installed agent skills. Run on-demand or via cron to get a health report: skill inventory, usage tracking, version checks, dependency health, and actionable recommendations (keep, update, review, remove). Use when asked to review skills, check for skill updates, find unused skills, or audit the skill ecosystem.

23 Updated 3 months ago
krispuckett