Full Inventory¶
Every artifact the toolkit ships, in one table: skills, agents, commands and hooks together. The per-type references group by category, which is the right shape for finding something to use; this page is the flat list, which is the right shape for comparing this toolkit's stock against another.
| Type | Count |
|---|---|
| skill | 133 |
| agent | 63 |
| command | 36 |
| hook | 23 |
| total | 255 |
Counts derive from the deploy manifests and the canonical hook registry, the same sources the per-type pages use, so this page cannot disagree with them.
All artifacts¶
| Type | Name | Invoke as | Plugin | Category | Description |
|---|---|---|---|---|---|
| agent | vt-c-accessibility-reviewer | dispatched, not invoked | vt-base | Code Review | Review code and UI for WCAG 2.1 AA accessibility compliance. Checks color contrast, keyboard navigation, screen reader compatibility, ARIA attributes, and focus management. Critical for legal compl... |
| agent | vt-c-agent-native-reviewer | dispatched, not invoked | vt-base | Code Review | |
| agent | vt-c-angular-reviewer | dispatched, not invoked | vt-base | Code Review | Use this agent when you need to review Angular code changes for Angular 21 best practices. This agent should be invoked after implementing Angular features, modifying existing Angular code, or crea... |
| agent | vt-c-api-design-reviewer | dispatched, not invoked | vt-base | Code Review | Review API designs for consistency, breaking changes, and best practices. Validates OpenAPI/GraphQL schemas, checks versioning strategy, and ensures proper error handling, pagination, and rate limi... |
| agent | vt-c-architecture-strategist | dispatched, not invoked | vt-base | Code Review | |
| agent | vt-c-best-practices-researcher | dispatched, not invoked | vt-base | Research | Use PROACTIVELY before implementing new patterns or technologies — research and gather external best practices, documentation, and examples for any technology, framework, or development practice. T... |
| agent | vt-c-bug-reproduction-validator | dispatched, not invoked | vt-base | Workflow | Use this agent when you receive a bug report or issue description and need to verify whether the reported behavior is actually a bug. This agent will attempt to reproduce the issue systematically, ... |
| agent | vt-c-bugfix-orchestrator | dispatched, not invoked | vt-base | Orchestrators | Phase orchestrator for bug investigation, reproduction, fix verification, and regression prevention. Use this agent for bug reports, production incidents, and regression investigations. Coordinates... |
| agent | vt-c-code-simplicity-reviewer | dispatched, not invoked | vt-base | Code Review | Use this agent when you need a final review pass to ensure code changes are as simple and minimal as possible. This agent should be invoked after implementation is complete but before finalizing ch... |
| agent | vt-c-conceptual-orchestrator | dispatched, not invoked | vt-base | Orchestrators | Phase orchestrator for research, architecture decisions, and design specifications. Use this agent when starting new features, evaluating approaches, or writing technical specs. Coordinates researc... |
| agent | vt-c-data-integrity-guardian | dispatched, not invoked | vt-base | Code Review | |
| agent | vt-c-deployment-verification-agent | dispatched, not invoked | vt-base | Workflow | Use this agent when a PR touches production data, migrations, or any behavior that could silently discard or duplicate records. Produces a concrete pre/post-deploy checklist with SQL verification q... |
| agent | vt-c-design-implementation-reviewer | dispatched, not invoked | vt-base | Design | |
| agent | vt-c-design-iterator | dispatched, not invoked | vt-base | Design | |
| agent | vt-c-figma-design-sync | dispatched, not invoked | vt-base | Design | |
| agent | vt-c-finalization-orchestrator | dispatched, not invoked | vt-base | Orchestrators | Phase orchestrator for final quality verification, merge readiness, and compliance validation. Use this agent for pre-merge checks, release verification, and compliance validation. Coordinates secu... |
| agent | vt-c-framework-docs-researcher | dispatched, not invoked | vt-base | Research | Use PROACTIVELY before implementing with any framework or library — gather comprehensive documentation and best practices for frameworks, libraries, or dependencies in your project. This includes f... |
| agent | vt-c-git-history-analyzer | dispatched, not invoked | vt-base | Research | |
| agent | vt-c-implementation-orchestrator | dispatched, not invoked | vt-base | Orchestrators | Phase orchestrator for development, coding, testing, and code review. Use this agent when writing code, running reviews, or ensuring implementation quality. Coordinates reviewer agents, security sc... |
| agent | vt-c-incident-orchestrator | dispatched, not invoked | vt-base | Orchestrators | Coordinate production incident response, hotfix deployment, and post-mortem process. Ensures rapid response while maintaining quality and capturing learnings for prevention. |
| agent | vt-c-julik-frontend-races-reviewer | dispatched, not invoked | vt-base | Code Review | Use this agent when you need to review JavaScript or Stimulus frontend code changes with a special eye for race conditions. The agent should be invoked after implementing JavaScript features, modif... |
| agent | vt-c-kieran-python-reviewer | dispatched, not invoked | vt-base | Code Review | |
| agent | vt-c-kieran-typescript-reviewer | dispatched, not invoked | vt-base | Code Review | Use this agent when you need to review TypeScript code changes with an extremely high quality bar. This agent should be invoked after implementing features, modifying existing code, or creating new... |
| agent | vt-c-knowledge-work-orchestrator | dispatched, not invoked | vt-base | Orchestrators | Phase orchestrator for the Knowledge Work workflow (kw-0 through kw-4). Coordinates planning, execution, review, and publication of non-code deliverables. Use this agent for documentation, research... |
| agent | vt-c-learnings-researcher | dispatched, not invoked | vt-base | Research | Use PROACTIVELY before implementing any feature or fixing any bug — search institutional learnings in docs/solutions/ for relevant past solutions before implementing a new feature or fixing a probl... |
| agent | vt-c-lint | dispatched, not invoked | vt-base | Workflow | Use this agent when you need to run linting and code quality checks on Ruby and ERB files. Run before pushing to origin. |
| agent | vt-c-nestjs-reviewer | dispatched, not invoked | vt-base | Code Review | Use this agent when you need to review NestJS code changes for NestJS best practices. This agent should be invoked after implementing NestJS features, modifying existing NestJS code, or creating ne... |
| agent | vt-c-pattern-recognition-specialist | dispatched, not invoked | vt-base | Code Review | Use this agent when you need to analyze code for design patterns, anti-patterns, naming conventions, and code duplication. This agent excels at identifying architectural patterns, detecting code sm... |
| agent | vt-c-performance-oracle | dispatched, not invoked | vt-base | Code Review | |
| agent | vt-c-php-reviewer | dispatched, not invoked | vt-base | Code Review | |
| agent | vt-c-plan-checker | dispatched, not invoked | vt-base | Code Review | Use this agent to validate a generated implementation plan for quality before execution begins. Checks four dimensions: completeness, testability, dependency correctness, and clarity. Returns a str... |
| agent | vt-c-pr-comment-resolver | dispatched, not invoked | vt-base | Workflow | Use this agent when you need to address comments on pull requests or code reviews by making the requested changes and reporting back on the resolution. This agent handles the full workflow of under... |
| agent | vt-c-product-challenge-reviewer | dispatched, not invoked | vt-base | Code Review | Use this agent when you need to challenge product requirements and specs BEFORE implementation begins. This agent questions assumptions, identifies solution bias, and suggests more ambitious altern... |
| agent | vt-c-product-design-orchestrator | dispatched, not invoked | vt-base | Orchestrators | Phase orchestrator for the design phases (pd-0 through pd-6) of the Unified Product Development workflow. Coordinates user research, PRD creation, prototyping, validation, specs generation, and dev... |
| agent | vt-c-regression-risk-reviewer | dispatched, not invoked | vt-base | Code Review | Use PROACTIVELY when reviewing changes to existing codebases (brownfield). Analyzes regression risk by identifying legacy dependencies affected, breaking changes, test coverage gaps, and side effec... |
| agent | vt-c-repo-research-analyst | dispatched, not invoked | vt-base | Research | |
| agent | vt-c-security-sentinel | dispatched, not invoked | vt-base | Code Review | |
| agent | vt-c-skill-extractor | dispatched, not invoked | vt-base | Workflow | Analyze code changes and suggest skill extraction for reusable patterns. Use when code review reveals domain-specific patterns that could benefit future work. |
| agent | vt-c-spec-compliance-reviewer | dispatched, not invoked | vt-base | Code Review | Use this agent to verify that an implementation matches its specification before running code quality reviewers. This agent checks functional requirements, acceptance criteria, and planned approach... |
| agent | vt-c-spec-flow-analyzer | dispatched, not invoked | vt-base | Workflow | Use this agent when you have a specification, plan, feature description, or technical document that needs user flow analysis and gap identification. This agent should be used proactively when:\n\n |
| agent | vt-c-strategic-mentor | dispatched, not invoked | vt-base | Code Review | Stress-test strategic viability of plans and specs. Returns verdict-first feedback (VIABLE / NEEDS REVISION / FLAWED) with assumptions, failure modes, and risks. Dispatched by /vt-d-2-plan alongsid... |
| agent | vt-c-tdd-compliance-reviewer | dispatched, not invoked | vt-base | Code Review | Use this agent to review code changes for TDD compliance. Checks that tests exist for new code, validates test quality, and verifies that TDD workflow was followed (tests before production code). R... |
| agent | vt-c-test-runner | dispatched, not invoked | vt-base | Workflow | Use this agent to execute tests in an isolated context and return structured results. Supports three modes: targeted (single test file for TDD inner loop), full-suite (all tests for pre-review gate... |
| agent | vt-c-toolkit-developer | dispatched, not invoked | vt-base | Templates | Pre-authorized agent template for plugin and skill development. Provides full file operations, shell access for npm/git/test runners, and task tracking. Excludes sub-agent spawning and destructive ... |
| agent | vt-d-interview-analyzer | dispatched, not invoked | vt-product-dev | Research | Analyzes user interview transcripts to extract actionable insights. Use this agent when you have interview transcripts (PDF or Markdown) that need to be processed to identify patterns, key quotes, ... |
| agent | vt-d-interview-script-writer | dispatched, not invoked | vt-product-dev | Research | Creates semi-structured interview guides for user research. Use this agent when you need to generate interview scripts based on PRD goals and user personas. The agent creates comprehensive scripts ... |
| agent | vt-d-usability-test-designer | dispatched, not invoked | vt-product-dev | Research | Creates comprehensive usability test plans and analysis frameworks. Use this agent when you have a prototype ready for user testing and need to design task scenarios, success metrics, moderator scr... |
| agent | vt-f-budget-analyst | dispatched, not invoked | finance | Finance | Analyzes budget data, identifies variances, and provides actionable insights for cost optimization |
| agent | vt-o-ankane-readme-writer | dispatched, not invoked | vt-office | Documentation | |
| agent | vt-o-docs-pipeline | dispatched, not invoked | vt-office | Templates | Pre-authorized agent template for document generation pipelines. Provides file operations and shell access for pandoc, mmdc, and git. Excludes sub-agent spawning and destructive operations. Bind sk... |
| agent | vt-o-document-quality-reviewer | dispatched, not invoked | vt-office | Code Review | Review documents for completeness, clarity, accuracy, audience fit, goal alignment, and formatting. Use this agent when reviewing non-code deliverables such as guides, policies, manuals, handbooks,... |
| agent | vt-o-every-style-editor | dispatched, not invoked | vt-office | Workflow | Use this agent when you need to review and edit text content to conform to Every's specific style guide. This includes reviewing articles, blog posts, newsletters, documentation, or any written con... |
| agent | vt-o-gamma-architect | dispatched, not invoked | vt-office | Design | |
| agent | vt-o-presentation-quality-reviewer | dispatched, not invoked | vt-office | Code Review | Review presentations for narrative arc, slide density, speaker notes, visual consistency, timing, and corporate design compliance. Use this agent when reviewing slide decks, keynotes, or presentati... |
| agent | vt-o-project-plan-reviewer | dispatched, not invoked | vt-office | Code Review | Review project plans for phase completeness, dependency integrity, resource allocation, risk coverage, timeline realism, measurability, and stakeholder alignment. Use this agent when reviewing road... |
| agent | vt-o-research-quality-reviewer | dispatched, not invoked | vt-office | Code Review | Review research deliverables for methodology rigor, source diversity, source recency, conclusion support, bias detection, and actionability. Use this agent when reviewing RFCs, market analyses, stu... |
| agent | vt-v-auditor | dispatched, not invoked | vms | Ims | Quality auditor for IMS vault content. Use this agent to validate YAML frontmatter compliance, check cross-reference integrity, score content depth, detect skeleton/placeholder content, and calcula... |
| agent | vt-v-content-orchestrator | dispatched, not invoked | vms | Ims | Coordinates end-to-end IMS content development sprints. Reads the content plan from ims-content-planner, distributes work to domain expert agents (isms-expert, dsms-expert, qms-ims-expert), tracks ... |
| agent | vt-v-content-planner | dispatched, not invoked | vms | Ims | Use this agent to scan the VisiTrans IMS vault, classify files by content completeness, identify gaps, map dependencies, and produce a prioritized content development sprint plan. This agent does N... |
| agent | vt-v-dsms-expert | dispatched, not invoked | vms | Ims | Domain expert for Data Protection Management (GDPR/DSGVO). Use this agent to write or enrich content in vault/ISDS2/ — Verarbeitungstaetigkeiten (VVT Art.30), Datenschutz-Folgenabschaetzungen (DSFA... |
| agent | vt-v-ims-writer | dispatched, not invoked | vms | Templates | Pre-authorized agent template for IMS content authoring. Provides file operations, document generation tools (pandoc, mmdc, xelatex), and read-only git access. Excludes sub-agent spawning and destr... |
| agent | vt-v-isms-expert | dispatched, not invoked | vms | Ims | Domain expert for Information Security Management (ISO 27001:2022, VDA ISA 6.0.2, NIS2). Use this agent to write or enrich compliance control files in vault/ISMSI/. The agent understands reifegrad ... |
| agent | vt-v-qms-expert | dispatched, not invoked | vms | Ims | Domain expert for Quality Management (ISO 9001:2015) and IMS Central governance. Use this agent to write or enrich content in vault/QMS/ and vault/IMS/ — ISO 9001 self-assessment controls, KPI defi... |
| command | vt-c-changelog | /vt-c-changelog |
vt-base | command | |
| command | vt-c-commit | /vt-c-commit |
vt-base | command | |
| command | vt-c-compound | /vt-c-compound |
vt-base | command | |
| command | vt-c-consolidate | /vt-c-consolidate |
vt-base | command | |
| command | vt-c-journal | /vt-c-journal |
vt-base | command | |
| command | vt-c-learning-metrics | /vt-c-learning-metrics |
vt-base | command | |
| command | vt-c-verify-setup | /vt-c-verify-setup |
vt-base | command | |
| command | vt-d-bootstrap | /vt-d-bootstrap |
vt-product-dev | command | |
| command | vt-d-finalize-check | /vt-d-finalize-check |
vt-product-dev | command | |
| command | vt-d-investigate-bug | /vt-d-investigate-bug |
vt-product-dev | command | |
| command | vt-d-kw-prd | /vt-d-kw-prd |
vt-product-dev | command | |
| command | vt-d-kw-prototype | /vt-d-kw-prototype |
vt-product-dev | command | |
| command | vt-d-kw-user-test | /vt-d-kw-user-test |
vt-product-dev | command | |
| command | vt-d-pd-analyze-changes | /vt-d-pd-analyze-changes |
vt-product-dev | command | |
| command | vt-d-pd-inbox-scan | /vt-d-pd-inbox-scan |
vt-product-dev | command | |
| command | vt-d-pd-route-decision | /vt-d-pd-route-decision |
vt-product-dev | command | |
| command | vt-d-plan-review | /vt-d-plan-review |
vt-product-dev | command | |
| command | vt-d-report-bug | /vt-d-report-bug |
vt-product-dev | command | |
| command | vt-d-reproduce-bug | /vt-d-reproduce-bug |
vt-product-dev | command | |
| command | vt-d-resolve-parallel | /vt-d-resolve-parallel |
vt-product-dev | command | |
| command | vt-d-resolve-pr-parallel | /vt-d-resolve-pr-parallel |
vt-product-dev | command | |
| command | vt-d-resolve-todo-parallel | /vt-d-resolve-todo-parallel |
vt-product-dev | command | |
| command | vt-d-security-scan | /vt-d-security-scan |
vt-product-dev | command | |
| command | vt-d-specs-from-prd | /vt-d-specs-from-prd |
vt-product-dev | command | |
| command | vt-d-triage | /vt-d-triage |
vt-product-dev | command | |
| command | vt-d-wf-plan | /vt-d-wf-plan |
vt-product-dev | command | |
| command | vt-d-wf-review | /vt-d-wf-review |
vt-product-dev | command | |
| command | vt-d-wf-work | /vt-d-wf-work |
vt-product-dev | command | |
| command | vt-f-report | /vt-f-report |
finance | command | |
| command | vt-p-research-implement | /vt-p-research-implement |
vt-pm-intake | command | |
| command | vt-p-research-ingest | /vt-p-research-ingest |
vt-pm-intake | command | |
| command | vt-t-create-agent-skill | /vt-t-create-agent-skill |
vt-toolkit | command | |
| command | vt-t-deploy-docs | /vt-t-deploy-docs |
vt-toolkit | command | |
| command | vt-t-generate-command | /vt-t-generate-command |
vt-toolkit | command | |
| command | vt-t-heal-skill | /vt-t-heal-skill |
vt-toolkit | command | |
| command | vt-t-release-docs | /vt-t-release-docs |
vt-toolkit | command | |
| hook | auto-format.sh | PostToolUse | vt-base | claude-code | Run project-appropriate formatter after Write/Edit |
| hook | autonomy-continue.sh | Stop | vt-base | claude-code | Stop hook for auto-continuing reassurance-seeking pauses |
| hook | backup-before-write.sh | PreToolUse | vt-base | claude-code | PreToolUse hook for research-implement skill |
| hook | block-writes.sh | PreToolUse | vt-base | claude-code | Policy enforcement hook for read-only review agents |
| hook | check-doc-prerequisites.sh | PreToolUse | vt-base | claude-code | PreToolUse hook for docs-pipeline-orchestrator |
| hook | check-xlsx-formulas.sh | PostToolUse | vt-base | claude-code | PostToolUse hook for xlsx skill |
| hook | claudeignore-guard.sh | PreToolUse | vt-base | claude-code | PreToolUse hook enforcing .claudeignore patterns |
| hook | commit-size-monitor.sh | PostToolUse | vt-base | claude-code | Post-Commit Size & Partition Check |
| hook | install-hooks.sh | installer | vt-base | installer | Install Git hooks to the current repository |
| hook | intent-skill-matcher.sh | UserPromptSubmit | vt-base | claude-code | UserPromptSubmit hook for intent-based skill suggestion |
| hook | openbrain-optin-prompt.sh | SessionStart | vt-base | claude-code | Claude Code SessionStart hook |
| hook | partition-guard.sh | PreToolUse | vt-base | claude-code | Pre-Write Partition Enforcement |
| hook | postcompact-recovery.sh | SessionStart | vt-base | claude-code | SessionStart hook (matcher: compact) for post-compaction recovery |
| hook | pre-commit | git-hook | vt-base | git-hook | ⚠ bash, NOT sh (BUG-122). This script uses read -r -d '' in three loops — the .env |
| hook | precompact-skill-inventory.sh | PreCompact | vt-base | claude-code | PreCompact hook for skill awareness preservation |
| hook | quality-gate.sh | Stop | vt-base | claude-code | Stop hook for automated quality checks |
| hook | secret-scanner.sh | PreToolUse | vt-base | claude-code | Secret Scanner — 3-Layer Detection System (SPEC-088) |
| hook | security-lint.sh | PostToolUse | vt-base | claude-code | Security Lint - Quick security checks on written files |
| hook | session-start-toolkit-check.sh | SessionStart | user-global | claude-code | Claude Code SessionStart hook (SPEC-124 US-6) |
| hook | session-start.sh | SessionStart | vt-base | claude-code | SessionStart hook for V025-claude-toolkit |
| hook | supply-chain-guard.sh | PreToolUse | vt-base | claude-code | PreToolUse: CVE + OSSF malicious package check |
| hook | vault-write-guard.sh | PreToolUse | vms | claude-code | Restricts Write/Edit to the IMS vault path only |
| hook | venv-guard.sh | PreToolUse | vt-base | claude-code | PreToolUse hook blocking bare pip / python -m pip / poetry |
| skill | vt-b-visitrans-cd | /vt-b-visitrans-cd |
vt-brand | Design | Prüft und korrigiert Word-Dokumente, PowerPoint-Präsentationen, PDFs und Markdown-Dateien auf VisiTrans Corporate Design Konformität. Verwende diesen Skill wenn der Nutzer ein Dokument auf CD-Konfo... |
| skill | vt-b-visitrans-design-system | /vt-b-visitrans-design-system |
vt-brand | Design | Brand bible for VisiTrans, VisiMatch, VisiFair, and VisiArea surfaces. Use when designing or building any web/UI work for these brands — covers locked color palette (Anthracite/Orange/White primary... |
| skill | vt-c-compound-docs | /vt-c-compound-docs |
vt-base | Knowledge Capture | |
| skill | vt-c-continuous-learning | /vt-c-continuous-learning |
vt-base | Knowledge Capture | Close the feedback loop so the system learns from every bug and gets smarter over time. Consults past solutions before investigating, auto-detects patterns, and ensures institutional knowledge info... |
| skill | vt-c-dispatching-parallel-agents | /vt-c-dispatching-parallel-agents |
vt-base | Other | Use when facing 3+ independent failures that can be investigated without shared state or dependencies - dispatches multiple Claude agents to investigate and fix independent problems concurrently |
| skill | vt-c-dream | /vt-c-dream |
vt-base | Other | Memory consolidation — clean up contradictions, stale dates, dead references, and duplicates in auto-memory files AND Open Brain persistent thoughts. Ask human before removing uncertain memories. |
| skill | vt-c-git-worktree | /vt-c-git-worktree |
vt-base | Tooling | This skill manages Git worktrees for isolated parallel development. It handles creating, listing, switching, and cleaning up worktrees with a simple interactive interface, following KISS principles. |
| skill | vt-c-knowledge-index | /vt-c-knowledge-index |
vt-base | Other | Manage the knowledge index — generate summaries, update indexes, check health. Supports incremental updates, full rebuild, and health status reporting. |
| skill | vt-c-learning-metrics | /vt-c-learning-metrics |
vt-base | Knowledge Capture | Track and visualize learning system effectiveness with ROI metrics |
| skill | vt-c-openbrain-capture | /vt-c-openbrain-capture |
vt-base | Other | Proactively capture factually-relevant knowledge (external-stakeholder facts, decisions + rationale, durable domain/process knowledge) to Open Brain during a session, sanitized and deduplicated. Ju... |
| skill | vt-c-project-register | /vt-c-project-register |
vt-base | Other | |
| skill | vt-c-repo-audit | /vt-c-repo-audit |
vt-base | Governance | |
| skill | vt-c-repo-health | /vt-c-repo-health |
vt-base | Governance | Quick governance health check with traffic-light summary. Lighter than /vt-c-repo-audit, meant for regular use at workflow entry points. |
| skill | vt-c-repo-init | /vt-c-repo-init |
vt-base | Governance | Initialize unified repo governance with partition boundaries, Git LFS, sparse-checkout profiles, and deployment integrity rules. Run once per project. |
| skill | vt-c-session-consolidator | /vt-c-session-consolidator |
vt-base | Knowledge Capture | Consolidate session journal entries into high-level documentation updates upon task completion. Synthesizes decisions and learnings into spec, PRD, and architecture docs. - Read - Write - Edit - Ba... |
| skill | vt-c-session-journal | /vt-c-session-journal |
vt-base | Knowledge Capture | Continuously document decisions, activities, and learnings during work sessions. Auto-captures rationale for changes, design choices, and discovered knowledge for future reference. - Read - Write -... |
| skill | vt-c-using-git-worktrees | /vt-c-using-git-worktrees |
vt-base | Tooling | Use when starting feature work that needs isolation from current workspace or before executing implementation plans - creates isolated git worktrees with smart directory selection and safety verifi... |
| skill | vt-d-0-init | /vt-d-0-init |
vt-product-dev | Other | Initialize a new project or onboard an existing one. The single entry point — detects brownfield projects automatically, routes by codebase size, or asks Product Development vs Knowledge Work for g... |
| skill | vt-d-0-start | /vt-d-0-start |
vt-product-dev | Development Workflow | Start here! Shows the complete development workflow and validates your project is ready to begin. Use this when starting a new project or to see the recommended workflow sequence. |
| skill | vt-d-1-bootstrap | /vt-d-1-bootstrap |
vt-product-dev | Development Workflow | Phase 1 - Scaffold your project with best-practice structure, configurations, and documentation. Creates CI/CD, docs folders, and toolkit integration. |
| skill | vt-d-2-plan | /vt-d-2-plan |
vt-product-dev | Development Workflow | Phase 2 - Design and architecture planning. Runs one planning pipeline for the active spec — research, technical plan, plan-checker validation loop, and task breakdown — using the conceptual-orches... |
| skill | vt-d-3-build | /vt-d-3-build |
vt-product-dev | Development Workflow | Phase 3 - Implementation guidance with continuous knowledge capture. Reminds you to journal decisions and helps maintain quality during coding. |
| skill | vt-d-4-review | /vt-d-4-review |
vt-product-dev | Development Workflow | Phase 4 - Comprehensive code review using the implementation-orchestrator. Runs a diff-scoped set of parallel reviewers (constitutional floor ∪ diff-triggers ∪ deliverable-type reviewers) for secur... |
| skill | vt-d-5-finalize | /vt-d-5-finalize |
vt-product-dev | Development Workflow | Phase 5 - Final quality verification and merge readiness using the finalization-orchestrator. Runs security audit, migration checks, and compliance validation. |
| skill | vt-d-6-operate | /vt-d-6-operate |
vt-product-dev | Development Workflow | Phase 6 - Production operations including bug investigation and incident response. Shows available tools for handling production issues. |
| skill | vt-d-activate | /vt-d-activate |
vt-product-dev | Project Setup | Load specs for development from specs directories or directly from a PRD. Computes execution sequence from dependencies and guides through the build cycle. |
| skill | vt-d-adr | /vt-d-adr |
vt-product-dev | Other | Create structured Architecture Decision Records from natural language. Links to active spec, stores in docs/decisions/, supports listing and superseding. |
| skill | vt-d-agent-native-architecture | /vt-d-agent-native-architecture |
vt-product-dev | Architecture | Build AI agents using prompt-native architecture where features are defined in prompts, not code. Use when creating autonomous agents, designing MCP servers, implementing self-modifying systems, or... |
| skill | vt-d-andrew-kane-gem-writer | /vt-d-andrew-kane-gem-writer |
vt-product-dev | Other | Write Ruby gems following Andrew Kane's proven patterns and philosophy. Use when creating new Ruby gems, refactoring existing gems, designing gem APIs, or when the user wants clean, minimal, produc... |
| skill | vt-d-bootstrap | /vt-d-bootstrap |
vt-product-dev | Project Setup | Scaffold a new project with best-practice structure, configurations, and documentation. Use when starting a new project or adding toolkit structure to an existing folder. |
| skill | vt-d-bug-report | /vt-d-bug-report |
vt-product-dev | Other | Report a bug — creates a BugChen intake file (BUG-NNN.md) in intake/pending/bugs/ |
| skill | vt-d-complete | /vt-d-complete |
vt-product-dev | Other | Mark the active specs as completed and advance to the next ready spec. |
| skill | vt-d-container-logistics-ux-expert | /vt-d-container-logistics-ux-expert |
vt-product-dev | Other | Evaluiert Prototypen und UIs für Container-Logistik-Anwendungen (VisiMatch, Consignee Portal, Carrier Platforms). Kombiniert Heuristische Evaluation nach Nielsen, User Flow Analysis und Visual Desi... |
| skill | vt-d-defense-in-depth | /vt-d-defense-in-depth |
vt-product-dev | Security & Compliance | Use when invalid data causes failures deep in execution, requiring validation at multiple system layers - validates at every layer data passes through to make bugs structurally impossible |
| skill | vt-d-dev-start | /vt-d-dev-start |
vt-product-dev | Other | Developer entry point — shows which of the toolkit's many skills matter for your task (feature, bug, UI, prototype, skill-building, or debugging). Use this when you are a developer who wants a shor... |
| skill | vt-d-dhh-ruby-style | /vt-d-dhh-ruby-style |
vt-product-dev | Other | Write Ruby and Rails code in DHH's distinctive 37signals style. Use this skill when writing Ruby code, Rails applications, creating models, controllers, or any Ruby file. Triggers on Ruby/Rails cod... |
| skill | vt-d-dspy-ruby | /vt-d-dspy-ruby |
vt-product-dev | Other | This skill should be used when working with DSPy.rb, a Ruby framework for building type-safe, composable LLM applications. Use this when implementing predictable AI features, creating LLM signature... |
| skill | vt-d-error-monitoring | /vt-d-error-monitoring |
vt-product-dev | Operations | Integrate error monitoring (Sentry, DataDog, LogRocket) to track errors, performance, and user sessions in production. Essential for validating fixes and detecting regressions. |
| skill | vt-d-executing-plans | /vt-d-executing-plans |
vt-product-dev | Other | Use when partner provides a complete implementation plan to execute in controlled batches with review checkpoints - loads plan, reviews critically, executes tasks in batches, reports for review bet... |
| skill | vt-d-feature-flags | /vt-d-feature-flags |
vt-product-dev | Operations | Implement safe progressive rollouts using feature flags. Covers flag lifecycle, percentage rollouts, A/B testing, and kill switches for production safety. |
| skill | vt-d-frontend-design | /vt-d-frontend-design |
vt-product-dev | Design | Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished co... |
| skill | vt-d-kw-prd | /vt-d-kw-prd |
vt-product-dev | Knowledge Work Workflow | Create a standalone Product Requirements Document with PID reference (VisiTrans template) — the Knowledge-Work track's self-contained PRD, NOT part of the pd-* product-design workflow. Use for a PR... |
| skill | vt-d-kw-prototype | /vt-d-kw-prototype |
vt-product-dev | Knowledge Work Workflow | Generate a deployable prototype for the standalone Knowledge-Work track (NOT the pd-* design workflow) following VisiTrans Corporate Design. Stack-aware — Angular 21 + PrimeNG for B2B SaaS product ... |
| skill | vt-d-kw-user-test | /vt-d-kw-user-test |
vt-product-dev | Knowledge Work Workflow | Comprehensive user research workflow including interview script creation, interview analysis, and usability test design. |
| skill | vt-d-mcp-builder | /vt-d-mcp-builder |
vt-product-dev | Architecture | Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. Use when building MCP servers to integrate exte... |
| skill | vt-d-messegelaende-cleanup | /vt-d-messegelaende-cleanup |
vt-product-dev | Other | Bereinigt und vervollständigt Messegelände-Daten in Airtable anhand der Agent-Recherche-Ergebnisse. Korrigiert Namen, Flächen, identifiziert falsche Einträge und erstellt fehlende Hallen. Verwende ... |
| skill | vt-d-multi-tenancy | /vt-d-multi-tenancy |
vt-product-dev | Architecture | Patterns and validation for multi-tenant B2B SaaS applications. Activates when working on tenant isolation, data segregation, or cross-tenant access controls. |
| skill | vt-d-npm-security | /vt-d-npm-security |
vt-product-dev | Security & Compliance | npm/pnpm dependency security scanning and vulnerability management. Activates when working with package.json, adding dependencies, or discussing supply chain security. |
| skill | vt-d-pd-0-start | /vt-d-pd-0-start |
vt-product-dev | Product Design Workflow | Start here for product design projects. Shows the workflow from research to PRD to prototype to specs and development handoff. |
| skill | vt-d-pd-1-research | /vt-d-pd-1-research |
vt-product-dev | Product Design Workflow | User research phase for product design - interviews, personas, and analysis to inform PRD creation. |
| skill | vt-d-pd-2-prd | /vt-d-pd-2-prd |
vt-product-dev | Product Design Workflow | Create a Product Requirements Document with PID reference (VisiTrans template) as the pd-2 step of the Product-Design workflow — consumes Personas + PID and feeds pd-3-prototype/validate/handoff wi... |
| skill | vt-d-pd-3-prototype | /vt-d-pd-3-prototype |
vt-product-dev | Product Design Workflow | Generate a deployable prototype as the pd-3 step of the Product-Design workflow (adds the decision log, iteration loop, and automatic PRD-delta tracking) following VisiTrans Corporate Design. Stack... |
| skill | vt-d-pd-4-validate | /vt-d-pd-4-validate |
vt-product-dev | Product Design Workflow | Usability testing and validation phase - test prototype with users and iterate based on feedback. |
| skill | vt-d-pd-5-specs | /vt-d-pd-5-specs |
vt-product-dev | Product Design Workflow | [DEPRECATED] Redirects to /vt-d-specs-from-prd. specs generation has been absorbed into the activate skill. |
| skill | vt-d-pd-6-handoff | /vt-d-pd-6-handoff |
vt-product-dev | Product Design Workflow | Prepare and execute development handoff with specs package, prototype code, and documentation. |
| skill | vt-d-pd-analyze-changes | /vt-d-pd-analyze-changes |
vt-product-dev | Product Design Workflow | Analyze the impact of new information on the design workflow. Determines which artifacts are affected and recommends which phase to return to for iteration. Also maps pd-3 decision-log entries (SPE... |
| skill | vt-d-pd-capture-decisions | /vt-d-pd-capture-decisions |
vt-product-dev | Product Design Workflow | Capture product decisions from a completed pd-* iteration as structured records in docs/decisions/. Preserves the mapping between source evidence, findings, and artifact changes. |
| skill | vt-d-pd-inbox-scan | /vt-d-pd-inbox-scan |
vt-product-dev | Product Design Workflow | Monitor project inbox for new items requiring design workflow attention. Detects usability test results, stakeholder feedback, and other inputs that may trigger iteration. |
| skill | vt-d-pd-pid | /vt-d-pd-pid |
vt-product-dev | Product Design Workflow | Create or update a Project Implementation Document (PID) with technical architecture decisions, stack selection, and implementation constraints. Invokes specialized sub-agents for architecture, dat... |
| skill | vt-d-pd-route-decision | /vt-d-pd-route-decision |
vt-product-dev | Product Design Workflow | Execute the design iteration routing decision. Updates workflow state and launches the target phase based on impact analysis recommendations. |
| skill | vt-d-phase-checkpoint | /vt-d-phase-checkpoint |
vt-product-dev | Other | Manages .claude-checkpoint.md files for workflow phase handoffs. Enables clean conversation clearing between phases while preserving continuity. Each phase writes a checkpoint on completion; the ne... |
| skill | vt-d-promote | /vt-d-promote |
vt-product-dev | Governance | Sandbox-to-production promotion with production-readiness audit. Moves code from prototype/sandbox to deployable partition after security, quality, and performance checks. |
| skill | vt-d-python-security | /vt-d-python-security |
vt-product-dev | Other | pip/Python dependency security scanning and supply chain guidance. Activates when working with requirements.txt, pyproject.toml, poetry.lock, uv.lock, or pip commands — and when evaluating new PyPI... |
| skill | vt-d-quality-metrics | /vt-d-quality-metrics |
vt-product-dev | Other | Track and analyze code quality metrics including coverage, complexity, duplication, and trends over time. Essential for identifying quality regressions before they become problems. |
| skill | vt-d-quickfix | /vt-d-quickfix |
vt-product-dev | Other | Apply a quick-fix with automatic audit trail. For small, self-contained changes (typos, label corrections, minor UI tweaks) that do not warrant a full spec workflow. Creates an audit file in intake... |
| skill | vt-d-recursive-criticism | /vt-d-recursive-criticism |
vt-product-dev | Other | Self-review pass on generated code before external review. Runs 1-3 focused passes on security, error handling, and edge cases — catching low-hanging fruit before the expensive multi-agent review. ... |
| skill | vt-d-root-cause-tracing | /vt-d-root-cause-tracing |
vt-product-dev | Debugging | Use when errors occur deep in execution and you need to trace back to find the original trigger - systematically traces bugs backward through call stack, adding instrumentation when needed, to iden... |
| skill | vt-d-safe-migrations | /vt-d-safe-migrations |
vt-product-dev | Operations | Execute database migrations safely with zero-downtime patterns. Covers dual-write strategies, column shadowing, backfills, and rollback validation for large tables. |
| skill | vt-d-scaffold | /vt-d-scaffold |
vt-product-dev | Project Setup | Scaffold a new project with universal folder structure, CLAUDE.md, PRODUCT-VISION.md, and PRD.md. Works for coding, knowledge work, design, and mixed projects. |
| skill | vt-d-shape | /vt-d-shape |
vt-product-dev | Other | Pre-plan shaping step that identifies gray areas in a spec and locks implementation decisions before planning begins. |
| skill | vt-d-skill-venue-hall-research | /vt-d-skill-venue-hall-research |
vt-product-dev | Other | Recherchiert und dokumentiert Hallen/Räume für Veranstaltungsgelände (Messen, Convention Center, Arenen) in Airtable. Verwende diesen Skill wenn der Nutzer Hallen für ein Venue anlegen, ergänzen od... |
| skill | vt-d-spec-check | /vt-d-spec-check |
vt-product-dev | Other | Spec-clarity birth gate. Runs three layers over a spec.md — deterministic ambiguity/terminology findings plus an LLM planner-readiness assessment (misdirection risk + wrong-turns + anchor-gaps, all... |
| skill | vt-d-spec-from-requirements | /vt-d-spec-from-requirements |
vt-product-dev | Other | Create a valid spec from informal requirements (documents, verbal descriptions, or topic hints) and register it for the standard development workflow. |
| skill | vt-d-specs-from-prd | /vt-d-specs-from-prd |
vt-product-dev | Other | Generate implementation specs from a Product Requirements Document (PRD). Reads the PRD feature table, creates per-feature spec files, and registers them for the development workflow. |
| skill | vt-d-statusline-spec-phase | /vt-d-statusline-spec-phase |
vt-product-dev | Other | Spec/phase-aware statusline for Claude Code — renders the active SPEC-NNN, its workflow phase, context usage and session cost on one line, degrading to a generic display when no spec is active. Use... |
| skill | vt-d-systematic-debugging | /vt-d-systematic-debugging |
vt-product-dev | Debugging | Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes - four-phase framework (root cause investigation, pattern analysis, hypothesis testing, implementation) t... |
| skill | vt-d-test-driven-development | /vt-d-test-driven-development |
vt-product-dev | Testing | Use when implementing any feature or bugfix, before writing implementation code - write the test first, watch it fail, write minimal code to pass; ensures tests actually verify behavior by requirin... |
| skill | vt-d-testing-anti-patterns | /vt-d-testing-anti-patterns |
vt-product-dev | Testing | Use when writing or changing tests, adding mocks, or tempted to add test-only methods to production code - prevents testing mock behavior, production pollution with test-only methods, and mocking w... |
| skill | vt-d-triage-bugs | /vt-d-triage-bugs |
vt-product-dev | Other | Triage pending bug reports — promote to bugs/, defer, or mark as duplicate |
| skill | vt-d-user-manual-generate | /vt-d-user-manual-generate |
vt-product-dev | Other | Generate a complete MkDocs user manual from an existing PRD. Creates one page per feature with step-by-step usage, states, edge cases, and screenshot placeholders. Serves as developer onboarding to... |
| skill | vt-d-user-manual-update | /vt-d-user-manual-update |
vt-product-dev | Other | Update user manual pages after a spec is completed. Reads the spec and implementation details to regenerate the corresponding feature page with actual behavior, edge cases, and technical notes. Mar... |
| skill | vt-d-verification-before-completion | /vt-d-verification-before-completion |
vt-product-dev | Other | Use when about to claim work is complete, fixed, or passing, before committing or creating PRs - requires running verification commands and confirming output before making any success claims; evide... |
| skill | vt-d-webapp-testing | /vt-d-webapp-testing |
vt-product-dev | Testing | Toolkit for interacting with and testing local web applications using Playwright. Supports verifying frontend functionality, debugging UI behavior, capturing browser screenshots, and viewing browse... |
| skill | vt-f-report | /vt-f-report |
finance | Other | Generate financial reports from structured data. Supports monthly summaries, quarterly reviews, and annual reports with VisiTrans formatting. |
| skill | vt-o-c4-diagram | /vt-o-c4-diagram |
vt-office | Documentation Pipeline | |
| skill | vt-o-diagram-validate | /vt-o-diagram-validate |
vt-office | Other | Post-render validation gate for Mermaid diagrams. Inspects rendered PNG output against 6 quality criteria, auto-revises on failure (max 3 attempts), and recommends PlantUML for complex diagrams. Us... |
| skill | vt-o-doc-versioning | /vt-o-doc-versioning |
vt-office | Documentation Pipeline | Automatisches Versionierungs-System für Dokumente. Erstellt neue Versionen, archiviert alte Versionen im 99-alt Ordner, erhöht Versionsnummern und aktualisiert Versionshistorie. Primär für Markdown... |
| skill | vt-o-docs-pipeline-orchestrator | /vt-o-docs-pipeline-orchestrator |
vt-office | Documentation Pipeline | Orchestrates end-to-end markdown documentation pipeline from source files with Mermaid diagrams to branded PDF and Word documents. Coordinates mermaid-diagrams-branded, mermaid-to-images, markdown-... |
| skill | vt-o-document-converter-branded | /vt-o-document-converter-branded |
vt-office | Documentation Pipeline | Converts markdown files to professional PDF and Word documents using VisiTrans-branded Pandoc templates. Embeds images properly, applies corporate typography and layout from visitrans_cd guidelines... |
| skill | vt-o-every-style-editor | /vt-o-every-style-editor |
vt-office | Other | This skill should be used when reviewing or editing copy to ensure adherence to Every's style guide. It provides a systematic line-by-line review process for grammar, punctuation, mechanics, and st... |
| skill | vt-o-gamma-presentation | /vt-o-gamma-presentation |
vt-office | Documentation Pipeline | This skill generates Gamma.app-compatible Markdown files for the "Paste in Text" import mode. Use when creating presentations, pitch decks, reports, or any content that needs to become visual slide... |
| skill | vt-o-gemini-imagegen | /vt-o-gemini-imagegen |
vt-office | Other | Generate and edit images using the Gemini API (Nano Banana Pro). Use this skill when creating images from text prompts, editing existing images, applying style transfers, generating logos with text... |
| skill | vt-o-markdown-diagram-processor | /vt-o-markdown-diagram-processor |
vt-office | Documentation Pipeline | Extracts Mermaid diagram code blocks from markdown files, manages the diagram-to-image conversion workflow, and rebuilds markdown with properly scaled image references. Applies smart scaling based ... |
| skill | vt-o-meeting-minutes | /vt-o-meeting-minutes |
vt-office | Other | This skill should be used when creating meeting minutes from transcripts, screenshots (Miro boards, whiteboards), or other meeting documentation. It generates structured Markdown meeting minutes wi... |
| skill | vt-o-mermaid-diagrams-branded | /vt-o-mermaid-diagrams-branded |
vt-office | Documentation Pipeline | Creates Mermaid diagrams with VisiTrans brand colors and styling. Automatically applies corporate design color schemes (Orange |
| skill | vt-o-mermaid-to-images | /vt-o-mermaid-to-images |
vt-office | Documentation Pipeline | Converts Mermaid diagram files (.mmd) to PNG images using mmdc CLI with robust 5-method fallback strategy for error recovery. Validates image dimensions, quality, and file integrity. Handles batch ... |
| skill | vt-o-remotion-video | /vt-o-remotion-video |
vt-office | Other | Generate programmatic videos using Remotion. Interviews the user about their video concept, then generates a complete Remotion project with VisiTrans Corporate Design. |
| skill | vt-p-autoresearch-agent | /vt-p-autoresearch-agent |
vt-pm-intake | Other | Single-metric optimization loop. Iteratively modifies a target file, measures against a metric, accepts improvements (git commit) or rejects (git revert). Supports numeric benchmarks and LLM judge ... |
| skill | vt-p-content-evaluate | /vt-p-content-evaluate |
vt-pm-intake | Other | Deep evaluation of knowledge articles against the toolkit inventory. Identifies actionable patterns, coverage gaps, and generates toolkit proposals. |
| skill | vt-p-domain-dashboard | /vt-p-domain-dashboard |
vt-pm-intake | Other | Aggregate spec status across all projects in a PM domain (e.g. VisiMatch, VisiFair) and render a meeting-ready Markdown dashboard. Reads each registered project's .design-state.yaml + per-spec stat... |
| skill | vt-p-inbox-qualify | /vt-p-inbox-qualify |
vt-pm-intake | Other | Sync GitHub issues, show pending proposals dashboard, then pre-qualify inbox items for the intake pipeline. Fetches open issues via gh, checks for new comments on processed issues, scans intake/pen... |
| skill | vt-p-pov | /vt-p-pov |
vt-pm-intake | Other | Deliver a project-grounded, grade-first adoption verdict (Adopt / Trial / Hold / Reject / Not-our-problem) for external tech, libraries, patterns, or platforms — grounded against this toolkit's act... |
| skill | vt-p-project-status-sync | /vt-p-project-status-sync |
vt-pm-intake | Other | Multi-source project status sync. Aggregates project signals from Open Brain (Sally.io meeting transcripts uploaded throughout the week) and an optional PO-Weekly transcript, then writes confirmed ... |
| skill | vt-p-project-sync | /vt-p-project-sync |
vt-pm-intake | Other | |
| skill | vt-p-project-updates | /vt-p-project-updates |
vt-pm-intake | Other | Analyze PO-Weekly meeting transcripts and generate Asana project status updates. Orchestrates a 7-stage pipeline: parse transcript, segment by project, match to Asana projects, extract status updat... |
| skill | vt-p-repo-evaluate | /vt-p-repo-evaluate |
vt-pm-intake | Other | Evaluate external GitHub repositories for toolkit-relevant patterns using a tiered safety protocol. Generates evaluation reports and intake proposals. Defaults to API-only analysis (no clone). |
| skill | vt-p-research-implement | /vt-p-research-implement |
vt-pm-intake | Research | Implement approved research proposals from Obsidian. Reads proposals with [x] Implement checked and executes them. |
| skill | vt-p-research-ingest | /vt-p-research-ingest |
vt-pm-intake | Research | Scan knowledge folder and repos for new research content, analyze for toolkit relevance, and generate improvement proposals in Obsidian. |
| skill | vt-p-web-capture | /vt-p-web-capture |
vt-pm-intake | Other | Capture a web article as markdown and save it to the toolkit intake inbox for later qualification and evaluation. |
| skill | vt-p-weekly-planning | /vt-p-weekly-planning |
vt-pm-intake | Other | Structured weekly planning session using Open Brain task management MCP tools. Syncs Asana tasks, presents grouped dashboard, enables interactive review/reschedule/reprioritize, creates new tasks, ... |
| skill | vt-t-claudemd-evolve | /vt-t-claudemd-evolve |
vt-toolkit | Other | |
| skill | vt-t-create-agent-skills | /vt-t-create-agent-skills |
vt-toolkit | Tooling | Expert guidance for creating, writing, building, and refining Claude Code Skills. Use when working with SKILL.md files, authoring new skills, improving existing skills, or understanding skill struc... |
| skill | vt-t-doc-sync | /vt-t-doc-sync |
vt-toolkit | Documentation Pipeline | Audit and synchronize documentation with actual toolkit state. Checks component counts, terminology, version references, and maintains What's New via the change ledger. Run after adding/removing co... |
| skill | vt-t-gc | /vt-t-gc |
vt-toolkit | Other | Periodic garbage collection for drift detection. Scans for spec consistency, orphaned files, stale references, and CLAUDE.md validation. Delegates to doc-sync/repo-health/repo-audit for their domains. |
| skill | vt-t-skill-audit | /vt-t-skill-audit |
vt-toolkit | Other | Classify every skill in the vt-base manifest as evaluable, not-evaluable, or auto-keep, and write docs/skill-audit-inventory.{md,json}. Use before spending tokens on any benchmark sweep, or after a... |
| skill | vt-t-skill-creator | /vt-t-skill-creator |
vt-toolkit | Tooling | Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, wor... |
| skill | vt-t-skill-demote | /vt-t-skill-demote |
vt-toolkit | Other | Demote a global toolkit skill to product scope, regenerate its paths block, remove the global symlink (AD-2), and commit. Use when a global skill actually belongs to one product only. |
| skill | vt-t-skill-eval | /vt-t-skill-eval |
vt-toolkit | Other | Run eval test cases against a skill. Supports structural assertions, LLM-as-judge grading, and with/without benchmarking. |
| skill | vt-t-skill-promote | /vt-t-skill-promote |
vt-toolkit | Other | Promote a repo-local skill to the global toolkit with scope global, add its manifest entry and symlink, and commit. Use when a skill developed in a project repo should become available toolkit-wide. |
| skill | vt-t-skill-structural-screen | /vt-t-skill-structural-screen |
vt-toolkit | Other | Score every deployed skill against the mechanically-checkable subset of Anthropic's skill-authoring checklist (description sharpness, SKILL.md size, one-level references, forward-slash paths, no ti... |
| skill | vt-t-toolkit-review | /vt-t-toolkit-review |
vt-toolkit | Other | |
| skill | vt-t-toolkit-update | /vt-t-toolkit-update |
vt-toolkit | Other | Pull the latest toolkit changes via git pull and refresh ~/.claude/ namespace files without touching your personal CLAUDE.md or settings.json. Run after the session-start hook reminds you that upda... |
| skill | vt-v-audit | /vt-v-audit |
vms | Other | Audit VMS vault content quality. Validates YAML frontmatter compliance, checks cross-reference integrity, scores content depth, detects skeleton content, and calculates compliance-score. Produces a... |
| skill | vt-v-compliance-checklist | /vt-v-compliance-checklist |
vms | Security & Compliance | GDPR, SOC2, and security compliance patterns for B2B SaaS applications. Activates when discussing data handling, privacy, audit logging, or compliance requirements. |
| skill | vt-v-cwp | /vt-v-cwp |
vms | Other | Content Work Package lifecycle manager for VMS content development. Tracks 24 CWPs across 6 dependency layers, manages human action items, records metrics snapshots, and provides a progress dashboa... |
| skill | vt-v-draft | /vt-v-draft |
vms | Other | Step 3 of the VMS CWP workflow. Routes between interactive (interview) and batch (write) drafting modes. Tracks per-file progress, writes checkpoints at batch boundaries, and supports session resum... |
| skill | vt-v-intake | /vt-v-intake |
vms | Other | VMS intake pipeline for governance ideas. Captures, evaluates, proposes, triages, and routes improvement proposals through a 5-stage pipeline with folder-based lifecycle tracking. |
| skill | vt-v-interview | /vt-v-interview |
vms | Other | Interactive Q&A-based content drafting for VMS vault files. Reads a file, classifies its current state, asks targeted questions about VisiTrans-specific reality, then drafts a rewritten version bas... |
| skill | vt-v-plan | /vt-v-plan |
vms | Other | Scan the VisiTrans VMS vault to analyze content completeness, identify gaps, map cross-reference dependencies, and produce a prioritized content development sprint plan. Use when starting a new con... |
| skill | vt-v-review | /vt-v-review |
vms | Other | Content-level review of VMS vault files. Goes beyond schema validation to check factual accuracy of norm references, consistency of reifegrad assessments, appropriateness of VisiTrans-specific cont... |
| skill | vt-v-sprint | /vt-v-sprint |
vms | Other | Auto-pilot orchestrator for the VMS CWP workflow. Runs Steps 2-4 in sequence (plan → draft → review) with gate enforcement and checkpoints. Step 1 (activate) must be run manually first. Step 5 (com... |
| skill | vt-v-start | /vt-v-start |
vms | Other | VMS session starter. Scans all work sources (intake pipeline, human actions, CWP state, review dates, git branch) and shows a prioritized summary of what to work on next. Run at the start of any IM... |
| skill | vt-v-write | /vt-v-write |
vms | Other | Write or enrich VMS content files in the VisiTrans vault. Routes to the appropriate domain expert agent (isms-expert, dsms-expert, qms-ims-expert) based on the file's management_system YAML field. ... |