Agent Plugins Marketplace
All plugins

dev-skills

v1.7.0

開発作業のスキル集。実装タスクの手順(develop)と planner・implementer・reviewer のサブエージェント、コードを最小に保つ規範(ponytail)、日本語の技術文書の作成規範(write-doc)とスライド構成の規範(write-slide)、会話の応答の形を定める規範(respond)、`.mmd` から人間が見やすい SVG を描く作図の規範(draw-diagram)、画面の設計規範(design-ui)。

CodexClaude Code7 Skills

By mosidas0 GitHub starsUpdated 2 days ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
7 skill or MCP entries
Source updated
Sep 22, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install dev-skills for Codex and Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install dev-skills-4@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

Compatibility: the page URL and API slug “dev-skills-4” remain stable.

  • Codex: Legacy selector dev-skills-4@agent-plugin-marketplace remains documented for migration; install from source for this runtime.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Codex has another source with the same manifest name. This directory does not invent numbered install aliases; use the publisher's catalog or inspect the source manually for that runtime.

Get the source manually
git clone https://github.com/mosidas/dev-skills

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.

Plugin files

dev-skills/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── skills/design-ui/SKILL.md
├── skills/develop/SKILL.md
├── skills/draw-diagram/SKILL.md
├── skills/ponytail/SKILL.md
├── skills/respond/SKILL.md
├── skills/write-doc/SKILL.md
└── skills/write-slide/SKILL.md

Included Skills7

design-uiskills/design-ui/SKILL.md

Web・iOS・Android・デスクトップの画面・コンポーネント・ページを設計・実装するときの規範。題材から出発してトークン案を書き、汎用の既定と照合してから実装し、有限回の検証で止める工程を定める。「画面を作って」「UI を実装して」「デザインして」「もっと良くして」「画面が AI っぽい」「アプリの画面を作って」「モバイルアプリを実装して」と言われたとき、色・書体・間隔・階層・状態を決めるときに使う。

developskills/develop/SKILL.md

機能追加・バグ修正・リファクタリングなど、コードを変更するタスクを進めるときの手順。Backlog.md のタスク、GitHub flow のブランチと PR、planner・implementer・reviewer のサブエージェント、git hook、push 後の CI 確認を 1 つのループにまとめる。「実装して」「直して」「〜を追加して」と頼まれたとき、PR・ブランチ・CI・hook・backlog のタスクに触れたときは、変更が小さくても本スキルを使う。計画から PR までを通して進めるときに使う。

draw-diagramskills/draw-diagram/SKILL.md

図・フローチャート・シーケンス図・状態遷移図・アーキテクチャ図・ポンチ絵を mermaid(`.mmd`)と SVG で作る規範。データ可視化のグラフ・チャートは対象外。「図を描いて」「フローチャートにして」「シーケンス図を作って」「アーキテクチャ図を作って」「ポンチ絵で説明して」と頼まれたときに使う。

ponytailskills/ponytail/SKILL.md

コードを書く・足す・直す・リファクタする・レビューする・設計する・依存を選定するときの規範。そもそも作る必要があるかを先に問い、標準ライブラリや既存の実装を自作より先に使い、動く最小の差分で止めることを定める。develop スキルの planner・implementer・reviewer は、起動時に本スキルを読み込んで適用する。「最小限で」「過剰」「YAGNI」と言われたときにも使う。

respondskills/respond/SKILL.md

会話の応答の形を定める規範。読み手を ADHD と想定し、行動できる形で応答を組み立てる規則を定める。Claude Code では SessionStart hook が本文をセッションの開始時に注入し、セッションのすべての応答へ常時適用する。Codex CLI・Antigravity CLI では、本スキルを読み込んで適用する。

write-docskills/write-doc/SKILL.md

日本語の開発ドキュメント・技術文書(仕様書・規約、手順書・マニュアル、調査・分析・評価レポート、議事録、リサーチメモ・企画書、スライド構成、技術書の章・記事・解説文)の作成規範。これらの文書を書く・推敲・リライトするとき、アウトラインの設計や構成の点検・再編をするとき、「AIっぽい」「機械翻訳っぽい」「不自然」といった指摘への修正、「読みにくい」「一文が長い」「何が言いたいか分からない」といった読みやすさの改善に使う。

write-slideskills/write-slide/SKILL.md

スライド・プレゼン資料・発表資料・説明資料(読み返す用のスライド)・Marp の構成を作る・直すときの規範。メッセージラインや章立てを設計・点検するとき、ページの役割分担や強調の入れ方を決めるときに使う。

Plugin manifests2

.codex-plugin/plugin.json
{
  "name": "dev-skills",
  "version": "1.7.0",
  "description": "開発作業のスキル集。実装タスクの手順(develop)と planner・implementer・reviewer のサブエージェント、コードを最小に保つ規範(ponytail)、日本語の技術文書の作成規範(write-doc)とスライド構成の規範(write-slide)、会話の応答の形を定める規範(respond)、`.mmd` から人間が見やすい SVG を描く作図の規範(draw-diagram)、画面の設計規範(design-ui)。",
  "author": {
    "name": "mosidas"
  },
  "repository": "https://github.com/mosidas/dev-skills",
  "skills": "./skills/",
  "interface": {
    "displayName": "dev-skills",
    "shortDescription": "実装タスクの手順と、最小のコード・日本語の技術文書・スライド構成・応答の形・作図・UI 設計の規範",
    "longDescription": "開発作業のスキル集。実装タスクの手順(develop)と planner・implementer・reviewer のサブエージェント、コードを最小に保つ規範(ponytail)、日本語の技術文書の作成規範(write-doc)とスライド構成の規範(write-slide)、会話の応答の形を定める規範(respond)、`.mmd` から人間が見やすい SVG を描く作図の規範(draw-diagram)、画面の設計規範(design-ui)。",
    "developerName": "mosidas",
    "category": "Productivity",
    "capabilities": [],
    "defaultPrompt": "この仕様書を write-doc の規範で推敲して。"
  }
}
.claude-plugin/plugin.json
{
  "name": "dev-skills",
  "description": "開発作業のスキル集。実装タスクの手順(develop)と planner・implementer・reviewer のサブエージェント、コードを最小に保つ規範(ponytail)、日本語の技術文書の作成規範(write-doc)とスライド構成の規範(write-slide)、会話の応答の形を定める規範(respond)、`.mmd` から人間が見やすい SVG を描く作図の規範(draw-diagram)、画面の設計規範(design-ui)、書き込み直後の lint・完了時の再検査・セッション開始時の respond 注入を行う hooks。",
  "version": "1.7.0",
  "author": {
    "name": "mosidas"
  },
  "repository": "https://github.com/mosidas/dev-skills"
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[dev-skills on Agent Plugins Marketplace](https://pluginsmp.com/plugins/dev-skills-4)