Find the perfect skill
Generate YouTube Thumbnail
Content
Render a 1280x720 on-brand YouTube thumbnail via headless Chrome. The agent derives the hook and motif from the talk, no external image model.
GitHub Shipment Tracker
Development
Analyzes merged pull requests and closed issues across GitHub repositories to generate an interactive HTML report summarizing what was shipped over a given time period. Useful for visualizing team progress, sprint results, or quarterly deliveries.
Server Deployment Management with Ops CLI
Development
The `bun ops` CLI manages server deployments, database operations, and CLI builds for the Scratch monorepo. It provides commands to set up, deploy, test instances (prod, staging, dev), run migrations, and manage configuration secrets.
Done - Reset for next task
Development
Checks for any uncommitted changes using `git status --porcelain` and stops if any exist; otherwise switches to the default branch (master or main) and pulls the latest changes. Ensures a clean working directory ready for the next task.
Windsurf Observability
DevOps
Set up comprehensive observability for Windsurf integrations with metrics, distributed traces, and alerts. Covers Prometheus, OpenTelemetry, and Grafana dashboards.
PR Title and Description Generator for Yadm Branch
Development
Generates a pull request title and description for a yadm branch. It gathers context, validates that the branch is not main and has commits, then outputs a formatted title and body following specific rules. Helps create consistent, ready-to-use PRs for dotfile changes.
Git Version Control
Development
Provides Git version control operations including status, diff, add, commit, log, branch management, checkout, pull, push, init, clone, and remote management. Useful for automating routine Git tasks like syncing branches, reviewing changes, and managing repositories.
Eiffel Test Generation and Verification
Testing
Generates test suites derived from Eiffel contracts and runs them. Helps verify postconditions and edge cases by automatically translating contracts into executable tests. Includes AI-driven coverage gap analysis to identify untested contracts.
Loki Mode - Multi-Agent Autonomous System
Development
Loki Mode is a multi-agent autonomous system for taking a PRD to production with zero human intervention, using multiple AI models and agents.
TDD Red/Green/Refactor
Testing
Enforces the TDD cycle: write a failing test (red), implement minimal code to pass (green), then refactor while keeping tests green. Best for any testable code change, especially in projects using Vitest.
Delegated Task Execution
Development
Delegates code tasks to separate contexts via specific actions and models for analysis, audit, comparison, review, documentation, refactoring, and implementation.
Apple Foundation Models Framework — Complete Reference
Development
Complete API reference for Apple's Foundation Models framework, covering LanguageModelSession, protocols, streaming, and dynamic schemas. Includes all WWDC 2025 code examples and implementation patterns for on-device LLM integration.