Agent Plugins Marketplace
← All plugins

project-init

v1.1.0

プロジェクト立ち上げの対話型スキャフォールダー。要件・フォルダ構成・CLAUDE.md を段階的にインタビューし、クリティカル/ラテラルの両輪でレビューしてから、要件定義書・CLAUDE.md・skills・agents・plugin・.mcp.json を一括生成する。

Claude Code1 Skill

By happygoluckydev0 GitHub starsUpdated 1 hour ago

Directory evidence

Runtimes
Claude Code
Parsed components
1 skill or MCP entry
Source updated
Sep 26, 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 project-init 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 project-init-2@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/happygoluckydev/project-init

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

project-init/
├── .claude-plugin/plugin.json
└── SKILL.md

Included Skills1

project-initSKILL.md

プロジェクト立ち上げの対話型スキャフォールダー。要件・フォルダ構成・CLAUDE.md の内容を段階的にインタビューし、その回答をクリティカルシンキング(前提の検証・矛盾・抜け)とラテラルシンキング(別解・逆転・他分野からの転用)でレビューしてブラッシュアップしてから、フォルダ構成、要件定義書、CLAUDE.md、プロジェクト用スキル、サブエージェント、プラグイン雛形、MCP 設定(.mcp.json)を一括生成する。ユーザーが「プロジェクトを始めたい」「新規リポジトリのセットアップ」「CLAUDE.md を作りたい」「要件を整理してから着手したい」「Claude Code 用の構成を整えたい」と言ったとき、/project-init と打ったとき、あるいは空または構成が未整備のディレクトリで開発を始めようとしているときに必ず使う。既存プロジェクトの Claude Code 構成の見直しにも使う。Interactive project bootstrap — interview requirements, folder layout and CLAUDE.md needs, review them critically and laterally, then scaffold docs, CLAUDE.md, skills, subagents, plugin and MCP config.

Plugin manifests1

.claude-plugin/plugin.json
{
  "$schema": "https://anthropic.com/claude-code/plugin.schema.json",
  "name": "project-init",
  "version": "1.1.0",
  "description": "プロジェクト立ち上げの対話型スキャフォールダー。要件・フォルダ構成・CLAUDE.md を段階的にインタビューし、クリティカル/ラテラルの両輪でレビューしてから、要件定義書・CLAUDE.md・skills・agents・plugin・.mcp.json を一括生成する。",
  "author": {
    "name": "happygoluckydev",
    "url": "https://github.com/happygoluckydev"
  },
  "homepage": "https://github.com/happygoluckydev/project-init",
  "repository": "https://github.com/happygoluckydev/project-init",
  "keywords": [
    "project-init",
    "scaffold",
    "bootstrap",
    "CLAUDE.md",
    "requirements"
  ],
  "skills": [
    "./"
  ]
}

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

[project-init on Agent Plugins Marketplace](https://pluginsmp.com/plugins/project-init-2)