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.

This repository also configures its own agents. See what contexture tells them →

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

pr-author

25

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

26

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

pr-triage

27

AcKeskin/contexture

Skill Claude Code

Triage a PR's unresolved review comments with you, deciding per comment whether to act on it, defer it, or record your reasoning for the reply YOU will write. Never drafts or posts replies; read-only GitHub access. Manual trigger only: /pr-triage [PR]. Skip on a single directed comment ("just fix #3").

not rated 2 1mo ago A 75 tokens original MIT

pre-push

28

AcKeskin/contexture

Skill Claude Code

Pre-flight checklist before a git push — commits-to-ship summary + branch-name / commit-hygiene / AI-attribution / staged-leftover / debug-artifact / hook-bypass / unresolved-secret checks; stops on any flag, never pushes past it. Auto-fires when about to run git push or on "push this" / "send it up". Skip on the…

not rated 2 1mo ago A 94 tokens original MIT

prep

29

AcKeskin/contexture

Skill Claude Code

Prime the session with architectural rules for the current task — universal + language + domain + project tiers — the deep pass on top of the rule-prime hook's floor. Auto-fires on the first substantive task, after /clear, and on topic shift; asks before re-priming on drift. Manual trigger /prep. Not for trivial…

not rated 2 1mo ago A 73 tokens original MIT

recap

30

AcKeskin/contexture

Skill Claude Code

Write a session recap — an episodic record of what a work session was about, what was investigated, learned, completed, and what's next; Learned items can be promoted to memories via /capture. Use on /recap, "wrap up" / "write session notes" / "recap this session", or session-closure signals ("done for today", PR…

not rated 2 1mo ago A 90 tokens original MIT

retrospect-core

31

AcKeskin/contexture

Skill Claude CodeCodex

Shared engine for the meta-review organs — orientation pass, NEW/CARRIED/RESOLVED baseline diffing, propose-confirm-commit-with-routing, and review-output-contract report rendering. Library-only — callable by checkpoint (and any future meta-review skill), not user-invoked. There is no /retrospect-core command.…

not rated 2 1mo ago A 84 tokens original MIT

review

32

AcKeskin/contexture

Skill Claude Code

Audit code in scope against your architectural rules; report drift (dead code, SoC, monolith, missing-pattern, principle, comment-drift, naming-quality) with propose-confirm per fix; route misses to /capture. Triggers: /review [path | --since | --vault], "review this", "audit the architecture", "check for drift".…

not rated 2 1mo ago A 108 tokens original MIT

rules

33

AcKeskin/contexture

Skill Claude Code

Manage the architectural-rule overlay — list / disable / enable / edit / sync / where across the shipped, company, user, and project tiers. Use when the user types /rules, says "override that rule", "disable this rule", "add a company rule", "show my active rules", "why is this rule applying", or wants to point at a…

not rated 2 1mo ago A 87 tokens original MIT

AcKeskin/contexture

Skill Claude CodeCodex

Use when encountering a bug, test failure, or unexpected behavior that does not have an obvious one-line fix, before proposing fixes. Random fixes waste time and create new bugs — find root cause first.

not rated 2 1mo ago A 45 tokens copy · 88% MIT

AcKeskin/contexture

Skill Claude CodeCodex

Use when implementing a non-trivial feature or bugfix where regressions matter, before writing implementation code. Skip for throwaway prototypes, generated code, pure config changes, or one-line fixes — but only with the user's permission.

not rated 2 1mo ago A 50 tokens copy · 80% MIT

update-changelog

36

AcKeskin/contexture

Skill Claude Code

Append one dated line per shipped unit to the canonical CHANGELOG.md via propose-confirm — never auto-writes. Use on /update-changelog, "log this ship", or when a caller organ offers it on shipped work or a significant planning-artifact change. One line per unit, not per commit. Mode A — never auto-fires.

not rated 2 1mo ago A 73 tokens original MIT

update-codemap

37

AcKeskin/contexture

Skill Claude Code

Regenerate the project codemap at .claude/codemap.md — produce an LLM-facing architecture document with prose overview, per-module roles, detected conventions, hub files, and structured file/class graphs for downstream visualization. Use when the user types /update-codemap or asks to refresh / create / update the…

not rated 2 1mo ago A 76 tokens original MIT

using-git-worktrees

38

AcKeskin/contexture

Skill Claude CodeCodex

Use when starting feature work that needs isolation from the current workspace, or before executing a non-trivial implementation plan that risks polluting the working tree. Creates an isolated git worktree with directory-selection priority and gitignore safety verification.

not rated 2 1mo ago A 52 tokens original MIT

visualise-codemap

39

AcKeskin/contexture

Skill Claude Code

Render .claude/codemap.md into a UML-heavy document — layered module map, per-module class/file graphs, cross-module relations, call graphs, sequence diagrams — written to .claude/codemap.diagrams.md and the vault. Consumes the existing codemap, never rescans. Use on /visualise-codemap or "diagram the codemap". Mode A…

not rated 2 1mo ago A 89 tokens original MIT

work-state

40

AcKeskin/contexture

Skill Claude Code

Report a slug's position in the scope chain (envision→spec→draft-plan→blueprint→execute→archive) as deterministic structured state — a per-stage missing/present/stale/done table, a single next-action line, and the load-bearing stale-spec-pin check. Read-only, mostly filesystem-derived (no model call for the structural…

not rated 2 1mo ago A 134 tokens original MIT

wrap

41

AcKeskin/contexture

Skill Claude Code

Session-terminus driver — one /wrap runs the full closing ceremony by driving the existing organs, from coordination teardown through changelog and build progress. Auto-runs only the reversible spine; every canonical write gated accept/edit/reject. Use on /wrap or "wrap up the session". Mode A — never auto-fires.

not rated 2 1mo ago A 68 tokens original MIT

write-tests

42

AcKeskin/contexture

Skill Claude Code

Author a quality test suite for EXISTING code — convention-matching, test plan confirmed before any writing, pins current behavior but flags suspicious-as-bug. Use on /write-tests or "write / add tests for existing code". Mode A — never auto-fires.

not rated 2 1mo ago A 57 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: