juxt

51 mods across 2 repositories, 487 stars between them.

allium

25

juxt/claude-plugins

Skill Claude CodeCodex

Give your AI agents something more useful than a prompt. Velocity through clarity.

10 4d ago A 18 tokens copy · 100% MIT

distill

26

juxt/claude-plugins

Skill Claude CodeCodex

Extract an Allium specification from an existing codebase. Use when the user has existing code and wants to distil behaviour into a spec, reverse engineer a specification from implementation, generate a spec from code, turn implementation into a behavioural specification, or document what a codebase does in Allium…

10 4d ago B 63 tokens copy · 100% MIT

elicit

27

juxt/claude-plugins

Skill Claude CodeCodex

Run a structured discovery session to build an Allium specification through conversation. Use when the user wants to create a new spec from scratch, elicit or gather requirements, capture domain behaviour, specify a feature or system, define what a system should do, or is describing functionality and needs help…

10 4d ago A 66 tokens copy · 100% MIT

propagate

28

juxt/claude-plugins

Skill Claude CodeCodex

Generate tests from Allium specifications. Use when the user wants to propagate tests, generate test files from a spec, write tests for a specification, create property-based tests, produce state machine tests, check test coverage against spec obligations, or understand what tests a specification requires.

10 4d ago A 57 tokens copy · 100% MIT

tend

29

juxt/claude-plugins

Skill Claude CodeCodex

Tend the Allium garden. Use when the user wants to write, edit, update, add to, improve, clarify, refine, restructure, fix or migrate Allium specs. Covers adding entities, rules, triggers, surfaces and contracts, fixing syntax or validation errors, renaming or refactoring within specs, migrating specs to a new…

10 4d ago A 90 tokens copy · 100% MIT

weed

30

juxt/claude-plugins

Skill Claude CodeCodex

Weed the Allium garden. Find where Allium specifications and implementation code have diverged, and help resolve the divergences. Use when the user wants to check spec-code alignment, compare specs against implementation, audit for spec drift or violations, sync specs with code or code with specs, or verify whether…

10 4d ago A 71 tokens copy · 100% MIT

witness

31

juxt/claude-plugins

Skill Claude CodeCodex

Independently witness that an Allium loop's convergence claim is true and was reached honestly. Use when the user wants to verify a loop's self-report, confirm tests really pass and no generated test was weakened, produce a convergence certificate or witness record, gate CI on a trustworthy signal, or check that an…

10 4d ago A 75 tokens copy · 100% MIT

chalk

32

juxt/claude-plugins

Plugin Claude Code

Capture intent across issues, commits, and PRs — why, not just what.

10 4d ago A tokens not measured original MIT

github

33

juxt/claude-plugins

Agent

Mechanics layer for the chalk skills — manages GitHub state (issues, comments, PRs, issue relationships). Handles gh calls for creating/updating chalk comments, updating Progress sections, creating issues, creating PRs, reading and searching issue state, and managing sub-issue and blocked-by relationships. DO NOT…

10 4d ago A 268 tokens original MIT

weed-comments

34

juxt/claude-plugins

Agent

Deletes code comments that don't earn their place, from the files a change touched. Runs the triggers, the test and the level-of-detail check from chalk:code-comments against code it has never seen before, and applies the deletions. DO NOT invoke this agent directly from the main conversation, and DO NOT tell it what…

10 4d ago A 140 tokens original MIT

weed-prose

35

juxt/claude-plugins

Agent

Reviews a drafted commit body or PR description as the artefact's pinned reader would — cutting sentences answerable from what that reader already holds, and reporting where the why is missing. Deletion-only; it never rewrites. DO NOT invoke this agent directly from the main conversation, and DO NOT give it the…

10 4d ago A 136 tokens original MIT

allium-voice

36

juxt/claude-plugins

Skill Claude CodeCodex

The chalk writing voice applied to Allium specifications — a spec states the aim, and what it does not state, it excludes. Load before writing or editing any .allium file, any obligation, invariant, guarantee or guidance annotation, or any -- comment body within one. Use when the user says "edit the spec", "add an…

10 4d ago A 128 tokens original MIT

chalk

37

juxt/claude-plugins

Skill Claude CodeCodex

Track session intent and progress against GitHub Issues, and write chalk comments and Progress sections in the chalk voice. Use when the user says "chalk.

10 4d ago A 31 tokens original MIT

code-comments

38

juxt/claude-plugins

Skill Claude CodeCodex

What earns a code comment, and what to delete — interface versus implementation comments, the pinned readers, the triggers and the test, and where rejected material goes instead. Load early in any session that touches code, before writing or editing any comment, docstring or kdoc, and again when reviewing a diff…

10 4d ago A 76 tokens original MIT

commit

39

juxt/claude-plugins

Skill Claude CodeCodex

Create a commit with a contextual body explaining the why, in the chalk voice. Use when the user says "commit this", "commit", "make a commit", "/chalk:commit"; OR is about to compose, draft, write or amend any git commit message body (e.g. "write a commit message", "draft the commit body", "amend the commit…

10 4d ago A 98 tokens original MIT

goal-tree

40

juxt/claude-plugins

Skill Claude CodeCodex

Structure a goal as a tree whose children accomplish their parent rather than argue for it, and test each node for sufficiency. Load whenever writing something with a goal structure in it — the direction or target end state of a piece of work, an issue's Implementation or Future state section, the shape of a problem…

10 4d ago A 110 tokens original MIT

issue

41

juxt/claude-plugins

Skill Claude CodeCodex

Create a GitHub issue, or update an existing issue's description, with a body that captures the problem and why it matters, in the chalk voice. Use when the user says "open an issue", "file a bug", "raise an issue", "create an issue", "file a ticket", "/chalk:issue"; OR is about to compose, draft, write or update any…

10 4d ago A 134 tokens original MIT

mindmap

42

juxt/claude-plugins

Skill Claude CodeCodex

How to structure anything the reader has to follow — a mindmap of nested bullets whose parents are claims and whose children back them up. Load before drafting any commit body, issue, PR description, chalk comment, code comment or docs section with more than a couple of steps of reasoning in it; the chalk…

10 4d ago A 118 tokens original MIT

pr

43

juxt/claude-plugins

Skill Claude CodeCodex

Create a pull request with a description that captures the intent and reasoning behind the change, in the chalk voice. Use when the user says "create a PR", "open a PR", "submit a PR", "raise a PR", "make a PR", "PR this", "/chalk:pr"; OR is about to compose, draft, write or update any pull request title or body (e.g.…

10 4d ago A 130 tokens original MIT

sitrep

44

juxt/claude-plugins

Skill Claude CodeCodex

Report where the current session has got to as a mindmap — what has landed, what is still open as ID'd ideas, decisions and questions, and a tl;dr. Use when the user says "/sitrep", "where are we", "where were we", "recap the session", "what's still open", or is picking a session back up after a break, a compaction or…

10 4d ago A 89 tokens original MIT

tend-docs

45

juxt/claude-plugins

Skill Claude CodeCodex

Write or update a technical documentation page in the chalk voice, structured around Diataxis. Use when the user says "tend the docs", "update the docs", "write a docs page", "document this feature", "add a how-to for X", "/chalk:tend-docs", or references adding/editing an end-user-facing docs page in a technical…

10 4d ago A 81 tokens original MIT

voice

46

juxt/claude-plugins

Skill Claude CodeCodex

Shared chalk writing voice — the universal principles, the explanation quadrant, and the line-format rule. The chalk, chalk:issue, chalk:commit, chalk:pr and chalk:tend-docs skills load this before drafting any GitHub-bound or docs prose; a human may run it to read the guide. Companion skills chalk:mindmap (the shape…

10 4d ago A 96 tokens original MIT

weed-docs

47

juxt/claude-plugins

Skill Claude CodeCodex

Audit technical documentation for drift against a code change. Produce a punch list of user-facing docs pages that probably need updating. Use when the user says "weed the docs", "check docs for drift", "audit docs against this diff", "which docs does this change affect", "/chalk:weed-docs", or is about to open a PR…

10 4d ago A 80 tokens original MIT

chill

48

juxt/claude-plugins

Plugin Claude Code

Interrupt forward momentum and step back to reassess.

10 4d ago A tokens not measured original MIT