compozy/skeeper

Version your spec artifacts — PRDs, tech specs, ADRs, AI plans — in a sidecar Git repository, without polluting your main PRs.

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

compozy/skeeper

Skill Claude CodeCodex

Find and fix concurrency bugs - deadlocks, races, livelocks, await-holding-lock, database locks, LDPRELOAD init, swarm races. Use when processes hang, tests flake, or auditing concurrency.

not rated 85 3mo ago A 52 tokens original MIT

compozy/skeeper

Skill Claude CodeCodex

Diátaxis Documentation Expert. An expert technical writer specializing in creating high-quality software documentation, guided by the principles and structure of the Diátaxis technical documentation authoring framework.

not rated 85 3mo ago A 39 tokens copy · 100% MIT

exa-web-search-free

27

compozy/skeeper

Skill Claude CodeCodex

Free AI search via Exa MCP. Web search for news/info, code search for docs/examples from GitHub/StackOverflow, company research for business intel. No API key needed.

not rated 85 3mo ago B 42 tokens copy · 100% MIT

compozy/skeeper

Skill Claude CodeCodex

Profile-driven performance optimization with behavior proofs. Use when: optimize, slow, bottleneck, hotspot, profile, p95, latency, throughput, or algorithmic improvements.

not rated 85 3mo ago A 41 tokens copy · 100% MIT

find-skills

29

compozy/skeeper

Skill Claude CodeCodex

Helps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", "is there a skill that can...", or express interest in extending capabilities. This skill should be used when the user is looking for functionality that might exist as an installable skill.

not rated 85 3mo ago A 67 tokens copy · 91% MIT

git-rebase

30

compozy/skeeper

Skill Claude CodeCodex

Intelligently handle git rebase operations and resolve merge conflicts while preserving features and maintaining code quality. Use when rebasing feature branches, resolving conflicts across commits, and ensuring clean linear history without losing changes.

not rated 85 3mo ago A 45 tokens copy · 92% MIT

golang-pro

31

compozy/skeeper

Skill Claude CodeCodex

Implements concurrent Go patterns using goroutines and channels, designs and builds microservices with gRPC or REST, optimizes Go application performance with pprof, and enforces idiomatic Go with generics, interfaces, and robust error handling. Use when building Go applications requiring concurrent programming…

not rated 85 3mo ago A 95 tokens copy · 91% MIT

grill-me

32

compozy/skeeper

Skill Claude CodeCodex

Interview the user relentlessly about a plan or design until reaching shared understanding, resolving each branch of the decision tree. Use when user wants to stress-test a plan, get grilled on their design, or mentions "grill me".

not rated 85 3mo ago A 49 tokens copy · 92% MIT

grill-with-docs

33

compozy/skeeper

Skill Claude CodeCodex

Grilling session that challenges your plan against the existing domain model, sharpens terminology, and updates documentation (CONTEXT.md, ADRs) inline as decisions crystallise. Use when user wants to stress-test a plan against their project's language and documented decisions.

not rated 85 3mo ago A 57 tokens copy · 73% MIT

humanizer

34

compozy/skeeper

Skill Claude CodeCodex

Remove signs of AI-generated writing from text. Use when editing or reviewing text to make it sound more natural and human-written. Based on Wikipedia's comprehensive "Signs of AI writing" guide. Detects and fixes patterns including: inflated symbolism, promotional language, superficial -ing analyses, vague…

not rated 85 3mo ago A 111 tokens copy · 83% MIT

lesson-learned

35

compozy/skeeper

Skill Claude CodeCodex

Analyze recent code changes via git history and extract software engineering lessons. Use when the user asks 'what is the lesson here?', 'what can I learn from this?', 'engineering takeaway', 'what did I just learn?', 'reflect on this code', or wants to extract principles from recent work.

not rated 85 3mo ago A 64 tokens copy · 100% MIT

mermaid-diagrams

36

compozy/skeeper

Skill Claude CodeCodex

Comprehensive guide for creating software diagrams using Mermaid syntax. Use when users need to create, visualize, or document software through diagrams including class diagrams (domain modeling, object-oriented design), sequence diagrams (application flows, API interactions, code execution), flowcharts (processes…

not rated 85 3mo ago A 143 tokens copy · 100% MIT

no-workarounds

37

compozy/skeeper

Skill Claude CodeCodex

Enforce root-cause fixes over workarounds, hacks, and symptom patches in all software engineering tasks. Use when debugging issues, fixing bugs, resolving test failures, planning solutions, making architectural decisions, or reviewing code changes. Activates gate functions that detect and reject common workaround…

not rated 85 3mo ago A 92 tokens copy · 100% MIT

qa-execution

38

compozy/skeeper

Skill Claude CodeCodex

Executes full-project QA like a real user by discovering the repository verification and E2E contracts, running build, lint, test, and startup commands, exercising core workflows end-to-end through CLI, HTTP, and browser interfaces, requiring automated regression coverage for supported critical flows, fixing…

not rated 85 3mo ago A 140 tokens original MIT

qa-report

39

compozy/skeeper

Skill Claude CodeCodex

Generate comprehensive test plans, test cases, regression test suites, automation annotations, and bug reports for QA engineers. Includes Figma MCP integration for design validation. Use when planning QA before execution, documenting test strategies, marking which flows require E2E follow-up, or creating structured…

not rated 85 3mo ago A 83 tokens original MIT

compozy/skeeper

Skill Claude CodeCodex

Analyzes codebases to identify refactoring opportunities based on Martin Fowler's catalog of code smells and refactoring techniques. Detects duplicated code, high coupling, complex conditionals, primitive obsession, long functions, and other structural issues. Produces a structured refactoring report with prioritized…

not rated 85 3mo ago A 101 tokens original MIT

security-review

41

compozy/skeeper

Skill Claude CodeCodex

Security code review for vulnerabilities. Use when asked to "security review", "find vulnerabilities", "check for security issues", "audit security", "OWASP review", or review code for injection, XSS, authentication, authorization, cryptography issues. Provides systematic review with confidence-based reporting.

not rated 85 3mo ago A 61 tokens copy · 100% MIT

compozy/skeeper

Skill Claude CodeCodex

Authors and structures professional-grade agent skills following the agentskills.io spec. Use when creating new skill directories, drafting procedural instructions, or optimizing metadata for discoverability. Don't use for general documentation, non-agentic library code, or README files.

not rated 85 3mo ago A 54 tokens copy · 100% MIT

compozy/skeeper

Skill Claude CodeCodex

Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes.

not rated 85 3mo ago A 21 tokens copy · 94% MIT

compozy/skeeper

Skill Claude CodeCodex

Use when writing or changing tests, adding mocks, or tempted to add test-only methods to production code - prevents testing mock behavior, production pollution with test-only methods, and mocking without understanding dependencies.

not rated 85 3mo ago A 44 tokens copy · 100% MIT

compozy/skeeper

Skill Claude CodeCodex

Use when about to claim work is complete, fixed, or passing, before committing or creating PRs - requires running verification commands and confirming output before making any success claims; evidence before assertions always.

not rated 85 3mo ago A 43 tokens copy · 84% MIT

skeeper

46

compozy/skeeper

Skill Claude CodeCodex

Explains how to use skeeper to keep spec artifacts (SPEC.md, ADRs, RFCs, plan/PRD/TechSpec markdown, custom globs) next to the code they describe without polluting main-repo history. Covers strict hooks, the tracked skeeper.lock file, namespaces, Git-like status/pull/push/sync/restore workflows, track/untrack, repair…

not rated 85 3mo ago A 158 tokens copy · 100% 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: