init-project

Bootstrap repository context and generate AGENTS.md compatibility guidance.

Updated Apr 14, 2026
One-click install
npx skills add https://github.com/daudaudinang/vibecode --skill init-project-daudaudinang
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: init-project
Source: https://github.com/daudaudinang/vibecode/tree/main/.agents/skills/init-project
Command: npx skills add https://github.com/daudaudinang/vibecode --skill init-project-daudaudinang

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Compatibility helper for /lp:init-project. Used when you need to bootstrap or update the project agent context; not part of the LP canonical orchestrator flow.

Core Features & Use Cases

  • Bootstrap repository context for project agents
  • Quick audit of existing commands, rules, and skills
  • Create or update AGENTS.md compatibility guidance when the repo uses AGENTS.md or at user request

Quick Start

Run this compatibility helper from the repository root to bootstrap or update the project agent context and optionally generate or refresh AGENTS.md.

Frequently Asked Questions about init-project

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

FAQPage Schema
How do I bootstrap project agent context for my repository?

To bootstrap project agent context, run the compatibility helper from the repository root to read repository structure and catalog existing commands, rules, and skills. It automates the initialization of repository context for non-canonical workflows.

Can I update AGENTS.md compatibility guidance without altering LP canonical runtimes?

Yes, you can update AGENTS.md compatibility guidance without altering LP canonical runtimes. This helper optionally generates or refreshes AGENTS.md while strictly preserving the LP canonical orchestrator flow.

How do I audit existing commands and skills in my repository?

You can audit existing commands and skills by running this tool from the repository root. It performs a quick audit by reading the repository structure and cataloging available commands, rules, and skills.

Do I need to use the LP canonical orchestrator flow to initialize project context?

No, you do not need to use the LP canonical orchestrator flow to initialize project context. This tool serves as a compatibility helper for non-canonical LP workflows when you need to bootstrap or update repository context independently.

When should I generate or refresh AGENTS.md for my repository?

You should generate or refresh AGENTS.md when your repository uses AGENTS.md or at user request. The tool inspects repository context and applies updates to compatibility guidance without modifying core runtimes.