一键导入
example-skill
Briefly describe what this skill does and when it should be used.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Briefly describe what this skill does and when it should be used.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Create concise, repository-specific AGENTS.md files with operational contract, precedence rules, and drift-control guidance.
Create project-context AGENTS.md files using phased discovery, required operational sections, and session-state modeling.
Create complete user-context instruction files using a structured discovery workflow and repository format rules.
Validate AGENTS.md files for structural completeness, operational contract coverage, neutrality, and repository alignment.
Validate project-context AGENTS.md files for required sections, session-state model completeness, role quality, and scoring compliance.
Validate user-context instruction files against schema, section completeness, quality checks, and scoring criteria.
| name | example-skill |
| description | Briefly describe what this skill does and when it should be used. |
| version | 1.0.0 |
| allowed-tools | ["Read"] |
| license | Optional license identifier |
| compatibility | Optional environment/runtime requirements. |
| metadata | {"owner":"Optional owner","domain":"Optional domain"} |
Describe the capability this skill provides and the problem it solves.
references/ for detailed docs loaded on demand.scripts/ for optional automation or checks.assets/ for reusable static artifacts.references/.name (required):description (required):license (optional): short license identifier.compatibility (optional):metadata (optional): map of string keys to string values.version (optional): semver string (e.g. "1.0.0"). Increment when skill behavior changes.allowed-tools (optional): YAML flow list of tool names this skill may invoke (e.g. [Read, Write, Edit]).