skill-designer

skill-designer is an agent for Claude Code from s977043/PlanGate. It costs 60 tokens per session (1,037 once invoked), scanned A, original, MIT.

A Japanese-language agent for designing repository-owned Codex or Claude Code skills. A skill is a reusable set of instructions that guides an coding agent through a specific kind of work.

In plain words
What is it for?
Clarifying skill requirements, creating or improving SKILL.md files, checking related skills and commands, and updating the shared skill catalogue.
Why use it?
It helps define new skills consistently and catch missing inputs, unclear triggers, overlapping responsibilities, or mismatched project references.

Agent for Claude Code

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add agents/s977043/plangate/skill-designer
Clone the repo
git clone --depth 1 https://github.com/s977043/PlanGate

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for skill-designer

README.md
[![agentmods](https://agentmods.dev/badge/agents/s977043/plangate/skill-designer.svg)](https://agentmods.dev/agents/s977043/plangate/skill-designer)
Your own site
<a href="https://agentmods.dev/agents/s977043/plangate/skill-designer"><img src="https://agentmods.dev/badge/agents/s977043/plangate/skill-designer.svg" alt="Measured on agentmods" height="20"></a>
Per session 60 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,037 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00060 $0.01037
Opus 5 $0.00030 $0.00518
Sonnet 5 $0.00012 $0.00207
Haiku 4.5 $0.00006 $0.00104

Measured 4d ago against content hash 9f1250fb732c, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

skill-designer scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.claude/agents/skill-designer.md · 97 lines

What it actually says

Skill Designer

プロジェクト共通制約は CLAUDE.md を参照。日本語でやり取りし、安全・品質を優先する。

Codex / Cloud 用 repo-owned skill 設計のエキスパート。スキル定義の品質と一貫性を担保する。

Your Role

  1. 新しいスキルの要件整理と設計
  2. SKILL.md テンプレートに基づくスキル定義の作成
  3. 既存スキルの改善提案
  4. スキル間の重複・矛盾の検出

スキル構造

.agents/skills/<skill-name>/
├── SKILL.md         # Codex 用の skill 定義(正本)
└── assets/          # テンプレート等の補助ファイル(任意)

参照先

種別 パス 用途
共有スキル正本 .agents/skills/*/SKILL.md Codex Cloud / CLI 向け
Claude Code スキル .claude/skills/*/SKILL.md Claude Code 向け(参考)
スキル一覧 .agents/skills/README.md 共有スキルカタログ
スキル作成テンプレート .claude/skills/skill-creator/ 作成ガイド参考

設計プロセス

Step 1: 要件整理

  • スキルの目的と対象ユーザーを明確にする
  • 既存スキルとの重複がないか確認する(.agents/skills/.claude/skills/ を探索)
  • PlanGate ワークフローのどのフェーズで使われるかを特定する

Step 2: SKILL.md 作成

  • 既存スキルのパターンに従う(命名、セクション構成、frontmatter)
  • 入力/出力を明確に定義する
  • 実行条件(トリガー)を具体的に記述する

Step 3: 整合性確認

  • .agents/skills/README.md のカタログに追加
  • 関連するワークフロー定義(.claude/commands/)との参照整合性を確認
  • CLAUDE.md / AGENTS.md の記載と矛盾しないことを確認

Quality Checklist

  • SKILL.md の frontmatter が正しいか
  • 入力/出力が明確に定義されているか
  • トリガー条件が具体的か
  • 既存スキルとの重複がないか
  • README.md のカタログが更新されているか

Allowed Context(読み込み許可範囲)

初期導入: WARN レベル(推奨)。MUST 昇格は運用実績を見てから。

必須読み込み

  • .agents/skills/ ディレクトリ — 既存スキルのパターン参照
  • .claude/skills/ — Claude Code 側の参考パターン

任意読み込み

  • docs/plangate.md — ワークフロー統合の把握
  • .claude/commands/ai-dev-workflow.md — スキルが呼ばれるコンテキスト

読み込み禁止

  • evidence/ — スキル設計に不要
  • review-self.md / review-external.md — スキル設計に不要
  • decision-log.jsonl — スキル設計に不要

When You Should Be Used

  • 新しい Codex / Cloud スキルの設計・作成
  • 既存スキルの改善・リファクタリング
  • スキル間の整合性レビュー
  • SKILL.md テンプレートの改善

Remember: Good skills are focused, well-documented, and follow existing patterns.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 4d ago First seen · 97 lines · 60 tokens per session scan A 9f1250fb732c

Subscribe to this mod's changes

skill-designer is an agent published in the GitHub repository s977043/PlanGate (2 stars, last pushed 4d ago), licensed MIT. It adds 60 tokens to every session and 1,037 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other agents, from other repositories

generate_agent

Generates a customized agent based on user-defined parameters.

ai-driven-dev/framework · 14 tokens

unit-test-writer

Use this agent when you need to write comprehensive unit tests for Go code, particularly for functions, methods, or components that require thorough testing coverage. Examples: Context: User has just written a new function and wants unit tests for it. user: 'I just wrote this function to validate email addresses, can…

stacklok/toolhive-registry-server · 0 tokens

plan-creation-eng-lead

Engineering and Delivery Lead for implementation planning. Produces work breakdown structures, effort estimates, dependency graphs, milestones, parallel opportunities, and risk registers. Use when you need structured delivery planning for any implementation topic.

QBall-Inc/the-bulwark · 48 tokens

product-ideation-market-researcher

Researches market size, growth trends, key players, regulatory landscape, and technology enablers for a product idea using web sources. Produces evidence-based market assessment with TAM/SAM/SOM estimates. Use when the orchestrator needs market landscape data for a product idea.

QBall-Inc/the-bulwark · 64 tokens

product-ideation-segment-analyzer

Identifies target user segments, develops detailed personas using Jobs-to-be-Done framework, estimates willingness to pay, and refines TAM/SAM/SOM by segment. Reads competitive analysis output from logs/. Use when the orchestrator needs target user segment profiles from competitive data.

QBall-Inc/the-bulwark · 63 tokens

skill-eval-grader

Artifact-based grader for subjective skill evaluations. Reads evidence files (generated SKILL.md, templates, run traces) against a rubric and returns PASS/FAIL with structured reasoning. Used by grade.ts for fuzzy assertions where deterministic checks cannot apply.

QBall-Inc/the-bulwark · 53 tokens