One-click install
npx skills add https://github.com/agent0ai/space-agent --skill documentation-agent0ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Documentation
Source: https://github.com/agent0ai/space-agent/tree/main/app/L0/_all/mod/_core/documentation/ext/skills/documentation
Command: npx skills add https://github.com/agent0ai/space-agent --skill documentation-agent0ai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes uncertainty when exploring a large codebase by guiding you to the right supplemental documentation and the owning source-of-truth contracts.

Core Features & Use Cases

  • Project orientation: Quickly find the relevant architecture, runtime, module, server, or docs-system guidance before making changes.
  • Doc-guided editing workflow: Treat the repo README as the public pitch/quick-start source of truth, then confirm the concrete contract in the owning AGENTS.md.
  • Change-safety guardrails: Avoid unintended backend edits without explicit permission, and ensure doc/code alignment when contracts or doc files change.
  • Practical examples: Use it to answer architecture questions, confirm UI primitive ownership before altering dialog/card/popover components, or start dashboard panel work from module/extension docs.

Quick Start

Ask: "Help me orient to the correct documentation for the feature I’m changing, then point me to the exact contract file I should verify before I edit code."

Frequently Asked Questions about Documentation

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

FAQPage Schema
How do I navigate project documentation to find the correct architecture overview before making code changes?

To navigate project documentation safely, use a guided workflow that reads supplemental docs for architecture orientation, then confirms the concrete contract in the owning AGENTS.md file before you edit code.

What is the AGENTS.md contract verification workflow for frontend-first rules?

AGENTS.md contract verification treats the repo README as the public quick-start source of truth, then requires confirming the concrete ownership contract in AGENTS.md before altering frontend UI primitive components.

How do I safely verify module extensions and server request flow documentation before editing backend code?

To safely verify module extensions and server request flow, you must follow SKILL.md helper rules using single focused documentation reads, and enforce explicit permission prompts before attempting backend modifications.

Can I make backend modifications directly after reading the architecture overview documentation?

No, architecture overview documentation alone is insufficient; the workflow enforces change-safety guardrails requiring explicit permission prompts and AGENTS.md contract confirmation before any backend modifications occur.

Why do I need to confirm AGENTS.md contracts when starting dashboard panel work from module extension docs?

Confirming AGENTS.md contracts when starting dashboard panel work prevents unintended edits by ensuring doc-code alignment, validating that the module extension docs reflect the true source-of-truth ownership boundaries.