Find the perfect skill
Pegasus Wrapper Script Generator
Development
Generates a standardized wrapper script for a single step in a Pegasus pipeline. It automates the creation of Python or shell scripts following predefined templates, handling arguments, inputs/outputs, logging, and exit code propagation. Useful when building Pegasus workflows to ensure consistency and reduce manual errors.
Test Report Generator
Testing
Generate detailed test reports with coverage trends, flaky test detection, and actionable quality metrics.
Finalization with Git and PR Management
DevOps
Handles the finalization phase of a plan: committing code, pushing branches, and creating pull requests. It is used after verification has passed, to complete the workflow and ship changes. Configuration options control whether to commit, push, create a PR, run automated reviews, or capture learnings.
Fireflies SDK - Main Hub
Data & AI
Main entry point for the Fireflies.ai SDK. It provides commands to list and analyze meeting transcripts, perform full-text search, aggregate meeting analytics, and stream live transcriptions. Use this skill whenever you need to interact with meeting data through the CLI or TypeScript SDK.
Intent Extraction
Development
Automatically extracts the underlying intent, severity, sentiment, and actionability from issues and PRs, going beyond surface-level requests. Helps with triage, duplicate detection, and generating minimal next steps.
Testing Anti-Patterns
Testing
Identifies and prevents common testing anti-patterns that make test suites unreliable, slow, and hard to maintain. Provides detection strategies and refactoring solutions for flaky tests, slow suites, brittle tests, and other test code smells. Use it when tests are difficult to understand, debug, or maintain.
Cupertino - Apple Documentation Search
Development
Search and read Apple developer documentation offline, including SwiftUI, UIKit, Foundation, and 300+ frameworks. Perfect for Apple APIs, iOS/macOS development, and Swift syntax questions.
Linear - Issue Tracker
Productivity
Query and manage Linear issues and projects from the command line. Track bugs, features, and sprints with Linear's modern issue tracking interface.
Capability Check
Productivity
Checks whether a specific action (sending a message, accessing calendar, etc.) is possible by testing permissions, required services, and configuration. Helps diagnose why a feature is not working.
API Design Expert
Development
Provides expert guidance on API design principles, including REST, GraphQL, versioning strategies, and best practices. Helps design robust, maintainable, and scalable APIs with concrete FastAPI examples.
Work Journal
Productivity
Records candid reflections after every work phase, whether smooth or challenging. Creates timestamped files with metadata to build a personal history for future reference.
Great-Tables Code Review
Development
Reviews pull requests on the great-tables repository by applying project-specific coding standards from .claude/skills/code-standards/ and auditing programming patterns. It uses two additional Opus agents to enforce standards and flag unusual patterns, with adjusted scoring for project-specific issues. Results are printed to console instead of posted as a PR comment, allowing user evaluation first.