Find the perfect skill
Git Shallow Clone
Development
This skill provides a script that performs a shallow clone of a Git repository to a temporary directory, allowing local analysis of repository contents without downloading the full commit history. It helps when you need to examine or work with a repository's codebase locally instead of using web APIs.
Log Aggregator
Development
Aggregates logs from systemd services, Docker containers, and application files in known projects. Supports filtering by error/warn levels, tailing, searching, and time ranges. Useful for debugging, monitoring service health, and investigating errors.
Operating System File Manipulation
Development
This skill enables file system operations such as listing directory contents, creating multiple directories in bulk, moving multiple files to a destination, and moving files that match a regex pattern. It helps when you need to organize, restructure, or clean up file structures efficiently.
Auto-Skill Plugin - Pattern Detection & Generation
Development
Automatically detects repeated tool sequences (3+ occurrences) from coding agent sessions and generates reusable skills (SKILL.md). Allows loading these skills mid-session without restart, with proactive discovery based on the current task.
Agent Skill Creator
Development
Creates and validates Agent Skills following the agentskills.io specification. Guides the structuring of reusable instructions with context-efficient design, including directory setup and packaging. Useful when building composable capabilities for AI assistants.
Zod - TypeScript Schema Validation
Development
Provides guidance on Zod schema validation, covering type inference, schema composition, parsing, refinements, transformations, error handling, and TypeScript integration. Ideal for building type-safe validation, form validation, and API input validation.
Codebase Architecture Discovery
Development
This skill systematically explores an unfamiliar codebase to identify architectural layers, technology choices, and structure. It produces a machine-parseable architecture document that drives downstream analysis. Use it when onboarding to a new project, planning a migration, or beginning a security audit.
DiPeO Backend Router
Development
This skill handles simple backend tasks for the DiPeO ecosystem, including FastAPI server, CLI tools, database queries, and MCP integration. Use for read-only tasks, small config tweaks, or documentation lookup; escalate complex multi-file changes to the dipeo-backend agent.
Download Call Recording
Development
Downloads the audio recording of a call session to a local file. Helps when you need to retrieve a call recording for analysis or playback. Use with a session ID (UUID).
Review Changes Before Commit
Development
Performs a comprehensive review of all staged and unstaged changes before a commit. It follows a structured four-phase workflow, requiring file:line evidence for every finding and enforcing project-specific coding standards, DRY principles, and documentation consistency. Use this skill to catch bugs, anti-patterns, and stale documentation before committing.
Tailwind CSS v4 - Utility-First Design
Development
Specialist in Tailwind CSS v4 with utility-first patterns, mobile-first responsive design, theme configuration using @theme blocks, and component composition strategies. Employs the cn() utility for conditional class merging and advocates component abstraction over @apply for repeated patterns. Helps developers leverage Tailwind v4's full capabilities, including dark mode, custom themes, and best practices for class ordering and tree-shaking.
Frontend Error Handling
Development
Provides standardized patterns for handling API errors (404, 500) with user-friendly messages, React Error Boundary components for crash recovery, and retry logic for transient failures. Helps improve application robustness and user experience during network calls.