mind-vault
01Plugin Claude Code
Plugin marketplace listing 1 plugin: mv.
Plugin Claude Code
Plugin marketplace listing 1 plugin: mv.
Plugin Claude Code
Centralized AI-agent configuration: the mind-vault sprint-workflow skills (/idea /plan /work /wrap /land /compound and more), the 8 mv: persona subagents, and slash-commands. Commands namespace under /mv:.
Instructions file CodexOpenCode
Instructions for infohata/mind-vault, covering agents.md - coding guidelines for mind-vault, project overview, commands & workflow, git workflow and no build/test/lint steps.
Agent
Use this agent for cross-cutting structural design and review — multi-app refactors, dependency/coupling decisions, abstraction boundaries, and blast-radius analysis before feature code is written. It is the reviewer of a drafted plan in /plan, and the author of cross-cutting refactors in /work. Examples: Context: A…
Agent
Use this agent for server-side implementation on whichever backend stack the repo resolves to — Django (models, migrations, signals, DRF viewsets/serializers, Channels, Celery) or Laravel (Eloquent, Form Requests, API Resources, queued jobs) alike. Covers the data layer, the request/response boundary, background work…
Agent
Use this agent as a relentless pre-commit / pre-push code reviewer — a local Bugbot/Copilot replacement. Its craft (trace-don't-glance, negative-space parity, zero false positives) is stack-agnostic; the idiom-level checks — data isolation / multi-tenancy, ORM eager-loading, the client-surface contract — resolve…
Agent
Use this agent for infrastructure and operations work — Docker / docker compose, nginx & Traefik, systemd, CI/CD pipelines, env/config wiring, and zero-downtime deploy concerns. Assumes failure, enforces idempotency and container parity. Examples: Context: A new background worker needs to run in the stack. user…
Agent
Use this agent for documentation-only work — READMEs, guides, CHANGELOG entries, reference docs — written show-don't-tell with runnable examples, negative examples, and zero marketing fluff. Examples: Context: A shipped feature has no user-facing docs. user: "Document the new review-loop engine selector." assistant…
Agent
Use this agent for client-side work on whichever frontend stack the repo resolves to — Django templates with HTMX/Alpine/Bulma, Laravel Blade/Livewire, or an ExtJS Modern SPA. Covers markup and components, client state, styling, static assets, and JS. Craft is stack-agnostic: it enforces the active frontend skill's…
Agent
Use this agent to venture OUTSIDE the project — research external libraries, APIs, GitHub repos, and community docs, then map effective patterns back into mind-vault standards. Has web access. Examples: Context: The user wants to adopt a pattern that exists in the wider ecosystem. user: "How do other Claude Code…
Agent
Use this agent for test authoring and TDD enforcement — pytest/unittest and JS test suites, hostile-input and edge-case coverage, fixture design, surgical state isolation, and fast fully-qualified test execution. Examples: Context: A new endpoint just landed and needs coverage. user: "Add an integration test for the…
Command
Alias for /plan — brainstorming is the interactive front-end of the plan skill when input is thin; both commands invoke the same skill.
Command
Create well-structured pull request with AI-generated title and description.
Command
Show comprehensive git status and working directory state.
Command
Load mind-vault behavioural rules (RULE.md) — works on both the plugin and symlink channels.
Command
Multi-engine review-fix-rerun loop (Cursor Bugbot + GitHub Copilot + Claude Code Review, or any subset) with bounded-autonomy policy.
Command
Comprehensive testing with edge case validation and pattern verification.
Hook
Runs when a session starts on startup, resume, clear and compact, executing load-rules.sh via bash. From infohata/mind-vault.
Hook
Runs before the agent uses a tool for Bash tool calls, executing block-protected-branch-writes.py. From infohata/mind-vault.
Skill Claude CodeCodex
Search outside the project (in IDE plans, AI agent workspaces, or temporary storage) and retrieve standalone artefacts, research, or validation logs to bring them inside the project repository.
Skill Claude CodeCodex
Route a just-learned lesson to the right destination — project-local solution doc, mind-vault skill/rule/agent/command, or auto-memory. Uses a hybrid narrative-probe + taxonomy-quiz router. Also consumes review-loop output (Cursor Bugbot or GitHub Copilot) as input. Final stage of the mind-vault sprint workflow; the…
Skill Claude CodeCodex
Triage and batch-merge accumulated Dependabot PRs in multi-requirements-file Python repos (web + lsp + dev + per-workspace) — diff-based duplicate detection across the root vs per-workspace ecosystems, risk-tier batching for git-bisect cleanliness, worktree-isolated verification, live-staging smoke, post-merge…
Skill Claude CodeCodex
Deploy Docker Compose web applications across any project — branch strategy, change-aware scripts, database backup + rollback safety, screen-session remote execution, Let's Encrypt SSL, health checks, and CI/CD wiring.
Skill Claude CodeCodex
Apply Django frontend conventions — HTMX partial responses, Alpine.js state, Bulma components, HTMX modal/formset JS contracts, safe query-string generation, dynamic hx- attribute handling, and Cotton component primitives — pairing with django backend patterns. Includes hard hazard rules every template edit must…