infohata

42 mods across 1 repository, 2 stars between them.

mind-vault

01

infohata/mind-vault

Plugin Claude Code

Plugin marketplace listing 1 plugin: mv.

2 4d ago A tokens not measured original Apache-2.0

mv

02

infohata/mind-vault

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:.

2 4d ago A tokens not measured original Apache-2.0

infohata/mind-vault

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.

2 4d ago A 3,114 tokens original Apache-2.0

architect

04

infohata/mind-vault

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…

2 4d ago A 248 tokens original Apache-2.0

backend

05

infohata/mind-vault

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…

2 4d ago A 255 tokens original Apache-2.0

curator

06

infohata/mind-vault

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…

2 4d ago A 340 tokens original Apache-2.0

devops

07

infohata/mind-vault

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…

2 4d ago A 206 tokens original Apache-2.0

documentation

08

infohata/mind-vault

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…

2 4d ago A 194 tokens original Apache-2.0

frontend

09

infohata/mind-vault

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…

2 4d ago A 372 tokens original Apache-2.0

researcher

10

infohata/mind-vault

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…

2 4d ago A 199 tokens original Apache-2.0

test-engineer

11

infohata/mind-vault

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…

2 4d ago A 203 tokens original Apache-2.0

brainstorm

12

infohata/mind-vault

Command

Alias for /plan — brainstorming is the interactive front-end of the plan skill when input is thin; both commands invoke the same skill.

2 4d ago A 26 tokens original Apache-2.0

create-pr

13

infohata/mind-vault

Command

Create well-structured pull request with AI-generated title and description.

2 4d ago A 12 tokens original Apache-2.0

git-status

14

infohata/mind-vault

Command

Show comprehensive git status and working directory state.

2 4d ago A 8 tokens original Apache-2.0

load-rules

15

infohata/mind-vault

Command

Load mind-vault behavioural rules (RULE.md) — works on both the plugin and symlink channels.

2 4d ago A 22 tokens original Apache-2.0

review-loop

16

infohata/mind-vault

Command

Multi-engine review-fix-rerun loop (Cursor Bugbot + GitHub Copilot + Claude Code Review, or any subset) with bounded-autonomy policy.

2 4d ago A 32 tokens original Apache-2.0

test

17

infohata/mind-vault

Command

Comprehensive testing with edge case validation and pattern verification.

2 4d ago A 10 tokens original Apache-2.0

SessionStart

18

infohata/mind-vault

Hook

Runs when a session starts on startup, resume, clear and compact, executing load-rules.sh via bash. From infohata/mind-vault.

2 4d ago A tokens not measured copy · 89% Apache-2.0

PreToolUse

19

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.

2 4d ago A tokens not measured original Apache-2.0

artefact-retrieval

20

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.

2 4d ago A 43 tokens original Apache-2.0

compound

21

infohata/mind-vault

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…

2 4d ago A 85 tokens original Apache-2.0

dependabot-triage

22

infohata/mind-vault

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…

2 4d ago A 190 tokens original Apache-2.0

deployment

23

infohata/mind-vault

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.

2 4d ago D 41 tokens original Apache-2.0

django-frontend

24

infohata/mind-vault

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…

2 4d ago A 67 tokens original Apache-2.0