بنقرة واحدة
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