Find the perfect skill
Multi-Platform Skill Converter
Development
Converts one or more Agent Skills to other runtime formats (Codex, Copilot, Cursor, Windsurf, Antigravity, Gemini).
GitHub PR Creation
Development
Analyzes branch changes and creates a GitHub Pull Request using the project's PR template.
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.
Matrix Warnings
Development
Manages personal warnings (grudges) for problematic files or packages in Matrix. Supports adding, listing, checking, and removing warnings with optional severity levels. Helps flag deprecated files or discouraged dependencies within a project.
SQLite Query Performance Tuning
Development
Specialized in SQLite query performance optimization. Diagnoses slow queries, analyzes execution plans, designs indexes, and rewrites queries to improve performance.
Code Review
Development
Use this skill for code review and PR review tasks. Covers review methodology, what to flag, what to skip, and output structure.
Engineering Practices
Development
Approach to building and changing software: research, planning, TDD, refactoring, and quality verification before implementing features or fixes.
Go Usecases
Development
Write or modify business logic in the clean-arch usecase layer (internal/usecase/*.go). Enforces interface-at-point-of-use, transaction boundaries, and error-wrapping conventions.
Gemini API Caching Strategies
Development
Best practices for implementing robust caching for Gemini API calls, including cache versioning, entity-stable keys, and cache busting to reduce costs and improve latency.
Author Nx Migration
Development
Author or scope a first-party Nx migration. Use whenever code removes, renames, or deprecates options/flags/executors/generator-schema fields, changes a default, or bumps a dependency.
Skill Manager
Development
A package manager for Claude Code skills. Install, list, and update skills on demand from a registry.
Nightly Code Complexity Reduction
Development
Automatically reduces code complexity by applying new lint thresholds, refactoring violating functions, updating thresholds, running tests, committing, and creating a PR.