kvendra
·MENU

·SECTION 06 — SKILLS

Skills.

Eighteen slash commands for Claude Code (Apache-2.0). Each skill is a small declarative recipe that wires the AI to Kvendra's typed KB — query first, write to the graph, then operate on code. Two commands inside a Claude Code session: add the marketplace, install the plugin.

/plugin marketplace add KvendraAI/kvendra-skills

/plugin install kvendra-skills@kvendra-skills

VIEW ON GITHUB
§ 01 — CATALOG ·18 SKILLS · 4 GROUPS

·PLANNING

·/consultancy

consultancy

Explore problems with full Kvendra context. Persist findings as typed decisions so the next consultation builds on the last, not on cached guesses.

·/requirements-analyst

requirements-analyst

Evaluate proposed requirements against the roadmap, the existing requirements, interfaces and components. Produce formal, traceable requirements.

·/planner

planner

Design implementation specs against requirements, interfaces, the roadmap, SLA targets, cost envelope and ADRs.

·/new-feature

new-feature

Orchestrate the seven-subagent feature pipeline with transactional traceability — every change grouped, audited and reversible.

·/functional-expert

functional-expert

Analyse the test goal and produce a detailed, executable test plan rooted in the typed contracts.

·EXECUTION

·/implementer

implementer

Apply changes consulting interfaces, glossary and coding standards. The graph drives the diff, not the other way around.

·/bug

bug

Orchestrate the six-subagent bug pipeline with draft and active entities — reproduction, suspect, fix, regression, all linked.

·QUALITY

·/tester

tester

Run tests and create test entries with preconditions, process and evidence — the run becomes a typed entity, not a console log.

·/validator

validator

Verify changes at three levels: basic, professional, exhaustive. Pick the depth that matches the risk.

·/analyzer

analyzer

Produce root-cause analysis grounded in files and exact lines — not vague theories. Output lands in the graph as a typed finding.

·/regression

regression

Run regression suites, persist results as runs, compare against the SLA gate.

·/interface-validator

interface-validator

Verify code field naming against declared interfaces and the project glossary. Catches drift before review.

·/doc-validator

doc-validator

Verify manual format and content across languages. Keeps the doc surface aligned with the typed truth.

·RELEASE

·/updater

updater

Keep entity coherence, relations and changelog up to date after every change. The graph never falls behind the code.

·/changelog

changelog

Query who changed what, when and why straight from entity history. Audit-ready, not gist-ready.

·/release-manager

release-manager

Create, manage and close releases with changelog and regression gates baked in.

·/incident-manager

incident-manager

Create incident issues with root-cause analysis and a structured postmortem trail.

·/doc-indexer

doc-indexer

Read existing manuals and create doc entries so the knowledge stays consistent across the corpus.

·LEGACY
An early community variant — 4 skills, Apache-2.0 — was published at github.com/KvendraAI/skills. It is no longer maintained. The canonical, single skill set lives at github.com/KvendraAI/kvendra-skills, with Claude Code as the universal orchestrator.
§ 02 — LICENSE & SCOPE ·APACHE-2.0

Kvendra Skills is Apache-2.0. The full plugin source — every skill markdown, every reference file — lives at github.com/KvendraAI/kvendra-skills. Fork it, modify the recipes, ship private overlays for your team — the licence is permissive.

What this plugin is — and isn't

Skills are declarative recipes Claude Code loads as slash commands. Each skill is a short markdown file that tells Claude how to query the Platform's typed KB, run a pipeline of subagents, and write the result back as typed entities. The skills don't ship privileged credentials, they don't carry secrets, and they don't replace the CLI vault — anything sensitive still goes through the CLI broker.

Want a skill that doesn't exist yet? Open an issue or a PR — community-authored skills are how the catalogue grows.

·NOTE
The Platform itself ships under AGPL-3.0. The CLI is also Apache-2.0. Three components, two licences, one coherent stack.