Skip to content

Skills

Browse by task →

Auto-generated catalog of every skill discovered across the configured plugin source roots. Content is taken verbatim from each SKILL.md frontmatter and body. Grouped by delivery-lifecycle phase.

1 Vision

nolte-shared

  • mission-define — Authors a project's first project/mission.md via the SMART walk and the four required body sections.
  • mission-revise — Revises an existing project/mission.md: statement, audiences, time bound, or mvp_status lifecycle flips.

2 Plan

nolte-shared

  • audience-identify — Runs the audience-identification methodology against a bounded context and produces an authoritative audience artifact.
  • feature-decompose — Decomposes a roadmap item into feature files with testable acceptance criteria and test hooks.
  • issue-orchestrate — Takes a raw GitHub issue end-to-end: comprehend, classify, decompose into specialist-ready work packages, route or dispatch, and verify to an open PR.
  • requirements-elicit — Runs the requirements-elicitation interview and produces an authoritative requirement artifact gated by a confidence/gap-matrix KPI.
  • roadmap-init — Scaffolds the project planning pair project/goals.md and project/roadmap.md for the first time.
  • roadmap-plan — Adds, retargets, and reshapes roadmap items in project/roadmap.md with full lifecycle validation.
  • roadmap-refine — Enforces the detail-level invariant on project/roadmap.md (current and next sprint items must be 'fine').
  • sprint-plan — Creates a new sprint file under project/sprints/ with value statement, features, and value-verifying acceptance criterion.

3 Design

nolte-engineering

  • webview-ui-optimize — Audits and patches a browser-rendered frontend across Performance, Security, A11y (WCAG 2.2 AA), i18n, and UX.

nolte-shared

  • cookiecutter-template-manage — Manages a Cookiecutter template lifecycle: scaffold, refactor, harden hooks, set up the pytest-cookies harness.
  • docs-audience-tracks-apply — Wires up per-page track frontmatter and audience-to-track mapping in MkDocs docs/; audit, migrate, or patch operations.
  • docs-dry-refactor — Detects duplicated MkDocs paragraphs and extracts them into mkdocs-include-markdown-plugin snippets.
  • github-issue-templates-apply — Scaffolds spec-conformant GitHub Issue Forms (.github/ISSUE_TEMPLATE/) tailored to project type and audience.
  • mermaid-diagrams-apply — Audits and wires up MkDocs Mermaid setup; helps an author add a single Mermaid diagram with the mandatory source marker.
  • mkdocs-structure-apply — Audits and scaffolds the portfolio-wide MkDocs skeleton: per-language docs/ tree, plugin baseline, nav contract, per-page frontmatter.
  • permission-allowlist-maintain — Curates the committed .claude/settings.json permissions.allow list per the permission-allowlist spec.
  • project-structure-apply — Audits a repository against the project-structure spec and scaffolds missing artefacts (README, .github/, Renovate, Taskfile, MkDocs, .claude/).
  • readme-structure-apply — Audits, scaffolds, or patches a repository's README.md against the readme-structure spec (six required sections, ≤200 lines).
  • skill-agent-catalog-apply — Wires up the MkDocs skill-and-agent catalog (gen-files + literate-nav, generator hook, source-roots) in a plugin or consumer repo.
  • skill-management — Scaffolds or revises a nolte-shared Claude Code skill folder.
  • spec — Authors, translates, indexes, and drift-checks bilingual specifications under spec/.
  • tech-stack-capture — Captures or refreshes the tech_stack block in project/portfolio.yml by probing lockfiles, Taskfile, CI, and tooling configs.
  • yaml-json-schema — Authors, audits, refactors, and validates YAML-encoded JSON Schema 2020-12 documents.

4 Build

nolte-media

  • gemini-image-handoff — Authors a Gemini-optimised prompt and guides the operator through pasting it into the Gemini web UI and downloading the image — a semi-automatic, no-API, no-billing handoff.
  • image-generate — Generates an image from a text prompt via a swappable provider backend (Cloudflare/Pollinations/Gemini), writing the image plus a metadata sidecar to a chosen path.

nolte-shared

  • backstage-catalog-generate — Generates a schema-valid Backstage catalog-info.yaml from an existing project by inferring per-kind MUST-floor fields from repo signals, confirming the rest with the operator, and self-validating.
  • blog-author — Drafts a bilingual EN-canonical + DE-translated blog-post pair per this plugin's blog-author specs, writing into a consumer blog repo.
  • blog-author-trigger — On a feature→done transition, derives a blog-post briefing, suggests new/update/defer, and either dispatches blog-author or writes a deferral artefact.
  • sprint-execute — Drives the daily mechanics of an active sprint: lifecycle transitions, feature-list sync, last_commit updates.

5 Review

nolte-shared

  • agent-review — Reviews a Claude Code agent against the spec and emits an actionable review plan under .audits/agent-review/.
  • continuous-improvement-triage — Triages portfolio audit findings and dispatches hands-on remediation to the most specialised available agent or skill.
  • portfolio-inflight-triage — Runs the read-only periodic in-flight audit across nolte/* (open PRs, branches, issues, review threads) with severity classification.
  • pull-request-create — Opens a spec-conformant draft GitHub pull request on the current feature branch.
  • pull-request-merge — Promotes a draft PR to merged on develop, passing every pull-request-workflow gate.
  • skill-review — Reviews a Claude Code skill against the spec and emits an actionable review plan under .audits/skill-review/.
  • skills-agents-sweep — Orchestrates a portfolio-wide sweep audit of all skills and agents with cross-cutting findings and a wave-based roadmap.
  • spec-drift-audit — Audits every spec against the repository implementation and produces a traceable spec-drift audit artifact.

6 Quality

nolte-engineering

  • api-error-check — Read-only conformance check of a web API's error-handling surface (body shape, status codes, internal-detail leakage) against the project's declared error contract.
  • dependency-audit — Scans the project's dependency tree for known CVEs and (optionally) license-compliance issues; severity-sorted report.
  • license-check — End-to-end license-compliance check: SBOM, SPDX classification, allow/review/deny gate, remediation, NOTICE, and an audit artifact.
  • quality-gate — Runs the project's lint + typecheck + test gate in parallel and tabulates which checks failed.
  • test-cycle-orchestrate — Drives the iterative test cycle (determine → execute → analyse → adapt → re-execute) for a feature, dispatching each phase and looping to green under the no-cheating invariant.
  • test-pyramid-check — Audits a feature's tier completeness against the test-pyramid-foundation taxonomy (unit/component/integration/contract/E2E) and E2E discipline against e2e-test-automation; returns a gap report.

nolte-shared

  • lektorat-apply — Reviews existing Markdown prose against six editorial dimensions (readability, comprehensibility, grammar, style, audience-fit, idiomatic naturalness).
  • lektorat-auto-revise — Autonomously works off a lektorat audit report by routing each artefact to the matching author and re-auditing until it converges.
  • portfolio-audit — Audits, renders, and bootstraps the cross-repository capability portfolio across nolte/*.
  • vocab-drift-audit — Audits repository-local Vale vocabularies against the pinned upstream nolte/vale-style release to detect drift.
  • workflow-health-triage — Triages a failing GitHub Actions workflow on develop/main and dispatches the most specialised agent to remediate.

7 Close & Release

nolte-shared

  • release-notes-curate — Augments the open release-drafter draft on develop with project-context-aware sections via gh release edit.
  • release-publish-trigger — Validates every pre-publish gate locally, then dispatches release-publish.yml for the open release-drafter draft on develop.
  • sprint-review — Closes an active sprint per the sprint spec: validates the deployable artefact and records the value-delivery audit trail.