setup

Create CLAUDE.md, .memory directory, and initial project documentation.

3|Updated Jan 30, 2026
One-click install
npx skills add https://github.com/lidessen/moniro --skill setup-lidessen
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: setup
Source: https://github.com/lidessen/moniro/tree/main/skills/setup
Command: npx skills add https://github.com/lidessen/moniro --skill setup-lidessen

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a ready-to-use bootstrap for new agent projects, ensuring a consistent starting structure and documentation so teams can begin work with minimal boilerplate.

Core Features & Use Cases

  • CLAUDE.md template preserves essential sections (Opening block, Who You Are, Methodology, Remember) for consistent guidance.
  • .memory/ directory scaffolding with notes, decisions, and todos to capture learnings and decisions across sessions.
  • Initial project transmission and structure guidance to onboard new agents quickly and align project conventions.
  • Adaptable to context to fit tech stack conventions and team workflows.

Quick Start

  • Review the template and create CLAUDE.md based on the repository’s existing CLAUDE.md.
  • Create the .memory/ structure with directories: notes, decisions, todos.
  • Write an initial transmission document under .memory/notes describing the project and onboarding guidance.

Frequently Asked Questions about setup

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

FAQPage Schema
How do I bootstrap a new agent project with a CLAUDE.md file and memory structure?

To bootstrap a new agent project, this Skill generates a CLAUDE.md template with predefined sections and scaffolds a .memory directory containing notes, decisions, and todos to capture project context.

What is the best way to set up initial project documentation for a new AI agent deployment?

The best way to set up initial project documentation is by creating an initial transmission document under the .memory/notes directory, which describes the project and provides onboarding guidance for new agents.

Do I need any external dependencies or tools to scaffold a project workspace for agents?

No external dependencies are required to scaffold the project workspace. This setup process relies only on local file operations and predefined templates to create the necessary directories and documentation.

Can I adapt the CLAUDE.md template to fit my specific tech stack and team conventions?

Yes, you can adapt the CLAUDE.md template to fit your tech stack conventions and team workflows. The template is designed to be reviewed and modified based on your repository's existing configuration.

What sections should a CLAUDE.md file include for consistent agent guidance?

A CLAUDE.md file should include essential sections like the Opening block, Who You Are, Methodology, and Remember to preserve consistent guidance and align project conventions for new agents.

How does a .memory directory structure help with onboarding new agents across sessions?

A .memory directory structure helps onboard new agents by scaffolding dedicated folders for notes, decisions, and todos, which capture learnings and decisions persistently across multiple sessions.