一键导入
audit-library-health
Use when checking the overall health of a skills library. Run doctor, validate, check for stale skills, and verify generated docs are in sync.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use when checking the overall health of a skills library. Run doctor, validate, check for stale skills, and verify generated docs are in sync.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | audit-library-health |
| description | Use when checking the overall health of a skills library. Run doctor, validate, check for stale skills, and verify generated docs are in sync. |
| category | workflow |
| version | 4.1.0 |
Verify that a skills library is consistent, up-to-date, and ready to share or install from.
--format json for structured output when automating health checks.--dry-run before running build-docs to check if docs are already in sync.validate and doctor first.--fields to limit output when inspecting large catalogs.npx ai-agent-skills validate
This checks: required fields, folder consistency, frontmatter validity, collection integrity, and generated doc sync.
npx ai-agent-skills doctor --format json
npx ai-agent-skills check --format json
npx ai-agent-skills build-docs --dry-run --format json
If currentlyInSync is false, regenerate:
npx ai-agent-skills build-docs
npx ai-agent-skills curate review --format json
validate passes with no errorsdoctor reports no broken installsbuild-docs --dry-run shows docs are in syncwhyHere fieldsskills/skills.json total matches actual skill countvalidate and doctor are read-only — they never mutate the library.check makes network requests to verify upstream sources. It may be slow or timeout on unreachable repos.curate review queue is derived from missing fields and stale verification dates — it is a heuristic, not a mandate.Build React components in Next.js using CampusOS patterns. Use when implementing UI components, working with the App Router, styling with Tailwind CSS v4, or managing forms with react-hook-form and Zod.
Comprehensive frontend development hub — UI/UX design, React/Next.js patterns, Tailwind CSS v4, shadcn/ui components, Three.js 3D graphics, creative web experiences, data visualization, diagramming, Figma integration, accessibility, game development, scroll animations, and design systems. Use for ANY frontend task: building components, designing interfaces, styling, theming, animations, charts, responsive layouts, mobile design, or implementing design patterns.
Clarify requirements before implementing. Do not use automatically, only when invoked explicitly.
Generate commit titles and descriptions from uncommitted changes. Use when the user asks to generate a commit message, wants help writing a commit, or says 'commit', 'commit message', 'what should I commit', or similar.
Generate PR titles and descriptions from commit history. Use when the user asks to generate a PR description, wants help writing a pull request, provides commit titles/messages, or says 'PR', 'pull request', 'PR description', or similar.
RESTful API patterns, request/response formatting, authentication flows, versioning for CampusOS. Use when designing API endpoints, planning request bodies, structuring error responses, or implementing authentication.