All authors
joris887 avatar

Claude Skills by joris887

github.com/joris887
45 skillsA× 43F× 20 installs0 views
UAT CycleA

Execute a UAT test case — select, test, process findings, fix or log, and close the cycle.

ai-agentsbashtesting
0
7
Architecture CheckA

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

ai-agentsgobash
0
7
Backlog ReviewA

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

ai-agentsgotesting
0
7
BootstrapA

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

developmenttypescriptpython
0
7
BrainstormA

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

ai-agentsrustgo
0
7
BuildA

Build a project from a plain-English description. Handles all technical decisions automatically. Designed for non-technical users but useful for anyone who wants fast results.

ai-agentsgobash
0
7
Claude Sense CheckA

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

ai-agentsbashtesting
0
7
Code QualityA

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.

developmentjavascripttypescript
0
7
CommitA

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

ai-agentsbashgit
0
7
ContinueA

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

ai-agentsgobash
0
7
Custom HooksA

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

ai-agentsshellbash
0
7
DashboardA

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

ai-agentsgobash
0
7
Debug SessionA

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

ai-agentsgobash
0
7
DeployF

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

ai-agentsgobash
0
7
DiscoverA

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

developmentpythonrust
0
7
DoctorA

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

ai-agentsrustgo
0
7
Fix IssueA

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

ai-agentsbashtesting
0
7
Framework UpgradeA

Upgrade Exosuit to a newer version while preserving project customizations.

ai-agentspythonshell
0
7
HandoffA

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

ai-agentsgobash
0
7
Help MeA

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

ai-agentsgotesting
0
7
IdeateA

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

ai-agentsrustgo
0
7
Manual TestA

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

ai-agentsrustgo
0
7
Merge DownA

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 with a true merge. Inverse of /merge-up; the parent is recorded by /parallel-work in git config (branch.<name>.exosuitParent). Read-only on the parent — safe to run while the parent...

ai-agentsbashgit
0
7
Merge UpA

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 records the parent in git config (branch.<name>.exosuitParent), and with /merge-down (the inverse direction).

ai-agentsgobash
0
7
OptimizeA

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

ai-agentsgoshell
0
7
Parallel WorkA

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 /merge-down (pull the parent's accumulated work into a stream).

ai-agentsgobash
0
7
Performance CheckA

Analyze performance patterns — N+1 queries, unbounded operations, blocking I/O, memory leaks, and scaling behavior. Auto-invoke after performance-sensitive code changes.

ai-agentsgobash
0
7
Phase ReviewA

Phase transition review — walkthrough built features, validate assumptions, refresh research, decide direction, and plan next phase.

ai-agentsgobash
0
7
Pr StatusA

Check status of open pull requests and provide options for next steps. Use to review PR status, handle feedback, or merge approved PRs.

ai-agentsbash
0
7
Quality CheckA

Unified quality gate dispatcher. Runs selected quality checks with profile-aware defaults.

ai-agentsbashsecurity
0
7
QuickstartA

Guided interactive tour of the framework. Walks through your first sprint from zero to shipped PR.

ai-agentsbashtesting
0
7
Refine LoopA

Use when the user wants iterative self-improvement on a deliverable (document, implementation, prompt, design) until completion criteria are met.

ai-agentsgobash
0
7
ResearchA

Deep online research on any topic. Produces structured reports with citations and confidence scores. Three depth modes — quick scan, standard investigation, or deep dive.

ai-agentspythonbash
0
7
RetrospectiveA

Sprint retrospective — consumes progress.md Metrics table, adds leading-lagging analysis, anti-pattern detection, and 4Ls framework.

ai-agentsgobash
0
7
Security AuditA

Security review for code touching authentication, credentials, file access, or user data. Includes CWE checklist ranked by AI vulnerability frequency, phantom package detection, ASVS-aligned controls, and supply chain checks. MANDATORY for auth code, credential handling, file operations with user data, network comms, or database queries with user input.

ai-agentspythonrust
0
7
Skill CreateA

Analyze the repository's technology stack and generate appropriate skills, rules, and hook configurations.

developmentpythongo
0
7
Skill EvalA

Use when you want to test, measure, or compare skill effectiveness. Supports eval, compare, metrics, baseline capture, and regression detection.

ai-agentsbash
0
7
Sprint EndA

Use when the user wants to ship a sprint's work to main via PR.

ai-agentsgobash
0
7
Sprint StartA

Pre-sprint checks, feature branch creation, and sprint planning. Ensures clean state, defines sprint goal and scope, creates sprint spec document.

ai-agentsgobash
0
7
Story CycleA

Use when the user wants to implement a single story or deliver a backlog item.

developmenttypescriptpython
0
7
Test ValidatorA

Validates test coverage, quality, and TDD compliance. Detects weakened assertions, deleted tests, and tautological patterns. Auto-invoke when user has written code and needs test validation.

ai-agentsjavascriptpython
0
7
Testing CycleA

Process a single user testing feedback item — classify, fix or log, verify, and report.

ai-agentsbashtesting
0
7
Undo WorkA

Safely discard or revert failed implementation attempts and restore a clean working state.

ai-agentsgobash
0
7
UninstallF

Cleanly remove the Exosuit framework from a project while preserving project-specific content.

ai-agentsshellbash
0
7
Weekly MaintenanceA

Execute comprehensive weekly maintenance routine (1-2 hours, Friday recommended). Includes health checks, quality review, dependency governance, activity insights, and planning.

ai-agentsgobash
0
7