ワンクリックで
skill-authoring
Create and modify repository-specific SKILL.md policy files in strict compliance with AGENTS.md and existing project skills.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Create and modify repository-specific SKILL.md policy files in strict compliance with AGENTS.md and existing project skills.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Validate Python code blocks in Markdown documentation using pytest-codeblock.
Migrate Python repositories from mypy to ty for static type checking.
Bootstrap repository governance by creating AGENTS.md and a standard set of SKILL.md files.
Migrate Python repositories from virtualenv, virtualenvwrapper, pip-tools, requirements files, setup.py, or setup.cfg to a uv-managed pyproject.toml and uv.lock workflow.
Keep project documentation aligned with code by detecting and auto-fixing mismatches using agent-based analysis.
| name | skill-authoring |
| description | Create and modify repository-specific SKILL.md policy files in strict compliance with AGENTS.md and existing project skills. |
This skill is responsible for creating and modifying SKILL.md files as enforceable repository policy.
User prompts express intent only. Governance, structure, and safety are enforced by this skill.
This skill MAY:
SKILL.md files under .agents/skills/SKILL.md files under .agents/skills/This skill MUST NOT:
AGENTS.md.agents/skills/**All actions performed by this skill MUST respect the following order of authority:
AGENTS.mdskill-authoring skillLower levels MUST comply with higher levels at all times.
Unless the user explicitly requests a generic, reusable, or cross-repository skill, all skills generated by this skill are treated as repository-specific policy.
In repository-specific mode, you MAY assume and encode:
You MUST NOT generalise, abstract, or omit such details by default.
To generate a generic or reusable skill, the user MUST explicitly state that intent.
You MUST NOT infer generic intent implicitly. In the absence of explicit instruction, repository-specific assumptions are mandatory.
Before creating or modifying any skill, you MUST automatically:
AGENTS.md.agents/skills/**/SKILL.md filesIf a rule is ambiguous, you MUST interpret it conservatively.
The user does NOT need to request this step.
Interpret the user prompt as high-level intent only.
You MUST NOT treat the prompt as permission to:
Governance rules are never inferred from the prompt.
You MUST detect conflicts between the proposed skill and:
AGENTS.mddev-workflow)Conflicts include, but are not limited to:
If no conflict exists, proceed.
If a conflict exists, proceed to Phase 4.
When a conflict is detected, you MUST:
You MUST present explicit choices:
Rules:
Every SKILL.md file MUST begin with:
---
name: <skill-name>
description: <single-sentence purpose>
---
Rules:
name MUST match the containing directory nameWhen generating repository-specific skills, you MUST:
dev-workflow)If the generated skill:
you MUST ensure it does not bypass or weaken relevant enforcement skills
(such as doc-codeblock-tests).
Such alignment MUST be encoded explicitly.
If a requested skill cannot be created without violating higher authority:
Doing nothing is preferable to producing an invalid or unsafe skill.
After successful generation or modification, report: