patterns
Safe 78Reuse Project Code Patterns
by Clouder0
Teams lose time when generated code ignores established repository conventions. This skill helps Claude, Codex, and Claude Code load project pattern guidance before implementation.
Curate your favorite skills into a reusable collection, then install it with one command.
Reuse Project Code Patterns
by Clouder0
Teams lose time when generated code ignores established repository conventions. This skill helps Claude, Codex, and Claude Code load project pattern guidance before implementation.
Run Project Lint and Type Checks
by Clouder0
Developers need a consistent way to verify code before handoff. This skill guides Claude, Codex, and Claude Code through project linting and typechecking commands.
Protect Parallel File Work
by Clouder0
Parallel implementation can cause agents to overwrite files from other workstreams. This skill defines ownership, read-only access, and blocked workflows for Claude, Codex, and Claude Code.
Explore Codebases Efficiently
by Clouder0
Large repositories are hard to understand before making changes. This skill gives Claude, Codex, and Claude Code a repeatable exploration workflow.
Recover Failed Subagent Tasks
by Clouder0
Subagent workflows can stall when errors, unclear requirements, or contract issues appear. This skill gives retry, context, split, escalation, and abort patterns.
Apply Project Coding Conventions
by Clouder0
Codebases drift when contributors apply different style choices. This skill loads project conventions so Claude, Codex, and Claude Code can follow shared standards.
Manage Implementation Contracts
by Clouder0
Parallel coding tasks often drift when interfaces are unclear. This skill guides agents to define, store, implement, verify, and revise shared contracts.
Coordinate Multi-Agent Development Workflows
by Clouder0
Complex development tasks often need clear handoffs between planning, implementation, and verification agents. This skill gives Claude, Codex, and Claude Code a structured workflow for coordinating subagents.
Animate Three.js Scenes
by cloudai-x
Three.js animation setup can be hard to structure across mixers, clips, bones, and morph targets. This skill gives focused patterns for keyframes, GLTF animations, blending, and procedural motion.
Optimize Application Performance
by CloudAI-X
Slow applications can hide bottlenecks across frontend, backend, database, and algorithm layers. This skill guides profiling, targeted fixes, and before-after measurement.
Coordinate Parallel AI Subagents
by CloudAI-X
Complex projects often contain independent tasks that waste time when handled sequentially. This skill shows how to plan, launch, collect, and synthesize parallel subagent work.
Design Reliable Tests for Codebases
by CloudAI-X
Many teams add tests without a clear plan, which creates gaps and slow suites. This skill guides test type selection, templates, coverage targets, and validation steps.
Design Clean REST and GraphQL APIs
by CloudAI-X
Designing consistent APIs from scratch is slow and error-prone, and inconsistent endpoints confuse consumers. This skill gives Claude a structured workflow with proven patterns for endpoints, errors, versioning, authentication, and OpenAPI documentation.
Analyze Any Codebase Fast
by CloudAI-X
Understanding an unfamiliar codebase takes hours of manual exploration across scattered files and configs. This skill gives Claude a structured six-step workflow to map a project's tech stack, structure, patterns, and development commands into a clear summary report.
Create Structured Software Specifications
by Clionegohan
Unclear feature ideas are hard to turn into reviewable engineering work. This skill guides Claude, Codex, or Claude Code through requirements, design, and task breakdown using EARS notation.
Create Git Workflow Branches
by Clionegohan
Manual branch naming can slow specification and implementation workflows. This skill guides Claude, Codex, or Claude Code to create consistent spec and impl branches.
Build Production-Ready Rust Workspaces
by ClementWalter
Rust projects can become difficult to test and maintain as crates and dependencies grow. This skill provides practical patterns for workspace structure, boundaries, testing, tracing, and quality gates.
Verify Claims Before Reporting Progress
by CleanExpo
Teams can overstate progress when builds, tests, and type checks are not verified. This skill gives Claude, Codex, and Claude Code a structured review process for honest blocker reporting.
Build Real Test Coverage
by CleanExpo
Weak tests hide broken features and create false confidence. This skill guides Claude, Codex, and Claude Code to audit gaps, write meaningful tests, and maintain critical-path coverage.
Create Unite-Hub AI Agents
by CleanExpo
Creating a new Unite-Hub agent requires coordinated code, routing, registry, tests, and governance steps. This skill gives a concise checklist and templates for Claude, Codex, and Claude Code workflows.