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
113Mods indexed here, across every type
1mo agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

autonomize

01

AcKeskin/contexture

Skill Claude CodeCodex

Own the goal-directed autonomy contract — effort / stopping / ask — that execute, checkpoint, orchestrate, and the rule-prime hook read at their decision points, plus dispatch/coordinate/wrap. Set as persistent default, per-task at kickoff, live mid-flight steer, or by short interview. Use on /autonomize, "set how…

not rated 2 1mo ago A 93 tokens original MIT

brainstorm

02

AcKeskin/contexture

Skill Claude CodeCodex

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. Use on /brainstorm [slug], "help me shape this idea", "I…

not rated 2 1mo ago A 115 tokens original MIT

capture

03

AcKeskin/contexture

Skill Claude Code

Capture a memory (lesson / decision / rule / preference / feedback / project fact / reference) via propose-confirm-commit. Use on /capture, "remember that" / "save this", or skill invocation. Auto-proposes (never silent-writes; accept/edit/reject gates) only when high-stakes: a reversal of a shipped decision, a…

not rated 2 1mo ago A 100 tokens original MIT

checkpoint

04

AcKeskin/contexture

Skill Claude CodeCodex

Scope-dialed fit-and-intent audit — "does this serve the original point + cohere with the whole + what did I learn?" — at diff / module / corpus zoom (--scope overrides auto-detection). Use on /checkpoint, "does this fit", "did I drift". Never auto-fires.

not rated 2 1mo ago A 66 tokens original MIT

close-out

05

AcKeskin/contexture

Skill Claude Code

Close out the scope chain on a shipped slug — leaves the canonical spec reconciled with what shipped, spent plan/blueprint artefacts archived, and one ship line recorded. The terminus after /execute meets done-criteria. Use on /close-out , "close out this slug", "reconcile what shipped", "wrap up ". Mode A — never…

not rated 2 1mo ago A 89 tokens original MIT

coordinate

06

AcKeskin/contexture

Skill Claude CodeCodex

Keep multiple live Claude sessions aligned via a shared, file-based session board (.claude/sessions-active.md, gitignored) — session ownership, hand-off notes, file/slug collision detection; a session can claim coordinator to assign work. No daemon or polling. Use on /coordinate…

not rated 2 1mo ago A 90 tokens original MIT

deliver

07

AcKeskin/contexture

Skill Claude CodeCodex

Render a selection of retrieved fragments into Claude's working context per the deliver format contract. Library-only — callable by other skills (discover, prep, review, retrospect-core) that need to present bodies, not a user-invoked skill. Stateless.

not rated 2 1mo ago A 52 tokens original MIT

discover

08

AcKeskin/contexture

Skill Claude Code

Load relevant stored memories and codemap entries for the current task. Use when the user types /discover, asks to "load context," or a task is starting with stored context unsurfaced. Also callable by other skills (prep, review).

not rated 2 1mo ago A 51 tokens original MIT

dispatch

09

AcKeskin/contexture

Skill Claude Code

Use when facing 2+ independent tasks (different test files, different subsystems, different bugs) that can be investigated or fixed in parallel without shared state or sequential dependencies.

not rated 2 1mo ago A 37 tokens original MIT

envision

10

AcKeskin/contexture

Skill Claude Code

Interview-driven top-level project vision — intent, UX shape, module partition, boundaries, non-goals — into a versioned .claude/visions/ /. Breadth-over-depth, mandatory module-map; the once-per-project doc upstream of /spec. Use on /envision or "sketch / partition / shape a new project". Not for one piece of an…

not rated 2 1mo ago A 91 tokens original MIT

execute

11

AcKeskin/contexture

Skill Claude Code

Run a plan step-by-step with verification gates, honoring the autonomy contract — never advances silently past a failure. Use when a drafted plan is ready to implement. User-invoked: /execute [slug | path] [--from N] [--strategy sequential|subtask|multi-agent]. Never auto-fires.

not rated 2 1mo ago A 67 tokens original MIT

extract-conventions

12

AcKeskin/contexture

Skill Claude Code

Observe a scope's dominant code conventions and write a project-tier conventions.md rule overriding universal defaults; conflicts with shipped rules are surfaced, never silently overridden. Use on /extract-conventions or "codify the house style". Mode A — never auto-fires.

not rated 2 1mo ago A 56 tokens original MIT

glossary

13

AcKeskin/contexture

Skill Claude Code

Extract the project's ubiquitous language — term → definition → code symbol(s) → collision note — into a project-tier .claude/rules/glossary.md primed by the rule-prime hook and cited by the naming audit. Use on /glossary or "write down the domain vocabulary". Mode A — never auto-fires, never auto-writes.

