joris887

69 mods across 1 repository, 4 stars between them.

architecture-check

25

joris887/exosuit

Skill Claude CodeCodex

Validate module boundaries, check for architectural drift, and suggest fitness function tests. Compares actual code structure against ARCHITECTURE.md.

4 12d ago A 30 tokens original MIT

backlog-review

26

joris887/exosuit

Skill Claude CodeCodex

Execute comprehensive backlog review. Analyzes story quality, Definition of Ready compliance, dependencies, zombie stories, and generates a backlog health report.

4 12d ago A 32 tokens original MIT

bootstrap

27

joris887/exosuit

Skill Claude CodeCodex

First-run framework setup. Detects existing project stack or guides new project creation from vision/braindump.

4 12d ago A 24 tokens original MIT

brainstorm

28

joris887/exosuit

Skill Claude CodeCodex

Use when the user has a complex idea that needs design exploration before story decomposition.

4 12d ago A 19 tokens original MIT

claude-sense-check

29

joris887/exosuit

Skill Claude CodeCodex

Incremental code logic verification of UAT test cases — pick batch, trace code, fix issues, update tracking.

4 12d ago A 29 tokens original MIT

code-quality

30

joris887/exosuit

Skill Claude CodeCodex

Analyzes code quality, complexity, duplication, and architectural patterns. Use after implementing features, during code review, or when preparing for PR. Auto-invoke when user has completed significant code changes or asks to review code quality.

4 12d ago A 48 tokens original MIT

commit

31

joris887/exosuit

Skill Claude CodeCodex

Create a well-formatted conventional commit with proper message structure. Use when ready to commit changes.

4 12d ago A 21 tokens original MIT

continue

32

joris887/exosuit

Skill Claude CodeCodex

Resume development with smart session continuation. Reads session handoff files, sprint spec, analyzes git state, and determines the best path forward.

4 12d ago A 29 tokens original MIT

custom-hooks

33

joris887/exosuit

Skill Claude CodeCodex

Create project-specific hook scripts and register them in settings.json. Extends the framework's enforcement layer.

4 12d ago A 23 tokens original MIT

dashboard

34

joris887/exosuit

Skill Claude CodeCodex

Sprint status overview with session insights, sprint trends, and actionable next steps.

4 12d ago A 17 tokens original MIT

debug-session

35

joris887/exosuit

Skill Claude CodeCodex

Use when the user reports a bug, error, or unexpected behavior that needs investigation.

4 12d ago A 20 tokens original MIT

deploy

36

joris887/exosuit

Skill Claude CodeCodex

Deploy the project to a hosting platform. Detects deployment configuration, runs pre-deploy checks, and guides first-time setup.

4 12d ago C 27 tokens original MIT

discover

37

joris887/exosuit

Skill Claude CodeCodex

Deep guided elicitation for new projects. Archetype-aware, research-backed, multi-phase discovery with assumption tracking and Phase Transition Stories.

4 12d ago A 28 tokens original MIT

doctor

38

joris887/exosuit

Skill Claude CodeCodex

Validate framework configuration, check runtime dependencies, and report issues. Use when something isn't working or after setup.

4 12d ago B 23 tokens original MIT

fix-issue

39

joris887/exosuit

Skill Claude CodeCodex

Fix a GitHub issue following project coding standards. Creates branch, implements fix with TDD, and prepares PR.

4 12d ago A 27 tokens original MIT

framework-upgrade

40

joris887/exosuit

Skill Claude CodeCodex

Upgrade Exosuit to a newer version while preserving project customizations.

4 12d ago B 18 tokens original MIT

handoff

41

joris887/exosuit

Skill Claude CodeCodex

Generate a structured handoff document for ending a development session. Saves to docs/sessions/ for the continue skill to read.

4 12d ago A 28 tokens original MIT

help-me

42

joris887/exosuit

Skill Claude CodeCodex

Natural language skill discovery — describe what you want to do and get matched to the right skill.

4 12d ago A 22 tokens original MIT

ideate

43

joris887/exosuit

Skill Claude CodeCodex

Use when the user has an idea or requirement to decompose into backlog stories.

4 12d ago A 19 tokens original MIT

manual-test

44

joris887/exosuit

Skill Claude CodeCodex

Prepare for manual testing session with test plan based on known issues, recent changes, and acceptance criteria.

4 12d ago A 23 tokens original MIT

merge-down

45

joris887/exosuit

Skill Claude CodeCodex

Use when the user is inside a parallel stream (worktree branch) and wants to bring that branch up to date with the LATEST of its parent branch — typically after one or more sibling streams have merged their work up into the parent (via /merge-up). Pulls the parent's accumulated commits down into the current branch…

4 12d ago A 117 tokens original MIT

merge-up

46

joris887/exosuit

Skill Claude CodeCodex

Use when the user is inside a parallel stream (worktree branch) and wants to merge that branch's committed work into the parent branch it was created from, then bring the stream back up to date with the parent. True merge (keeps individual commits); prompts before pushing the parent. Pairs with /parallel-work, which…

4 12d ago A 95 tokens original MIT

optimize

47

joris887/exosuit

Skill Claude CodeCodex

Use when the user wants to autonomously improve a measurable metric through iterative experimentation with git-based checkpointing and automatic rollback.

4 12d ago A 27 tokens original MIT

parallel-work

48

joris887/exosuit

Skill Claude CodeCodex

Work on multiple stories at the same time. Creates isolated parallel streams (git worktrees) from the current branch, wires up local settings, and opens each in its own Claude Code session. Also shows stream status and cleans up finished streams. Pairs with /merge-up (publish a stream's work to the parent branch) and…

4 12d ago A 82 tokens original MIT