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에게 물어보기

이 에이전트 스킬이 미리 로드된 새 채팅을 엽니다.

문서

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.

관련 스킬