onboard-project

Create project scaffolds with context, memory, and architecture templates.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/wendeus0/AI-dotfiles --skill onboard-project
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: onboard-project
Source: https://github.com/wendeus0/AI-dotfiles/tree/main/core/skills/onboard-project
Command: npx skills add https://github.com/wendeus0/AI-dotfiles --skill onboard-project

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Initializes a new repository with a complete project scaffold, ensuring essential context, memory, and architecture files exist before the first work session.

Core Features & Use Cases

  • Creates essential project guidelines and logs (AGENTS.md, CLAUDE.md, ERROR_LOG.md, PENDING_LOG.md)
  • Establishes memory and architecture templates (memory/MEMORY.md, docs/architecture/SPEC_FORMAT.md, docs/architecture/TDD.md)
  • Verifies and wires up templates, then opens a session for kickoff.

Quick Start

Initialize a fresh project structure with a single execution, generating all required files and folders, then start the first session.

Frequently Asked Questions about onboard-project

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

FAQPage Schema
How do I set up project scaffolding for a new repository before the first work session?

Project scaffolding generates essential context, memory, and architecture templates like AGENTS.md, CLAUDE.md, and memory/MEMORY.md before opening the first session.

What files do I need to initialize for a fresh project architecture?

A fresh project architecture requires essential files including AGENTS.md, CLAUDE.md, ERROR_LOG.md, PENDING_LOG.md, memory/MEMORY.md, and docs/architecture templates to manage context and logs.

How do I create a project memory and architecture template structure?

Creating a project memory and architecture template structure involves generating memory/MEMORY.md alongside docs/architecture/SPEC_FORMAT.md and TDD.md templates, then resolving them in order.

Can I initialize scaffolding for new projects across different tech stacks?

Yes, you can initialize scaffolding for new projects across different tech stacks, as the process generates stack-agnostic context files and architecture templates before triggering the session-open.

What is the best way to start a new project session with logs and context ready?

The best way to start a new project session is to initialize the repository scaffold first, ensuring required files like ERROR_LOG.md and PENDING_LOG.md are populated, then trigger the session-open.