init-project

Scaffold AI-enabled projects with AGENTS directory and documentation templates.

527|69|Updated Jan 9, 2026
One-click install
npx skills add https://github.com/product-on-purpose/pm-skills --skill init-project
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: init-project
Source: https://github.com/product-on-purpose/pm-skills/tree/main/.claude/skills/init-project
Command: npx skills add https://github.com/product-on-purpose/pm-skills --skill init-project

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes assets (resource) and references (resource) components.

What problem does it solve?

Quickly establish a repeatable, agentic project skeleton so teams can start AI-assisted development without manual setup.

Core Features & Use Cases

  • Project scaffolding: Creates AGENTS folder, documentation templates, and _NOTES scratch space for session continuity.
  • Template-driven setup: Applies standard templates and context structure to new or existing repos.
  • Use Case: When starting a new project, adding AI agent support to an existing repo, or when the user asks to scaffold a project.

Quick Start

Use the init-project skill to scaffold the agentic project structure in the current directory.

Frequently Asked Questions about init-project

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

FAQPage Schema
How do I scaffold an AI-ready project structure for agent-assisted development?

To scaffold an AI-ready project, this skill generates a standard agentic directory structure including an AGENTS folder with context tracking files and a notes scratch space.

What files do I need for AI agent session continuity in my repository?

AI agent session continuity requires an AGENTS directory containing CONTEXT.md, TODO.md, DECISIONS.md, and SESSION-LOG files to track project state across interactions.

Can I add AI agent support to an existing repository without breaking current files?

Adding AI agent support to an existing repo applies standard template structures like the AGENTS directory and documentation files without disrupting existing project files.

What is the best way to set up project documentation templates for AI agents?

Setting up documentation templates for AI agents involves scaffolding standard files like CONTEXT.md and DECISIONS.md from predefined assets to establish a repeatable project skeleton.

Does project scaffolding work for both new repositories and existing codebases?

Project scaffolding supports both new projects and existing repositories by generating a conventional agentic structure with documentation templates from asset references.