project-init

Create CLAUDE.md and .claude scaffolds for new projects.

3|2|Updated Jan 12, 2026
One-click install
npx skills add https://github.com/ukwhatn/.claude --skill project-init-ukwhatn
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: project-init
Source: https://github.com/ukwhatn/.claude/tree/main/skills/project-init
Command: npx skills add https://github.com/ukwhatn/.claude --skill project-init-ukwhatn

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

PJの新規プロジェクトでCLAUDE.mdや.claude/が欠落している場合に、テンプレートを自動適用してPJ固有の設定を促します。

Core Features & Use Cases

  • Template適用: 新規PJでCLAUDE.mdと.claude/が未設定の場合にテンプレートを適用し、初期設定を迅速化します。
  • PJ固有設定生成: MEMORY_DIR、BASE_BRANCHなどPJ固有の変数と品質チェックの推奨事項を自動的に用意します。
  • 検証方針の提示: テストコード・E2E検証・ドキュメント整備の方針をPJに統合します。
  • Use Case: 新しいリポジトリを初期化して、CLAUDE.mdと初期ルールを自動作成する Scenario。

Quick Start

Run this skill at the repository root to automatically apply project templates and generate a CLAUDE.md and .claude/ scaffold when they are absent.

Frequently Asked Questions about project-init

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automatically generate a CLAUDE.md file when initializing a new project?

To automatically generate CLAUDE.md, this skill applies project templates and creates the .claude directory scaffold when they are absent at the repository root, setting up initial rules instantly.

What is the best way to set up project-specific rules and quality checks for Claude?

Setting up project-specific rules involves configuring variables like MEMORY_DIR and BASE_BRANCH. This skill prepares these project-specific configurations and quality check recommendations automatically during initialization.

How does template application work for new repositories missing the .claude directory?

Template application detects missing .claude directory scaffolds and CLAUDE.md files, then automatically applies the required templates to establish initial configuration and verification planning for the new repository.

Can I use this initialization skill for multi-project workspaces or just single repositories?

You can use this initialization skill for both new repositories and multi-project workspaces. It handles template application, placeholder configuration, and verification planning across different project structures.

What verification planning policies are integrated when creating a CLAUDE.md file?

When creating a CLAUDE.md file, the integrated verification planning policies include strategies for test code, E2E verification, and documentation maintenance directly within the project initialization scaffold.