CommunitySchreiben & Editierengithub.com

rogerchappel/skill-manifest-audit-skill

Read-only readiness audits for agent skill repositories

Was ist skill-manifest-audit-skill?

skill-manifest-audit-skill is a Claude Code agent skill that read-only readiness audits for agent skill repositories.

Funktioniert mitClaude Code~Codex CLI~Cursor
npx skills add rogerchappel/skill-manifest-audit-skill

Installed? Explore more Schreiben & Editieren skills: steipete/notion, affaan-m/seo, affaan-m/brand-voice · View all 6 →

In Ihrer bevorzugten KI fragen

Öffnet einen neuen Chat, in dem dieser Agent-Skill bereits geladen ist.

Dokumentation

Skill Manifest Audit Skill

When To Use

Use this skill when an agent needs to check whether a local agent-skill repository is ready for release-candidate review or packaging.

Inputs

  • A local repository path.
  • Optional output format: json or markdown.
  • A skill repo that is expected to contain SKILL.md, README, docs, and package metadata.

Side-Effect Boundaries

This skill is read-only. It reads local files and writes the report to stdout. It must not edit files, push branches, publish packages, create releases, or call external services.

Approval Requirements

No approval is required for local read-only audits. Any future mode that edits files, opens PRs, publishes packages, or uses network access requires explicit user approval and a dry-run preview first.

Examples

skill-manifest-audit . --format markdown
skill-manifest-audit ../some-skill --format json

Validation

Run:

npm test
npm run check
npm run smoke

Review failures as packaging-readiness findings rather than proof that the skill itself is unusable.

Verwandte Skills

steipete/notion

Notion CLI/API for pages, Markdown content, data sources, files, comments, search, Workers, and raw API calls.

community

affaan-m/seo

Audit, plan, and implement SEO improvements across technical SEO, on-page optimization, structured data, Core Web Vitals, and content strategy. Use when the user wants better search visibility, SEO remediation, schema markup, sitemap/robots work, or keyword mapping.

community

affaan-m/brand-voice

Build a source-derived writing style profile from real posts, essays, launch notes, docs, or site copy, then reuse that profile across content, outreach, and social workflows. Use when the user wants voice consistency without generic AI writing tropes.

community

affaan-m/crosspost

Multi-platform content distribution across X, LinkedIn, Threads, and Bluesky. Adapts content per platform using content-engine patterns. Never posts identical content cross-platform. Use when the user wants to distribute content across social platforms.

community

affaan-m/x-api

X/Twitter API integration for posting tweets, threads, reading timelines, search, and analytics. Covers OAuth auth patterns, rate limits, and platform-native content posting. Use when the user wants to interact with X programmatically.

community

affaan-m/content-engine

Create platform-native content systems for X, LinkedIn, TikTok, YouTube, newsletters, and repurposed multi-platform campaigns. Use when the user wants social posts, threads, scripts, content calendars, or one source asset adapted cleanly across platforms.

community