infohata/mind-vault

AI skills, rules, commands, configs

2Stars on the repository
41Mods indexed here, across every type
6d agoLast push, which is what freshness is scored on
Apache-2.0Licence, which decides whether bodies are shown

artefact-retrieval

01

infohata/mind-vault

Skill Claude CodeCodex

Part of mv

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.

not rated 2 6d ago A 43 tokens original Apache-2.0

compound

02

infohata/mind-vault

Skill Claude CodeCodex

Part of mv

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…

not rated 2 6d ago A 85 tokens original Apache-2.0

dependabot-triage

03

infohata/mind-vault

Skill Claude CodeCodex

Part of mv

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…

not rated 2 6d ago A 190 tokens original Apache-2.0

deployment

04

infohata/mind-vault

Skill Claude CodeCodex

Part of mv

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.

not rated 2 6d ago D 41 tokens original Apache-2.0

django-frontend

05

infohata/mind-vault

Skill Claude CodeCodex

Part of mv

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…

not rated 2 6d ago A 67 tokens original Apache-2.0

django

06

infohata/mind-vault

Skill Claude CodeCodex

Part of mv

Apply cross-project Django backend conventions — BaseModel abstractions, DRF viewsets, ORM optimisation (selectrelated / prefetchrelated), multi-tenancy boundaries, generic-FK patterns, permission probes, and translation workflow — before hitting templates.

not rated 2 6d ago A 50 tokens original Apache-2.0

extjs-frontend

07

infohata/mind-vault

Skill Claude CodeCodex

Part of mv

Apply Sencha ExtJS 7 Modern-toolkit SPA conventions — MVVM ViewModel/ViewController binds and formulas, a promise service layer over Ext.Ajax with a single JSON-envelope owner, Ext.define + named-ui component system, loadmask + native-submit form lock, Jest Ext-stub and Playwright ComponentQuery harnesses, Sencha…

not rated 2 6d ago A 183 tokens original Apache-2.0

idea

08

infohata/mind-vault

Skill Claude CodeCodex

Part of mv

Create a new atomic IDEA-NNN- .md file in docs/ideas/ with structured frontmatter (status, priority, supersedes, dependson, related), or update an existing idea by slug. Maintains docs/ideas/README.md index. First stage of the mind-vault sprint workflow.

not rated 2 6d ago A 65 tokens original Apache-2.0

ideate

09

infohata/mind-vault

Skill Claude CodeCodex

Part of mv

Optional entry point above /idea — discover high-impact improvement candidates through divergent ideation across multiple axes (bugs / tech debt / features / refactors / tooling / docs) followed by an adversarial filter that prunes weak candidates. User picks which to capture as atomic IDEA-NNN- .md files via the…

not rated 2 6d ago A 84 tokens original Apache-2.0

ingest-backlog

10

infohata/mind-vault

Skill Claude CodeCodex

Part of mv

Brownfield-takeover helper that atomises a monolithic backlog document (IDEAS.md, BACKLOG.md, ROADMAP.md, TODO.md, FEATURES.md, or similar) into per-idea docs/ideas/IDEA-NNN- .md files with structured YAML frontmatter, then regenerates a lightweight index. One-pass, forward-only, defaults to dry-run. Bootstraps a…

not rated 2 6d ago A 98 tokens original Apache-2.0

land

11

infohata/mind-vault

Skill Claude CodeCodex

Part of mv

