Find the perfect skill
PDF Fixture Generator
Testing
Generates complete PDF test fixtures combining ReportLab tables and AI-generated images for extractor testing. Useful for creating PDFs that expose extraction bugs, with presets for specific edge cases like empty sections and malformed titles.
Frappe HRMS Deployment to AWS
DevOps
Deploy Frappe HRMS code changes to AWS production, handling Docker rebuilds for Python/API changes with automatic bypass of caching when needed. Use it for deploying to the Docker Swarm infrastructure on EC2, especially when code changes require a fresh Docker build to avoid stale layers.
Readwise - Highlights & Reader
Productivity
Access Readwise highlights and Reader saved articles. Review your reading highlights and build knowledge from books, articles, and podcasts.
PagerDuty Incident Reader
DevOps
Read a single PagerDuty incident and extract only the information relevant to a specific research question (e.g., root cause investigation). Returns a structured summary of about 500 tokens, filtering out non-essential details. Use when you need to quickly understand how a particular incident relates to your investigation without reading the full incident report.
Execute - Parallel Execution Orchestrator
Development
Parallel execution orchestrator that analyzes ready beads, computes non-conflicting parallel tracks, spawns worker agents for each track, and coordinates execution via Agent Mail, including calibration at phase boundaries. Use this skill when you have multiple independent tasks ready to run simultaneously.
Linear to Knowledge Base Synchronization
Productivity
Synchronizes Linear project state to a local knowledge base in two phases: a lightweight structural scan followed by a deep team-by-team sync. Useful for keeping local history of teams, initiatives, and milestones up to date without exhausting context.
Independent Code Auditor
Testing
Performs an independent audit of code changes against a provided change log, with no prior session context. It verifies data flow, API consistency, cross-file integrity, performance, and test strategy, outputting structured discrepancy and defense analysis. Essential for catching hidden side effects, undocumented deviations, and ensuring change log accuracy in critical code reviews.
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.
Automated Deployment
DevOps
Automates application deployment to specified environments (production, staging, QA) with pre-checks including Git status, correct branch, tests, and environment variables. Supports multiple project types (FastAPI on VPS, Next.js on Vercel, Docker, AWS Lambda) and includes automatic rollback on failure.
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.