infohata

42 mods across 1 repository, 2 stars between them.

django

25

infohata/mind-vault

Skill Claude CodeCodex

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.

2 4d ago A 50 tokens original Apache-2.0

extjs-frontend

26

infohata/mind-vault

Skill Claude CodeCodex

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…

2 4d ago A 183 tokens original Apache-2.0

idea

27

infohata/mind-vault

Skill Claude CodeCodex

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.

2 4d ago A 65 tokens original Apache-2.0

ideate

28

infohata/mind-vault

Skill Claude CodeCodex

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…

2 4d ago A 84 tokens original Apache-2.0

ingest-backlog

29

infohata/mind-vault

Skill Claude CodeCodex

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…

2 4d ago A 98 tokens original Apache-2.0

land

30

infohata/mind-vault

Skill Claude CodeCodex

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 …

2 4d ago A 273 tokens original Apache-2.0

laravel-frontend

31

infohata/mind-vault

Skill Claude CodeCodex

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)…

2 4d ago A 177 tokens original Apache-2.0

laravel

32

infohata/mind-vault

Skill Claude CodeCodex

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…

2 4d ago A 81 tokens original Apache-2.0

mobile-ux-polish

33

infohata/mind-vault

Skill Claude CodeCodex

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…

2 4d ago A 115 tokens original Apache-2.0

plan

34

infohata/mind-vault

Skill Claude CodeCodex

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…

2 4d ago A 89 tokens original Apache-2.0

python

35

infohata/mind-vault

Skill Claude CodeCodex

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.

2 4d ago A 37 tokens original Apache-2.0

review-loop

36

infohata/mind-vault

Skill Claude CodeCodex

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…

2 4d ago A 153 tokens original Apache-2.0

shell

37

infohata/mind-vault

Skill Claude CodeCodex

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

2 4d ago D 63 tokens original Apache-2.0

skill-writer

38

infohata/mind-vault

Skill Claude CodeCodex

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.

2 4d ago A 43 tokens original Apache-2.0

sprint-auto

39

infohata/mind-vault

Skill Claude CodeCodex

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…

2 4d ago A 454 tokens original Apache-2.0

surgical-tdd

40

infohata/mind-vault

Skill Claude CodeCodex

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.

2 4d ago A 48 tokens original Apache-2.0

work

41

infohata/mind-vault

Skill Claude CodeCodex

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.

2 4d ago A 76 tokens original Apache-2.0

wrap

42

infohata/mind-vault

Skill Claude CodeCodex

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…

2 4d ago A 337 tokens original Apache-2.0