Explorar skills
8801 skills encontradas
Alerta por categoría
Recibe nuevas skills de Automação todos los lunes
super-bootstrap
Public entry for the super-bootstrap pipeline. Detects greenfield repos and runs lean ideation Q&A — produces overview.md (with empty § Roadmap), techstack.md, and an empty backlog.md — then dispatches to /super-bootstrap:harness-bootstrap to install the harness. For repos with code, dispatches immediately. Solo dev workflow.
release-init
Detect project type and generate a tailored project-level /release skill. Run once per project to set up releasing.
esper:atom
Create or refine a single increment. Smart stage detection — no active creates one, incomplete refines, ready waits for `esper:go`.
llm-wiki-index
Generate or refresh the vault MOC at vault/wiki/index.md — the top-level catalog of every topic folder and synthesis note in the vault. Trigger when the user says "refresh the index", "rebuild the vault MOC", "update the catalog", or after adding a new top-level topic or synthesis. Per-folder _index.md files are owned by the ingest workflow, not by this skill.
esper:batch
Decompose a feature set into a queue of increments. Creates a batch parent with child increments. Stays in plan mode until `esper:go`.
esper:init
Initialize esper in a project. Interviews the user for workflow preferences, scaffolds the project, and writes the constitution.
esper:review
Review the current implementation against the approved increment and specs. Identifies drift, regressions, and missing spec maintenance.
esper:go
Advance the current work stage. If in spec mode, derives an increment plan. If in increment mode, begins implementation.
esper:spec
Create, review, or revise spec files. Opens a spec editing loop that continues until the user advances with `esper:go`.
esper:sync
Update spec files to match shipped implementation. Records sync notes in the increment and finishes it when complete.
obsidian-graph-colors
Apply color groups to Obsidian's graph view so each topic branch has a distinct color. Use when the user says "color the graph", "graph colors", "update graph colors", "add topic color", or after creating new topic folders that need a color assignment.
esper:context
Show the current project context. Summarizes active increment, spec root, commands, and suggests the next safe action.