Merge + teardown operations — the final operational stage of the sprint workflow, after the single post-wrap review clears. Atomic-merges a review-cleared, docs-finalized PR when the target branch is non-protected per RULEgit-safety (squash-merge via gh pr merge; protected targets — main / production / deployment …

not rated 2 6d ago A 273 tokens original Apache-2.0

laravel-frontend

12

infohata/mind-vault

Skill Claude CodeCodex

Part of mv

Apply Laravel 12 frontend conventions across the four client-surface concerns — where client state lives (server-rendered Blade baseline, with Livewire 4 and Inertia 2 as opt-in variant layers), how a server returns a fragment vs a full page (Blade @fragment + ->fragmentIf on HX-Request, the Django HTMXMixin twin)…

not rated 2 6d ago A 177 tokens original Apache-2.0

laravel

13

infohata/mind-vault

Skill Claude CodeCodex

Part of mv

Apply Laravel 12 backend conventions across the six data-layer concerns — Eloquent eager-loading (with()/preventLazyLoading), the Form-Request + API-Resource input boundary, queued jobs on Redis/Horizon, tenant data-isolation via global scopes, Policy/Gate authorization, and Pest testing — plus the split-by-ownership…

not rated 2 6d ago A 81 tokens original Apache-2.0

mobile-ux-polish

14

infohata/mind-vault

Skill Claude CodeCodex

Part of mv

Apply mobile + tablet touch-interaction patterns when authoring shell-extending surfaces with swipe gestures, scroll-snap panes, swipe drawers, sticky-on-scroll navbars, or iOS Safari quirk handling. Covers touch drag-vs-tap dual-signal discriminator, scroll-snap settle-timer debounce, deferred-clear flag vs…

not rated 2 6d ago A 115 tokens original Apache-2.0

plan

15

infohata/mind-vault

Skill Claude CodeCodex

Part of mv

Turn an IDEA file or rough feature description into a durable technical plan emitted into the idea's archive dir at docs/archive/YYYY-MM-idea-NNN- /YYYY-MM-DD- -plan.md. Interactively explores requirements when input is thin (brainstorm front-end merged in). Invokes AGENTarchitect as a reviewer pass. Second stage of…

not rated 2 6d ago A 89 tokens original Apache-2.0

python

16

infohata/mind-vault

Skill Claude CodeCodex

Part of mv

Base Python-language layer beneath the framework skills — AST byte-exact flat-module→package splits and env-driven frozenset allowlists. Language-general recipes, framework or not.

not rated 2 6d ago A 37 tokens original Apache-2.0

review-loop

17

infohata/mind-vault

Skill Claude CodeCodex

Part of mv

Drive a bounded-autonomy review-fix-rerun loop against one or more pluggable review engines (Cursor Bugbot, GitHub Copilot, Claude Code Review, future N-engines) on a PR. Triages findings into Tier 1 / 2 / 3, batches per-cycle fixes into single commits, retriggers engines after each push, tracks each engine through a…

not rated 2 6d ago A 153 tokens original Apache-2.0

shell

18

infohata/mind-vault

Skill Claude CodeCodex

Part of mv

Base shell-language layer beneath deployment + the devops persona — strict-mode hazards, quoting/input hygiene, trap cleanup + locking, plus live-host ops machinery (DRY-RUN/--apply/--verify contracts, operator gates, SSH fleet sweeps, validator-less config edits, evidence-gated remediation).

not rated 2 6d ago D 63 tokens original Apache-2.0

skill-writer

19

infohata/mind-vault

Skill Claude CodeCodex

Part of mv

Author or refactor .md skills and rules for AI coding agents — enforces YAML frontmatter schema, trigger-phrase quality, length budgets, and the references/assets progressive-disclosure layout.

not rated 2 6d ago A 43 tokens original Apache-2.0

sprint-auto

20

infohata/mind-vault

Skill Claude CodeCodex

Part of mv

Unattended overnight orchestrator — runs a curated list of opt-in IDEAs through /plan → /work → /wrap (idea-only) → review-loop (single pass over the wrapped PR) → integration phase (sequential merge + batch wrap + tests + integration review) → /compound (mind-vault, review-looped). Review-engine selector…

not rated 2 6d ago A 454 tokens original Apache-2.0

surgical-tdd

21

infohata/mind-vault

Skill Claude CodeCodex

Part of mv

Debug failing tests quickly in any massive Python monolith by running fully-qualified test paths (pytest nodeids, Django dotted paths) instead of the full slow suite, and pairing surgical execution with regression-probe-first workflow.

not rated 2 6d ago A 48 tokens original Apache-2.0

work

22

infohata/mind-vault

Skill Claude CodeCodex

Part of mv

Execute a plan produced by /plan — reads the plan at docs/archive/YYYY-MM-idea-NNN- /YYYY-MM-DD- -plan.md, enforces RULEparallel-worktree-docker and RULEgit-safety, dispatches per the persona dispatch matrix, checks off plan items as commits land. Third stage of the mind-vault sprint workflow.

not rated 2 6d ago A 76 tokens original Apache-2.0

wrap

23

infohata/mind-vault

Skill Claude CodeCodex

Part of mv

Documentation finalization sweep — flip idea frontmatter to complete, re-sort the ideas index, append a devlog entry, surface a version-bump consideration for versioned projects (any version source: VERSION / pyproject.toml / package.json / Cargo.toml / setup.py / versioned CHANGELOG), scan project docs (guides…

not rated 2 6d ago A 337 tokens original Apache-2.0

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: