repo-docs

Bootstrap or audit canonical repo docs with governance presets.

1|Updated Apr 28, 2026
One-click install
npx skills add https://github.com/recallnet/polymarket-cross-sectional-momentum --skill repo-docs-recallnet
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: repo-docs
Source: https://github.com/recallnet/polymarket-cross-sectional-momentum/tree/main/.agents/skills/repo-docs
Command: npx skills add https://github.com/recallnet/polymarket-cross-sectional-momentum --skill repo-docs-recallnet

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Bootstrap or audit agent-focused repository docs using Recall's canonical repo-docs governance profile. Init mode scaffolds the canonical docs structure, AGENTS.md, and AGENT-LEARNINGS.md, populates first-pass canonical docs from existing repo sources, and aligns repo docs to the canonical structure. When a Node-compatible package-manager path exists, init also installs and runs the docs governance preset for deterministic lint enforcement. Audit mode performs higher-order advisory checks above deterministic docs lint.

Core Features & Use Cases

  • Governance-enabled bootstrap: initialize canonical docs layout and policies for a repo.
  • Audit and migration: reorganize existing docs to canonical taxonomy and frontmatter, and generate AGENTS.md and AGENT-LEARNINGS.md.
  • Run governance checks: apply docs-governance lint and advisory audits when available.

Quick Start

Run the governance-enabled init and populate steps to bootstrap canonical repo docs for your project.

Frequently Asked Questions about repo-docs

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

FAQPage Schema
How do I scaffold canonical repository documentation for a Git project?▼

To bootstrap canonical repository documentation, the governance-enabled init mode scaffolds the docs structure, generates AGENTS.md and AGENT-LEARNINGS.md, and populates first-pass docs from existing repo sources.

What is a repository docs audit and how does it check governance?▼

A docs audit performs higher-order advisory checks above deterministic docs lint to verify canonical frontmatter, taxonomy compliance, and migration references across repository documentation files.

Can I migrate existing markdown docs to a canonical taxonomy and frontmatter structure?▼

Yes, you can migrate existing docs by reorganizing files to the canonical taxonomy and frontmatter structure while generating AGENTS.md and AGENT-LEARNINGS.md to maintain documentation governance.

Does the docs governance preset require a specific package manager to run lint enforcement?▼

The docs governance preset requires a Node-compatible package-manager path to install and run deterministic lint enforcement during the canonical docs initialization process.

What is the best way to enforce consistent frontmatter across repository documentation?▼

The best way to enforce consistent frontmatter is applying a canonical repo-docs governance profile that uses deterministic lint presets and advisory audits to maintain formatting standards.