compozy

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

compozy/skeeper

Skill Claude CodeCodex

Deep architectural audit focused on finding dead code, duplicated functionality, architectural anti-patterns, type confusion, and code smells. Use when user asks for architectural analysis, find dead code, identify duplication, or assess codebase health.

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

compozy/skeeper

Skill Claude CodeCodex

Create professional, dark-themed architecture diagrams as standalone HTML files with SVG graphics. Use when the user asks for system architecture diagrams, infrastructure diagrams, cloud architecture visualizations, security diagrams, network topology diagrams, or any technical diagram showing system components and…

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

brainstorming

99

compozy/skeeper

Skill Claude CodeCodex

You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.

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

bubbletea

100

compozy/skeeper

Skill Claude CodeCodex

Build terminal user interfaces with Go and Bubbletea framework. Use for creating TUI apps with the Elm architecture, dual-pane layouts, accordion modes, mouse/keyboard handling, Lipgloss styling, and reusable components. Includes production-ready templates, effects library, and battle-tested layout patterns from real…

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

code-review

101

compozy/skeeper

Skill Claude CodeCodex

AI-powered code review using CodeRabbit. Default code-review skill. Trigger for any explicit review request AND autonomously when the agent thinks a review is needed (code/PR/quality/security).

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

compozy

102

compozy/skeeper

Skill Claude CodeCodex

Explains Compozy capabilities, CLI commands, core workflow skills, optional extension skills, configuration, artifact structure, reusable agents, and extensions. Use when the user asks how to use Compozy, what commands are available, how the workflow pipeline works, or how to configure a workspace. Do not use for…

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

context7

103

compozy/skeeper

Skill Claude CodeCodex

Retrieves authoritative, up-to-date technical documentation, API references, configuration details, and code examples for any developer technology. Use this skill whenever answering technical questions or writing code that interacts with external technologies. This includes libraries, frameworks, programming…

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

copywriting

104

compozy/skeeper

Skill Claude CodeCodex

When the user wants to write, rewrite, or improve marketing copy for any page — including homepage, landing pages, pricing pages, feature pages, about pages, or product pages. Also use when the user says "write copy for," "improve this copy," "rewrite this page," "marketing copy," "headline help," or "CTA copy." For…

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

compozy/skeeper

Skill Claude CodeCodex

Use when writing or improving README files. Not all READMEs are the same — provides templates and guidance matched to your audience and project type.

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

cy-create-prd

106

compozy/skeeper

Skill Claude CodeCodex

Creates a Product Requirements Document through interactive brainstorming with parallel codebase and web research. Use when starting a new feature or product, building a PRD, or brainstorming requirements. Do not use for technical specifications, task breakdowns, or code implementation.

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

cy-create-tasks

107

compozy/skeeper

Skill Claude CodeCodex

Decomposes PRDs and TechSpecs into detailed, independently implementable task files with enrichment from codebase exploration. Use when a PRD or TechSpec exists and needs to be broken down into executable tasks, or when task files need enrichment with implementation context. Do not use for PRD creation, TechSpec…

85 3mo ago A 74 tokens copy · 86% MIT

cy-create-techspec

108

compozy/skeeper

Skill Claude CodeCodex

Creates a Technical Specification by translating PRD business requirements into implementation designs through interactive technical clarification. Use when a PRD exists and needs a technical plan, or when technical architecture decisions need documentation. Do not use for PRD creation, task breakdown, or direct code…

85 3mo ago A 59 tokens copy · 88% MIT

cy-execute-task

109

compozy/skeeper

Skill Claude CodeCodex

Executes one PRD task end-to-end using a provided task file, PRD directory, tracking file paths, and auto-commit mode. Use when a prompt includes a task specification that must be implemented, validated, and reflected in task tracking files. Do not use for PR review batches, generic coding tasks without a PRD task…

85 3mo ago A 80 tokens original MIT

cy-final-verify

110

compozy/skeeper

Skill Claude CodeCodex

Enforces fresh verification evidence before any completion, fix, or passing claim, and before commits or PR creation. Use when an agent is about to report success, hand off work, or commit code. Do not use for early planning, brainstorming, or tasks that have not yet reached a concrete verification step.

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

cy-fix-reviews

111

compozy/skeeper

Skill Claude CodeCodex

Executes provider-agnostic PR review remediation using existing review round files under .compozy/tasks/ /reviews-NNN/. Use when resolving batched review issues, updating issue markdown files, implementing fixes, and verifying the result. Do not use for PRD task execution, review export/fetch, or generic coding tasks…

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

cy-impl-peer-review

112

compozy/skeeper

Skill Claude CodeCodex

Runs an optional cross-LLM peer review of an implemented change via compozy exec --ide claude --model opus --reasoning-effort xhigh and packages findings for user-directed remediation. Use after any implementation pass (feature, bug fix, refactor) when the user explicitly asks for an external Opus review of the diff…

85 3mo ago A 129 tokens original MIT

cy-review-round

113

compozy/skeeper

Skill Claude CodeCodex

Performs a comprehensive code review of a PRD implementation and generates a review round directory with issue files compatible with cy-fix-reviews. Use when reviewing implemented PRD tasks, creating a manual review round without an external provider, or performing a quality audit of code changes. Do not use for…

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

cy-spec-peer-review

114

compozy/skeeper

Skill Claude CodeCodex

Runs an optional cross-LLM peer review of a TechSpec via compozy exec --ide claude --model opus --reasoning-effort xhigh and packages findings for user-directed incorporation. Use when a TechSpec draft has already been approved by the user and they want an external review round, especially for…

85 3mo ago A 97 tokens original MIT

cy-spec-preflight

115

compozy/skeeper

Skill Claude CodeCodex

Loads the AGH spec authoring playbook plus relevant lessons, standing directives, glossary, and active context before cy-create-prd, cy-create-techspec, or cy-create-tasks runs. Applies phase-specific checks: PRDs stay business-focused, TechSpecs carry the six quality markers, and every spec/task captures…

85 3mo ago A 120 tokens original MIT

cy-workflow-memory

116

compozy/skeeper

Skill Claude CodeCodex

Maintains workflow-scoped task memory for Compozy runs using .compozy/tasks/ /memory/ files. Use when a task prompt provides workflow memory paths and requires the agent to read, update, compact, and promote durable context across PRD task executions. Do not use for PR review remediation, global user preferences, or…

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

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.

85 3mo ago A 52 tokens original MIT

documentation-writer

118

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.

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

exa-web-search-free

119

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.

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.

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