PLUGIN DOCUMENTATION

Repo Docs Generator

Generate and canonicalize repository harness docs: AGENTS.md maps, repo-local docs, quality-gate guidance, and minimal CLAUDE.md stubs.

Overview

Generate and canonicalize repository harness docs: AGENTS.md maps, repo-local docs, quality-gate guidance, and minimal CLAUDE.md stubs.

Bundles 1 skill with 2 Claude Code wrappers. Codex users install the same skill directories directly from GitHub.

Skills

Each skill is a SKILL.md file with YAML frontmatter and Markdown instructions.

repo-docs-generator

Generate repository harness docs: a short AGENTS.md map, README.md, CLAUDE.md stub, and repo-local docs that make the codebase legible to agents.

plugins/repo-docs/skills/repo-docs-generator
Skill docs →

Slash Commands

Claude Code wrapper files live under plugins/repo-docs/commands/ and surface as namespaced commands. Codex invokes the underlying skill by name (for example, name: repo-docs-generator).

/repo-docs:generate/repo-docs:canonicalize

Installation

Install the plugin for Claude Code, or install one or more skill paths for Codex.

Claude Code

bash
claude plugin marketplace add DiversioTeam/agent-skills-marketplace
claude plugin install repo-docs@diversiotech

Codex

bash
CODEX_HOME="${CODEX_HOME:-$HOME/.codex}"
python3 "$CODEX_HOME/skills/.system/skill-installer/scripts/install-skill-from-github.py" \
  --repo DiversioTeam/agent-skills-marketplace \
  --path plugins/repo-docs/skills/repo-docs-generator

Claude Code: invoke as /repo-docs:generate. Codex: invoke as name: repo-docs-generator.