Agent Plugins Marketplace
All plugins

skill-intake

v0.1.15

harness-creator の前段ヒアリングを非技術者にも開く plugin。Markdown 正本+JSON 副本+Notion ページを生成し、macOS Keychain 経由の Notion PAT/Internal Integration で公開する。図解マスト要件と 5 軸ヒアリング (出力先/情報源/共有相手/真の課題/ナレッジ資産) を機械検証する。本 plugin は単独インストールで intake→Notion publish のコアフローが自己完結動作する (notion_config.py を同梱)。改善要望投入 (`/run-skill-feedback`) は harness-creator 併用時のみ利用可能。

CodexClaude Code12 Skills

By harness maintainers10 GitHub starsUpdated 1 hour ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
12 skill or MCP entries
Source updated
Sep 1, 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 skill-intake for Codex and Claude Code

Installs for the current user
codex plugin marketplace add daishiman/harness-dev
codex plugin marketplace upgrade harness-dev
codex plugin add skill-intake@harness-dev

Paste and run these commands in a terminal with Codex. They add and refresh the harness-dev catalog, then install this plugin.

Compatibility: the page URL and API slug “skill-intake” remain stable.

  • Codex: skill-intake@agent-plugin-marketplaceskill-intake@harness-dev

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/daishiman/harness-dev

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

Plugin files

plugins/skill-intake/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── skills/assign-notion-fidelity-evaluator/SKILL.md
├── skills/run-intake-finalize/SKILL.md
├── skills/run-intake-interview/SKILL.md
├── skills/run-intake-kickoff/SKILL.md
├── skills/run-intake-next-action/SKILL.md
├── skills/run-intake-option-catalog/SKILL.md
├── skills/run-intake-revise/SKILL.md
├── skills/run-intake-status/SKILL.md
├── skills/run-intake-visualize/SKILL.md
├── skills/run-notion-intake-publish/SKILL.md
├── skills/run-skill-feedback/SKILL.md
└── skills/run-skill-intake/SKILL.md

Included Skills12

assign-notion-fidelity-evaluatorskills/assign-notion-fidelity-evaluator/SKILL.md

Notion ページを描画する直前に粒度を検証したいとき、info-collector-agent ページと同等の section 充足度を section_canonical_map 基準で機械検証したいときに使う。

run-intake-finalizeskills/run-intake-finalize/SKILL.md

intake 全 JSON を統合したいとき、intake.md と intake.json を Jinja2 で render して quality_gate と cross_check を通したいときに使う。

run-intake-interviewskills/run-intake-interview/SKILL.md

ユーザーが言語化できない「何を入力し、何をどう出力してほしいか」を深掘って intent_contract と 5 軸ヒアリングシートを再現性高く埋めたいとき、run-skill-intake から phase 4 として呼ばれて sheet.md/sheet.json/interview.json を生成したいときに使う。

run-intake-kickoffskills/run-intake-kickoff/SKILL.md

intake セッション起動直後にパターン・深度・痛点 3 軸を確定したいとき、run-skill-intake から phase 1 として呼ばれて kickoff.json を生成したいときに使う。

run-intake-next-actionskills/run-intake-next-action/SKILL.md

harness-creator / plugin-dev-planner への引き渡しモードを判定したいとき、summary.json から A/B/C/D/E/P のいずれかを決定論的に確定したいときに使う。

run-intake-option-catalogskills/run-intake-option-catalog/SKILL.md

外部連携カタログを参照して候補を選択肢化したいとき、purpose.json を基に options.json を生成したいときに使う。

run-intake-reviseskills/run-intake-revise/SKILL.md

既存 intake に追加要望を Claude Code チャット内で対話聞き取りしたいとき、Gate R 承認後に Notion ページを PATCH 上書きしたいときに使う。

run-intake-statusskills/run-intake-status/SKILL.md

進行中のskill intakeのphaseと5軸を確認したいとき、visualとNotion公開状態をread-onlyで確認したいときに使う。

run-intake-visualizeskills/run-intake-visualize/SKILL.md

ヒアリング結果に図解を配置したいとき、Mermaid 12 と独自 SVG 8 から各セクションに 1〜3 図を選択して visuals.json と PNG を生成したいときに使う。

run-notion-intake-publishskills/run-notion-intake-publish/SKILL.md

intake 成果物を Notion へ初回公開したいとき、ヒアリングをやり直さず Notion 側だけ更新して再公開したいときに使う。

run-skill-feedbackskills/run-skill-feedback/SKILL.md

既存スキルへの「こう直してほしい」要望を受け取って Notion 改善要望 DB にプッシュしたいとき、利用者発端のフィードバックループを起動したいときに使う。

run-skill-intakeskills/run-skill-intake/SKILL.md

非エンジニアからスキル要件を引き出すとき、intake 11 phase ワークフローを順次起動して intake.md と Notion ページを生成したいときに使う。

Plugin manifests2

plugins/skill-intake/.codex-plugin/plugin.json
{
  "name": "skill-intake",
  "version": "0.1.15",
  "description": "harness-creator の前段ヒアリングを非技術者にも開く plugin。Markdown 正本+JSON 副本+Notion ページを生成し、macOS Keychain 経由の Notion PAT/Internal Integration で公開する。図解マスト要件と 5 軸ヒアリング (出力先/情報源/共有相手/真の課題/ナレッジ資産) を機械検証する。本 plugin は単独インストールで intake→Notion publish のコアフローが自己完結動作する (notion_config.py を同梱)。改善要望投入 (`/run-skill-feedback`) は harness-creator 併用時のみ利用可能。",
  "author": {
    "name": "harness maintainers"
  },
  "interface": {
    "displayName": "Skill Intake",
    "shortDescription": "harness-creator の前段ヒアリングを非技術者にも開く plugin。Markdown 正本+JSON 副本+Notion ページを生成し、macOS Keychain 経由の Notion PAT/Internal Integ",
    "longDescription": "harness-creator の前段ヒアリングを非技術者にも開く plugin。Markdown 正本+JSON 副本+Notion ページを生成し、macOS Keychain 経由の Notion PAT/Internal Integration で公開する。図解マスト要件と 5 軸ヒアリング (出力先/情報源/共有相手/真の課題/ナレッジ資産) を機械検証する。本 plugin は単独インストールで intake→Notion publish のコアフローが自己完結動作する (notion_config.py を同梱)。改善要望投入 (`/run-skill-feedback`) は harness-creator 併用時のみ利用可能。",
    "developerName": "harness maintainers",
    "category": "Development Tools",
    "capabilities": [
      "Skills"
    ],
    "defaultPrompt": [
      "Help me use Skill Intake."
    ]
  },
  "skills": "./skills/",
  "hooks": "./hooks/hooks.json"
}
plugins/skill-intake/.claude-plugin/plugin.json
{
  "name": "skill-intake",
  "version": "0.1.15",
  "dependencies": [
    "skill-governance-adapters"
  ],
  "description": "harness-creator の前段ヒアリングを非技術者にも開く plugin。Markdown 正本+JSON 副本+Notion ページを生成し、macOS Keychain 経由の Notion PAT/Internal Integration で公開する。図解マスト要件と 5 軸ヒアリング (出力先/情報源/共有相手/真の課題/ナレッジ資産) を機械検証する。本 plugin は単独インストールで intake→Notion publish のコアフローが自己完結動作する (notion_config.py を同梱)。改善要望投入 (`/run-skill-feedback`) は harness-creator 併用時のみ利用可能。",
  "author": {
    "name": "harness maintainers"
  }
}

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

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