create

Initialize project directories, generate domain-context.yaml, and create GitHub repositories.

21|1|Updated Feb 19, 2026
One-click install
npx skills add https://github.com/unicorn-plugins/npd --skill create-unicorn-plugins
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create
Source: https://github.com/unicorn-plugins/npd/tree/main/skills/create
Command: npx skills add https://github.com/unicorn-plugins/npd --skill create-unicorn-plugins

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

신규 프로젝트를 시작할 때 필요한 디렉토리 초기화, 도메인 컨텍스트 생성, 그리고 GitHub 레포 자동 생성을 매번 수동으로 처리하는 번거로움을 해결합니다. 이 스킬은 MVP 주제에서 도메인을 추론하고, 컨텍스트 파일(.npd/domain-context.yaml)을 프로젝트에 자동으로 생성하며, 이후 단계(plan/design/develop)에서 도메인 컨텍스트 기반의 도메인 전문가 에이전트를 활용할 수 있도록 준비합니다.

Core Features & Use Cases

  • 프로젝트 디렉토리 구조 기본 생성: .npd/domain-context.yaml, CLAUDE.md, .gitignore를 포함한 최소 파일셋을 구성합니다.
  • 도메인 컨텍스트 자동 생성: MVP를 기반으로 도메인을 추론하고, 도메인 컨텍스트 파일에 전문 지식과 규제를 기술합니다.
  • GitHub 레포 자동 생성(선택): MVP 주제에 따라 원격 레포를 자동 생성하고 초기화합니다.

Quick Start

MVP 주제와 프로젝트 디렉토리를 입력하면 도메인 컨텍스트 파일과 기본 프로젝트 구조를 생성하고, 필요 시 GitHub 레포를 자동으로 생성합니다.

Frequently Asked Questions about create

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

FAQPage Schema
How do I automate new project setup with domain context and GitHub repository creation?

Automating new project setup initializes directories, infers domain context from an MVP, generates a domain-context.yaml file, and optionally creates a GitHub repository. This process ensures .npd/domain-context.yaml, CLAUDE.md, and .gitignore are automatically configured for your monorepo.

What is domain context inference and how does it work for MVP-driven product launches?

Domain context inference analyzes your MVP topic to automatically extract domain knowledge and regulations. It generates a .npd/domain-context.yaml file containing this specialized knowledge, which later coordinates with domain-expert agents during the plan, design, and develop stages of your product launch.

Can I automatically generate a monorepo structure with .gitignore and CLAUDE.md files?

Yes, you can automatically generate a monorepo structure with .gitignore and CLAUDE.md files. The automation creates a minimal file set including .npd/domain-context.yaml, CLAUDE.md, and .gitignore to establish the foundational project directory configuration.

Does this project bootstrapping approach require manual GitHub repo initialization?

No, GitHub repo initialization does not require manual setup. The project bootstrapping process optionally automates remote repository creation based on your MVP topic, automatically initializing the GitHub repository alongside your local domain context files.

What is the best way to bootstrap a monorepo for domain-expert agent coordination?

The best way to bootstrap a monorepo for domain-expert agent coordination is generating a .npd/domain-context.yaml file from your MVP. This file provides the specialized domain context required to successfully coordinate with domain-expert agents in later development stages.

When do I need domain context generation for a new project directory?

You need domain context generation when starting MVP-driven product launches in a monorepo structure. It is required when your workflow depends on domain-expert contexts for subsequent planning, designing, and developing stages, ensuring foundational knowledge is captured immediately.