not rated 2 1mo ago A 77 tokens original MIT

human-view

14

AcKeskin/contexture

Skill Claude CodeCodex

Project an LLM-optimized planning artefact (a plan, blueprint, spec, or vision) into a human-readable approval view — the goal + the concrete decisions in plain prose, so you can approve it and check the discussions were pointing at the right thing. Callable by the draft-plan / blueprint review gates; also /human-view…

not rated 2 1mo ago A 93 tokens original MIT

humanize

15

AcKeskin/contexture

Skill Claude CodeCodex

Detect, score, and rewrite AI-generated texture in user-facing prose — docs, professional email, PR/proposal/issue — preserving every argument; verdicts are advisory, never binary. Use on /humanize or "make this sound human / does this read like AI". Refuses the terse model corpus. Mode A — never auto-fires.

not rated 2 1mo ago A 73 tokens original MIT

improve-prompt

16

AcKeskin/contexture

Skill Claude CodeCodex

Improve any prompt — for LLMs/chat/agents or for generative image/video/audio models — so it produces more reliable, on-target output. Model-agnostic; uses techniques that hold across vendors. Interviews to fill real gaps, then returns a rewritten prompt plus a short rationale. Use when the user types /improve-prompt…

not rated 2 1mo ago A 113 tokens original MIT

memory-audit

17

AcKeskin/contexture

Skill Claude CodeCodex

Audit the project's memory tree for integrity drift + bloat — orphans, duplicates, broken relations, stale references, schema gaps, uncompressed bodies. Ten dimensions, propose-confirm-commit per finding, read-only by default. Use when the user types /memory-audit. Mode A only — never auto-fires.

not rated 2 1mo ago A 68 tokens original MIT

new-agent

18

AcKeskin/contexture

Skill Claude Code

Scaffold a new Claude Code subagent under agents/ — interview-driven, forces the user to articulate job-to-be-done, pre-flight questions, anti-patterns, and a debugging workflow rather than a generic persona. Use when the user types /new-agent or asks to create / scaffold / add a subagent. Mode A only — never…

not rated 2 1mo ago A 75 tokens original MIT

new-agents-md

19

AcKeskin/contexture

Skill Claude Code

Generate a vendor-neutral AGENTS.md by projecting the Claude-Code instruction corpus — CLAUDE.md tree, rules, landmines, canonical commands — into a flat file other coding agents read, interviewing only for gaps the corpus can't know. Use on /new-agents-md or "make the repo readable by non-Claude agents". Mode A …

not rated 2 1mo ago A 78 tokens original MIT

new-hook

20

AcKeskin/contexture

Skill Claude Code

Scaffold a new Claude Code hook end-to-end from a recipe — produces the hook file, payload fixtures, a Node-based runner, and the /.claude/settings.json registration (diff previewed). Use when the user types /new-hook or asks to create / scaffold / add a hook. Mode A only — never auto-fire.

not rated 2 1mo ago B 70 tokens original MIT

new-mcp

21

AcKeskin/contexture

Skill Claude Code

Scaffold a new MCP server project under mcps/ — interview-driven, supports TypeScript and Python, simple tool servers and API wrappers; delivers a built, dependency-installed project registered in /.claude.json. Use when the user types /new-mcp or asks to create / scaffold / add an MCP server. Mode A only — never…

not rated 2 1mo ago A 75 tokens original MIT

orchestrate

22

AcKeskin/contexture

Skill Claude Code

Goal-directed orchestration and convergence for concurrent work — turns a single goal into parallel agent work and verifies it back into one result. Use when the user types /orchestrate or says "split this across agents", "set up worktrees for these branches", "fan this goal out". Mode A only — never auto-fires.

not rated 2 1mo ago A 71 tokens original MIT

pr-author

23

AcKeskin/contexture

Skill Claude CodeCodex

Draft a PR title and body — Summary + Test plan + Closes-line on top of any PR template. Auto-fires when about to run "gh pr create", after a first push with no open PR, or on "open a PR". Hands over a ready-to-run gh command; NEVER runs the GitHub write itself. Skip on the default branch. /pr-author.

not rated 2 1mo ago A 80 tokens original MIT

pr-review

24

AcKeskin/contexture

Skill Claude Code

Review a GitHub PR — structured findings on correctness / design / hygiene / security; no GitHub posting. User-invoked: /pr-review [number] or "review PR 123". Reviews an incoming external diff — not your local code (use review), not bug-hunting your own change (use code-review); does not auto-fire.

not rated 2 1mo ago A 74 tokens original MIT

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: