AcKeskin/contexture

My personal setup for working with AI; what I learned from existing plugins, plus a bunch of my own, built the way I like to work.

2Stars on the repository
60Mods indexed here, across every type
1mo agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

allow-skip-hooks

01

AcKeskin/contexture

Command

Arm the hook-skip-blocker to permit the next N git commands with --no-verify / --no-gpg-sign / -c commit.gpgsign=false / -c core.hooksPath=. Default N = 1.

2 1mo ago A 47 tokens original MIT

autonomize

02

AcKeskin/contexture

Command

Set or show the goal-directed autonomy contract (effort / stopping / ask) that the workflow organs read at their decision points — how hard to push, when to stop, when to ask. Propose-confirm, never auto-fires.

2 1mo ago A 48 tokens original MIT

blueprint

03

AcKeskin/contexture

Command

Author a concrete blueprint for a slug — what we wanted (intent) + what we're building now (classes, interfaces, dependencies, module relationships, build order) with Mermaid UML. Optional, after /draft-plan. Presents the draft for accept/edit/reject, then writes to .claude/docs/ /v .md and the Obsidian vault.

2 1mo ago A 73 tokens original MIT

brainstorm

04

AcKeskin/contexture

Command

Ideation organ upstream of /envision — talk a half-formed idea into shape, or crystallize a blurry one into a name, one-line description, edges (in/out), and end-goal. Converges (doesn't just chat); writes a light .claude/ideas/ .md note that /envision picks up.

2 1mo ago A 71 tokens original MIT

capture

05

AcKeskin/contexture

Command

Capture a memory (lesson / decision / rule / preference) with propose-confirm-commit flow.

2 1mo ago A 18 tokens original MIT

checkpoint

06

AcKeskin/contexture

Command

Scope-dialed fit-and-intent checkpoint — "does this serve the point + cohere + what did I learn?" at diff / module / corpus zoom. Auto-detects scope (+ --scope override); diff scope composes /code-review + a fit-pass; batches findings and routes them.

2 1mo ago A 61 tokens original MIT

close-out

07

AcKeskin/contexture

Command

Close out the scope chain on a shipped slug — reconcile shipped reality into the canonical spec, retire spent plan/blueprint artefacts to a dated archive folder, record one ship line. The terminus after /execute meets done-criteria.

2 1mo ago A 48 tokens original MIT

coordinate

08

AcKeskin/contexture

Command

Keep multiple live Claude sessions aligned via a shared, gitignored session board (.claude/sessions-active.md) — register what this session owns, see what others own, leave hand-off notes, detect file/slug collisions. A session can claim coordinator to assign work to others. No daemon/polling.

2 1mo ago A 62 tokens original MIT

discover

09

AcKeskin/contexture

Command

Load relevant stored memories and codemap entries for the current task.

2 1mo ago A 12 tokens original MIT

draft-plan

10

AcKeskin/contexture

Command

Produce a versioned plan under .claude/plans/ /v .md from the active spec for that slug. Each step has a goal, files, expected outcome, and verification criteria. Plans pin to a specific spec version. The drafted plan is presented for review (accept / edit / reject) before it is written to disk.

2 1mo ago A 70 tokens original MIT

envision

11

AcKeskin/contexture

Command

Interview the user on a project's top-level vision — intent, UX shape, module partition, boundaries, and relations — and write a versioned vision under .claude/visions/ /. Visions are the load-bearing artefact upstream of /spec; each module the vision names becomes a candidate slug for its own /spec run. One vision…

2 1mo ago A 77 tokens original MIT

execute

12

AcKeskin/contexture

Command

Execute the active plan for a slug under .claude/plans/ /, one step at a time, with verification after each. Prompts on failure; never advances silently.

2 1mo ago A 37 tokens original MIT

extract-conventions

13

AcKeskin/contexture

Command

Observe a scope's dominant code conventions and write a project-tier conventions.md that overrides universal defaults for that scope — hybrid deterministic+model detection, per-category propose-confirm, language-pro-delegated authoring.

2 1mo ago A 40 tokens original MIT

glossary

14

AcKeskin/contexture

Command

Extract a project's ubiquitous language (domain term → definition → code symbol) into a project-tier glossary.md the rule-prime hook primes and /review cites — the meaning leg beside codemap's structure and extract-conventions' style. Per-group propose-confirm.

2 1mo ago A 51 tokens original MIT

human-view

15

AcKeskin/contexture

Command

Project an LLM-optimized planning artefact (plan / blueprint / spec / vision) into a human-readable approval view — the goal + the concrete decisions in plain prose, with an alignment check, so you can approve it and confirm the discussions were pointing at the right thing.

2 1mo ago A 56 tokens original MIT

humanize

16

AcKeskin/contexture

Command

Detect, score, and rewrite AI-generated texture in user-facing prose (tech docs / email & messaging / PR-proposal-issue). Density-not-instance, advisory likelihood not a verdict, voice-calibrated rewrite. Refuses the terse model corpus.

2 1mo ago A 50 tokens original MIT

improve-prompt

17

AcKeskin/contexture

Command

Improve any prompt — for LLMs/chat/agents or generative image/video/audio models. Model-agnostic; interviews to fill real gaps, then returns a rewritten prompt plus a short rationale.

2 1mo ago A 39 tokens original MIT

memory-audit

18

AcKeskin/contexture

Command

Audit the project's memory tree for drift — orphans, duplicates, broken relations, stale references, schema gaps. Read-only by default; proposes fixes via propose-confirm-commit. Sibling of /review for memory rather than code.

2 1mo ago A 46 tokens original MIT

new-agent

19

AcKeskin/contexture

Command

Scaffold a new Claude Code subagent under agents/ — interview-driven, forces job-to-be-done, pre-flight questions, anti-patterns, and debugging workflow. Writes one .md file with full structure and a settings/MEMORY.md side-effect-free preview.

2 1mo ago A 54 tokens original MIT

new-agents-md

20

AcKeskin/contexture

Command

Generate a vendor-neutral AGENTS.md by projecting this Claude-Code instruction corpus — CLAUDE.md tree, architectural rules, warning/feedback landmines, canonical commands — into a flat file other coding agents (Codex, Cursor, Aider, …) can read, then interviewing only for the gaps the corpus can't know.

2 1mo ago A 66 tokens original MIT

new-hook

21

AcKeskin/contexture

Command

Scaffold a new Claude Code hook end-to-end — recipe-driven hook file, payload fixtures, runner, and settings.json registration with diff preview.

2 1mo ago B 28 tokens original MIT

new-mcp

22

AcKeskin/contexture

Command

Scaffold a new MCP server project under mcps/ — interview-driven, supports TypeScript and Python, simple tool servers and API wrappers. Writes project files, installs dependencies, builds, and registers in /.claude.json with diff preview.

2 1mo ago A 48 tokens original MIT

orchestrate

23

AcKeskin/contexture

Command

Goal-directed orchestration & convergence for concurrent work — decompose one goal into interdependent units, place each (shared tree / worktree / serialize), fan out via dispatch, keep on track at dispatch, then verify-and-converge into one coherent result.

2 1mo ago A 52 tokens original MIT

pr-author

24

AcKeskin/contexture

Command

Draft a PR title + body to a clean contract (Summary + Test plan + Closes-line over any existing template) and hand you a ready-to-run gh pr create command — never opens the PR itself.

2 1mo ago A 41 tokens original MIT