Agent Plugins Marketplace
← All plugins

apps-workflow

v1.5.2

自作アプリ共通の開発ワークフロー。秘密情報のコミット阻止・編集直後の型チェックと lint・起動時の進捗表と TODO 提示のフック3種と、/progress(進捗表)・/handoff(引き継ぎ更新)・/pr-check(CI と同じ検査をローカルで実行)・/pr-flow(PR からマージまでの手順)・/dashboard(開発ダッシュボードの作り方とテンプレート。全アプリをまとめて配信するハブ hub.mjs を含む)のスキル5種と、マージ前に差分を完了条件・SPEC に照らして検品する読み取り専用エージェント acceptance-reviewer

Claude Code5 Skills

By n-yoshida-dev0 GitHub starsUpdated 1 hour ago

Directory evidence

Runtimes
Claude Code
Parsed components
5 skill or MCP entries
Source updated
Sep 27, 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 apps-workflow for 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 apps-workflow@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.

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.

Get the source manually
git clone https://github.com/n-yoshida-dev/claude-plugins

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

Plugin files

plugins/apps-workflow/
├── .claude-plugin/plugin.json
├── skills/dashboard/SKILL.md
├── skills/handoff/SKILL.md
├── skills/pr-check/SKILL.md
├── skills/pr-flow/SKILL.md
└── skills/progress/SKILL.md

Included Skills5

dashboardskills/dashboard/SKILL.md

人間が Claude Code に任せた開発の状況(進捗・あなた待ち・今のタスク・CI・最近の変更)を 1 画面で見る「開発ダッシュボード」を、そのリポジトリ用に作る・直す。「ダッシュボードを作りたい」「開発状況を見える化したい」「観測画面がほしい」「dashboard を足して」と言われたら呼ぶ。設計方針・手順・テンプレート(update.mjs / index.html)を持っていて、リポジトリごとの固有指標だけを書き足せば数十分で出せる。

handoffskills/handoff/SKILL.md

セッションの区切りに、今回やったことを HANDOFF.md / TODO.md / KNOWLEDGE.md / logs/decisions.md に反映して次のセッションへ引き継ぐ。Claude が自分で呼ぶ。呼ぶ場面は 2 つ:ユーザーが区切り・終了・引き継ぎを告げたとき(「今日はここまで」「セッションを閉じる」「引き継ぎを書いて」)、Claude がセッションの分割を提案してユーザーが同意したとき。ユーザーが告げたときは、作業の途中(未コミットの実装がある、PR が CI 待ち)でも呼ぶ。ユーザーが何も言っていないのに、作業の途中で Claude から自発的に呼ぶことはしない。

pr-checkskills/pr-check/SKILL.md

コミット・PR の前に、CI と同じ検査をローカルでまとめて実行する。

pr-flowskills/pr-flow/SKILL.md

PR の作成からマージまでの手順(コミット前の検査、PR 本文の完了条件と証拠、CI の待ち方、acceptance-reviewer の呼び方、マージ、ブランチの後始末、ユーザーに頼むときの URL の取り方)。apps 配下のアプリで PR を作る・CI を待つ・マージするときに必ず呼ぶ。

progressskills/progress/SKILL.md

TODO.md からフェーズ別の進捗バー・残り件数・前回の区切りからの増減を集計して見せる。「どこまで進んだ?」「残りはどれくらい?」と聞かれたときにも使う。

Plugin manifests1

plugins/apps-workflow/.claude-plugin/plugin.json
{
  "name": "apps-workflow",
  "displayName": "apps ワークフロー",
  "version": "1.5.2",
  "description": "自作アプリ共通の開発ワークフロー。秘密情報のコミット阻止・編集直後の型チェックと lint・起動時の進捗表と TODO 提示のフック3種と、/progress(進捗表)・/handoff(引き継ぎ更新)・/pr-check(CI と同じ検査をローカルで実行)・/pr-flow(PR からマージまでの手順)・/dashboard(開発ダッシュボードの作り方とテンプレート。全アプリをまとめて配信するハブ hub.mjs を含む)のスキル5種と、マージ前に差分を完了条件・SPEC に照らして検品する読み取り専用エージェント acceptance-reviewer",
  "author": {
    "name": "n-yoshida-dev",
    "url": "https://github.com/n-yoshida-dev"
  },
  "repository": "https://github.com/n-yoshida-dev/claude-plugins",
  "keywords": [
    "hooks",
    "handoff",
    "workflow",
    "review",
    "dashboard"
  ]
}

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

[apps-workflow on Agent Plugins Marketplace](https://pluginsmp.com/plugins/apps-workflow)