Bundled Skills

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.

SkillPurposeWorkflow bucketDetail page
setting-up-a-projectSets 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 setupSet Up Your Repo
setting-up-gloriaSets 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 setupUsing with Coding Agents
documenting-service-dependenciesMaps 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 dependenciesCanary Skill Reference
investigating-production-incidentsInvestigates production incidents, gathers evidence, and creates a lasting investigation folder with an INVESTIGATION.md handoff file.Log debuggingInvestigating Production Incidents
debugging-production-errorsUses live logs to trace production errors and map evidence back to the source.Log debuggingDebugging Production Errors
identifying-skills-for-a-projectInventories 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 librarySkill Library
using-the-skills-libraryHelps the organization search, read, publish, and install skills from the library or an external marketplace.Skills librarySkills MCP Reference
defining-the-documentation-site-mapPlans a project’s documentation into a Diátaxis site map, per-page content plan, and Mermaid hierarchy.Documentation planning
writing-doc-holiday-promptsTurns a documentation site map and content plan into create and update Doc Holiday prompts, plus shared Instruction Library entries.Documentation planning
capturing-documentation-screenshotsPlans 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-featuresBuilds a feature map from code, maps each feature to files and symbols, and syncs it to gloria.dev.Feature mappingFeatures
extracting-coding-standardsDerives 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 standardsCoding Standards
using-coding-standardsHelps an agent consult the standards library before writing pattern-shaped code, adopt or adapt the canonical exemplar, and leave provenance markers.Coding standardsCoding Standards
checking-coding-standardsChecks code against registered standards, reports drift findings, and writes them to the drift ledger without editing source.Coding standardsCoding Standards
deriving-agent-code-styleTurns lint, formatter, and compiler configuration into agent-facing code style instructions, with each rule labeled by what enforces it.Coding standardsCoding Standards
mapping-packages-for-coding-agentsDerives package-routing guidance from a codebase’s dependency graph and emits an imperative routing block for agent instructions.Package routing