compozy

172 mods across 4 repositories, 2.9k stars between them.

find-skills

121

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.

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

git-rebase

122

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.

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

golang-pro

123

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…

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

grill-me

124

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".

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

grill-with-docs

125

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.

85 3mo ago A 57 tokens copy · 100% MIT

humanizer

126

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…

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

lesson-learned

127

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.

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

mermaid-diagrams

128

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…

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

no-workarounds

129

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…

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

qa-execution

130

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…

85 3mo ago A 140 tokens original MIT

qa-report

131

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…

85 3mo ago A 83 tokens original MIT

refactoring-analysis

132

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…

85 3mo ago A 101 tokens original MIT

security-review

133

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.

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

skill-best-practices

134

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.

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

systematic-debugging

135

compozy/skeeper

Skill Claude CodeCodex

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

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

testing-anti-patterns

136

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.

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.

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

architect-advisor

138

compozy/skeeper

Agent Claude Code

Use this agent to represent The Architect archetype in a council debate — someone focused on long-term scalability, patterns, system boundaries, and technical debt. Invoke when evaluating a decision through the lens of 3-5 year implications, system coherence, and architectural integrity. Examples: Context: Council is…

85 3mo ago A 276 tokens original MIT

devils-advocate

139

compozy/skeeper

Agent Claude Code

Use this agent to represent The Devil's Advocate archetype in a council debate — someone who challenges assumptions, finds edge cases, and stress-tests reasoning. Invoke when a decision is converging too quickly, when consensus feels suspicious, or when a plan needs its weakest points exposed. Examples: Context…

85 3mo ago A 277 tokens original MIT

pragmatic-engineer

140

compozy/skeeper

Agent Claude Code

Use this agent to represent the Pragmatic Engineer archetype in a council debate — someone who prioritizes what works today, maintenance burden, team velocity, and shipping incrementally. Invoke when evaluating a decision through the lens of real-world execution rather than theoretical ideals. Examples: Context…

85 3mo ago A 288 tokens original MIT

security-advocate

141

compozy/skeeper

Agent Claude Code

Use this agent to represent The Security Advocate archetype in a council debate — someone focused on attack vectors, compliance, data protection, and worst-case scenarios. Invoke when evaluating a decision through the lens of threat modeling, risk, and what happens when things go wrong. Examples: Context: Council is…

85 3mo ago A 258 tokens original MIT

the-thinker

142

compozy/skeeper

Agent Claude Code

Use this agent to represent The Thinker archetype in a council debate — a deeply-read generalist who imports structural patterns from distant domains to reframe problems and surface non-obvious connections. Invoke when a decision feels trapped in one framing, when a problem resembles something the group can't quite…

85 3mo ago A 476 tokens original MIT

skeeper AGENTS.md

143

compozy/skeeper

Instructions file CodexOpenCode

Instructions for compozy/skeeper, covering claude.md, high priority, mandatory requirements, project overview and package layout.

85 3mo ago A 3,290 tokens original MIT

skeeper CLAUDE.md

144

compozy/skeeper

Instructions file

Instructions for compozy/skeeper, covering claude.md, high priority, mandatory requirements, project overview and package layout.

85 3mo ago A 3,290 tokens copy · 100% MIT