Skip to main content
The docs command manages project documentation in .praison/docs/ that provides context to AI agents.

Quick Start

List project documentation example

Commands

List Docs

Expected Output:

Create Doc

Example:
Expected Output:

Show Doc

Example:
Expected Output:

Delete Doc

Example:
Expected Output:

Doc File Format

Docs are stored as markdown files with YAML frontmatter:

Frontmatter Fields

Storage Locations

Use Cases

Project Context

Create docs that provide project context to agents:

Coding Standards

API Documentation

Using Docs with @mentions

Reference docs in prompts using the @doc: mention:

Python API

Best Practices

Keep Docs Focused

Each doc should cover one topic. Split large docs into smaller, focused ones.

Use Priority

Set higher priority for frequently needed docs so they’re included first.

Use Tags

Tag docs for easy filtering and organization.

Update Regularly

Keep docs in sync with your codebase changes.
  • Rules - Project rules for AI agents
  • Memory - Agent memory management
  • Mentions - @mention syntax for context