CommunityRédaction et éditiongithub.com

iosrxwy/skillint

Static analysis for AI agent skills. Audit SKILL.md and AGENTS.md used by Codex, Cursor, and Claude Code.

Qu'est-ce que skillint ?

skillint is a Claude Code agent skill that static analysis for AI agent skills. Audit SKILL.md and AGENTS.md used by Codex, Cursor, and Claude Code.

Compatible avec✓Claude Code✓Codex CLI✓Cursor✓Gemini CLI
npx skills add iosrxwy/skillint

Installed? Explore more Rédaction et édition skills: steipete/notion, langchain-ai/langchain, bytedance/podcast-generation · View all 6 →

Demander à votre IA préférée

Ouvre une nouvelle conversation avec cette compétence d'agent déjà préchargée.

Documentation

Que fait skillint ?

Run the skillint CLI before adding more skills. Too many skills make agents slower and worse.

Commands

npx skillint scan
npx skillint map --agent cursor
npx skillint doctor
npx skillint audit
npx skillint ui
npx skillint tokens
npx skillint prune
npx skillint fix
npx skillint adopt
npx skillint link
npx skillint update
npx skillint report --html
npx skillint badge
npx skillint scan-remote owner/repo
npx skillint mcp

Rules

  • Prefer npx skillint so the user does not need a global install.
  • Use scan for a cross-agent physical inventory and map --agent ... for one agent's documented catalog resolution.
  • Never claim map predicts whether a model will trigger a skill; preserve conditional and unknown results.
  • Cleanup is quarantine-based: prune --apply and trash move items to ~/.skillint/trash; restore undoes the last batch. Never use raw rm on skills.
  • Identical copies in Cursor, Claude, Codex, and Grok must not be deleted; use skillint link to share one canonical copy.
  • link --apply and update --apply are the only mutating manager commands. Default is dry-run.
  • Report duplicate names, missing descriptions, and oversized bodies first.
  • audit is a static pattern scan with file:line output; matches need human review and are never auto-fixed.
  • Token estimate is characters / 4. Call it an estimate, not an exact tokenizer count.
  • After scanning, summarize: skill count, health score, metadata tokens, full-body tokens, always-on rule tokens.
  • Mention .skillintignore and --ignore when the user wants to skip vendor copies.
  • For CI, prefer uses: iosrxwy/skillint@main or node dist/cli.js doctor --fail-on error.

Skills associés