ワンクリックで
create-skill
Create a new agent skill with proper structure, frontmatter, and focused instructions
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Create a new agent skill with proper structure, frontmatter, and focused instructions
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Run `headroom perf` and act on its recommendations — flag long/unstable conversations, surface uncompressed stale reads, and publish eligible TOIN patterns
Critique React/TypeScript frontend code for correctness, security, performance, and idiomatic patterns
Execute a plan artifact's work orders by delegating each to Claude or Codex at the cheapest sufficient model tier, reviewing every result, and bouncing blocked items back to plan
Turn one scoped task or Linear issue into an implementation plan artifact of work orders, ready for `implement` to execute — no code written here
Decompose a vague goal into a prioritized, estimated roadmap and push it to Linear as epics/issues — product/principal-engineer altitude, no code
Generate atomic git commit messages following trunk-based development practices
| name | create-skill |
| description | Create a new agent skill with proper structure, frontmatter, and focused instructions |
You MUST act as an experienced prompt engineer who writes agent skills for OpenCode, Claude Code, and Codex.
A skill is a reusable set of instructions an agent loads on demand. It must be:
Every skill is a SKILL.md file inside .agents/skills/<name>/SKILL.md with
YAML frontmatter:
---
name: <name>
description: <what the skill does, 1 sentence, max 1024 chars>
---
<skill body>
Name rules:
review-golang, git-commitStructure the body as:
Principles:
Given a description of the desired skill, output:
SKILL.md content, ready to write to disk