Bundled Skills
Use this page to look up the skills bundled with the gloria plugin. For the broader library model, see Skill Library and Skills MCP Reference.
| Skill | Purpose | Workflow bucket | Detail page |
|---|---|---|---|
setting-up-a-project | Sets up a fresh repo by writing the first Gloria instructions, then hands off to setting-up-gloria when the repo needs more Gloria wiring. | Gloria setup | Set Up Your Repo |
setting-up-gloria | Sets up Gloria in a repo by copying the canonical USING-GLORIA.md, wiring the Gloria section into agent instruction files, and offering project registration. | Gloria setup | Using with Coding Agents |
documenting-service-dependencies | Maps a codebase’s service dependencies into inventories, health checks, Mermaid diagrams, and probe commands, then adds a project explainer, a monorepo package map, and updates the project’s docs URL when evidence supports it. | Service dependencies | Canary Skill Reference |
investigating-production-incidents | Investigates production incidents, gathers evidence, and creates a lasting investigation folder with an INVESTIGATION.md handoff file. | Log debugging | Investigating Production Incidents |
debugging-production-errors | Uses live logs to trace production errors and map evidence back to the source. | Log debugging | Debugging Production Errors |
identifying-skills-for-a-project | Inventories the skills already in play, profiles the stack, recommends useful skills, and, with consent, saves them to the org skills library and optionally installs them locally. | Skills library | Skill Library |
using-the-skills-library | Helps the organization search, read, publish, and install skills from the library or an external marketplace. | Skills library | Skills MCP Reference |
defining-the-documentation-site-map | Plans a project’s documentation into a Diátaxis site map, per-page content plan, and Mermaid hierarchy. | Documentation planning | — |
writing-doc-holiday-prompts | Turns a documentation site map and content plan into create and update Doc Holiday prompts, plus shared Instruction Library entries. | Documentation planning | — |
capturing-documentation-screenshots | Plans documentation screenshots, captures browser screenshots when possible, asks a person to capture terminal, IDE, and native dialog steps when needed, crops images for privacy, and adds the screenshots to documentation pages. | Documentation screenshots | — |
mapping-product-features | Builds a feature map from code, maps each feature to files and symbols, and syncs it to gloria.dev. | Feature mapping | Features |
extracting-coding-standards | Derives coding rules and canonical snippets from a codebase, registers them in the standards library, and renders a version-stamped Coding Standards section into CLAUDE.md or AGENTS.md. | Coding standards | Coding Standards |
using-coding-standards | Helps an agent consult the standards library before writing pattern-shaped code, adopt or adapt the canonical exemplar, and leave provenance markers. | Coding standards | Coding Standards |
checking-coding-standards | Checks code against registered standards, reports drift findings, and writes them to the drift ledger without editing source. | Coding standards | Coding Standards |
deriving-agent-code-style | Turns lint, formatter, and compiler configuration into agent-facing code style instructions, with each rule labeled by what enforces it. | Coding standards | Coding Standards |
mapping-packages-for-coding-agents | Derives package-routing guidance from a codebase’s dependency graph and emits an imperative routing block for agent instructions. | Package routing | — |