run-tests
Safe 72Run project tests with Bun or pytest
by Clouder0
Writing tests is essential but running them manually wastes time. This skill provides ready-to-use commands for executing test suites with Bun for JavaScript or pytest for Python projects.
patterns
Safe 69Load project code patterns
by Clouder0
This skill provides access to common code patterns and abstractions used in your project. It ensures consistent implementation across features by loading established patterns for data access, API design, components, state management, and error handling.
lint
Safe 71Run linting and type checks
by Clouder0
Code quality varies across projects and team members. This skill provides standardized linting commands for TypeScript and Python that you can customize and run consistently across your codebase.
file-boundaries
Safe 70Respect file ownership boundaries
by Clouder0
Parallel AI agents often conflict when editing the same files. This skill teaches agents to recognize and respect ownership boundaries, preventing lost work and merge conflicts during collaborative implementation.
explore-codebase
Safe 71Explore codebases with parallel agents
by Clouder0
Understanding large codebases takes too long when done sequentially. This skill provides patterns for spawning parallel explorer subagents to gather context quickly and produce structured summaries.
error-recovery
Safe 69Handle Agent Failures with Smart Retry Strategies
by Clouder0
Subagents often fail due to timeouts, unclear requirements, or scope issues. This skill provides proven retry patterns to recover from failures automatically.
parallel-execution
Safe 69Run multiple AI subagents in parallel
by CloudAI-X
Sequential task execution wastes time when independent tasks could run simultaneously. This skill teaches patterns for spawning multiple AI subagents concurrently using the Task tool, enabling dramatic speedups for multi-part projects.
optimizing-performance
Safe 71Optimize application performance
by CloudAI-X
Applications often suffer from slow load times and poor responsiveness. This skill provides a systematic approach to measure, identify, and fix performance bottlenecks across frontend, backend, and database layers.
managing-git
Safe 69Master Git Workflows
by CloudAI-X
Developers often struggle with inconsistent Git practices leading to merge conflicts and confusing commit histories. This skill provides clear guidelines for branching strategies, commit conventions, and pull request workflows to maintain clean and collaborative repositories.
designing-tests
Safe 70Design comprehensive test suites with proven strategies
by CloudAI-X
Testing code effectively requires deep expertise in frameworks, patterns, and coverage strategies. This skill provides battle-tested templates and workflows for implementing unit, integration, and E2E tests that ensure code quality and reliability.
designing-architecture
Safe 71Design software architecture patterns
by CloudAI-X
Choosing the right architecture pattern is critical for project success but requires evaluating many factors. This skill provides a systematic framework for selecting architecture patterns based on project size, team capabilities, and business requirements.
designing-apis
Safe 71Design REST and GraphQL APIs with best practices
by CloudAI-X
Creating APIs without clear design patterns leads to inconsistent endpoints and poor developer experience. This skill provides comprehensive guidance for designing REST and GraphQL APIs with standardized endpoints, proper error handling, versioning strategies, and OpenAPI documentation templates.
analyzing-projects
Safe 69Analyze Codebases with Structured Workflow
by CloudAI-X
Understanding unfamiliar codebases takes significant time and effort. This skill provides a systematic 6-step approach to analyze project structure, identify technology stacks, and document architecture patterns for faster onboarding.
spec-workflow
Safe 71Enforce Spec-Driven Development Workflow
by Clionegohan
Development teams struggle to maintain consistent methodology across features. This skill automates TDD enforcement, acceptance criteria validation, and scope management for every implementation task.
senior-rust-practices
Safe 70Master Rust workspace architecture and best practices
by ClementWalter
Struggling with Rust project organization? This skill provides battle-tested patterns for scalable workspace design, from prototype to production. Learn how senior developers structure large Rust codebases with clear boundaries and maintainable architecture.
agent-coordination
Low Risk 75Coordinate Agent Teams
by ClementWalter
Managing multiple coding agents requires clear task definitions and coordination patterns. This skill provides Chief of Staff workflows, two-tier delegation patterns, and VibeKanban integration to orchestrate autonomous agent teams efficiently.
test-infrastructure
Safe 66Build real test coverage
by CleanExpo
Teams waste time on stub files that count toward coverage but catch no bugs. This skill creates real tests with actual assertions that verify behavior and catch regressions before production.
new-agent-creation
Safe 68Create Custom AI Agents for Your Workflow
by CleanExpo
Building AI agents from scratch is complex and error-prone. This skill provides production-ready templates that integrate seamlessly with Unite-Hub's agent ecosystem, ensuring proper governance, testing, and multi-tenant isolation.
frontend-agent
Safe 68Build React UI Components
by CleanExpo
Creates and fixes React components for Next.js applications. Implements shadcn/ui patterns, responsive layouts, and accessible user interfaces following design system guidelines.
api-endpoint-creation
Safe 70Create Secure Next.js API Endpoints
by CleanExpo
Building multi-tenant API endpoints requires careful workspace isolation and authentication. This skill provides ready-to-use patterns for Next.js 15+ API routes with Supabase integration and proper workspace validation.