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 CodeCodex CLICursorGemini CLI
npx skills add iosrxwy/skillint

Installed? Explore more 寫作與編輯 skills: steipete/notion, affaan-m/seo, affaan-m/brand-voice · 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.

相關技能

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