Community寫作與編輯github.com

iosrxwy/skillint

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

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.

相容平台✓Claude Code✓Codex CLI✓Cursor✓Gemini CLI
npx skills add iosrxwy/skillint

Installed? Explore more 寫作與編輯 skills: steipete/notion, langchain-ai/langchain, bytedance/podcast-generation · View all 6 →

在你喜歡的 AI 中提問

開啟一個已預先載入此 Agent Skill 的新對話。

說明文件

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.

相關技能