Show Quoth plugin documentation - skills, tools, prompts, agents, setup, and troubleshooting. Pass a topic argument for specific help.
View on GitHubquoth-plugin/skills/quoth-help/SKILL.md
February 1, 2026
Select agents to install to:
npx add-skill https://github.com/Montinou/quoth-mcp/blob/main/quoth-plugin/skills/quoth-help/SKILL.md -a claude-code --skill quoth-helpInstallation paths:
.claude/skills/quoth-help/# Quoth Help
Display documentation for the Quoth AI Memory plugin based on the requested topic.
## Behavior
Parse the argument (if any) and display the matching section below. If no argument is given, show the **Overview** section.
Valid topics: `skills`, `prompts`, `tools`, `agents`, `setup`, `troubleshooting`
---
## Overview (default)
Display this when no topic is provided:
```
Quoth v2.0 — AI Memory for Claude Code
Quoth gives Claude persistent memory across sessions through local-first
storage (.quoth/) and remote knowledge bases (Supabase + RAG pipeline).
Available topics (/quoth-help <topic>):
skills /quoth-init, /quoth-genesis
prompts /prompt quoth_architect, quoth_auditor, quoth_documenter
tools 8 MCP tools (search, read, propose, guidelines, templates, chunks, genesis)
agents quoth-memory subagent
setup Plugin install, MCP-only, public demo, CLI commands
troubleshooting Common issues and fixes
Quick start:
/quoth-init Initialize AI Memory for your project
/quoth-genesis Bootstrap documentation from codebase
/quoth-help setup See all installation methods
```
---
## skills
```
Quoth Skills
============
/quoth-init
Initialize Quoth Memory v2 for a project.
Creates .quoth/ folder with config.json, strictness settings, gates,
and type files (decisions, patterns, errors, knowledge, selectors, api).
Usage: /quoth-init
/quoth-genesis
Bootstrap project documentation from codebase with configurable depth.
Reads local files, generates docs, uploads to Quoth incrementally.
Depth levels:
minimal 3 docs — project-overview, tech-stack, repo-structure
standard 5 docs — + coding-conventions, testing-patterns
comprehensive 11 docs — + api-schemas, database-models, shared-types,
error-handling, security-patterns, tech-debt
Usage: /quoth-genesis
/quoth-help
This command. Shows plugin documentation.