Find the perfect skill
Multi-Agent Code Review
Development
Multi-agent code review covering correctness, quality, architecture, test coverage, and security. Runs as a pre-push gate.
Pull Request Review
Development
Adjudicate a pull request as a maintainer: reads the CI-posted pinned review, refreshes if stale, and provides an interactive workflow to approve, request changes, modify, or close, with optional auto-merge.
Iron Condor Strategy
Data & AI
Analyzes iron condor credit spreads with OTM put and call spreads for range-bound trading. Requires numpy, pandas, matplotlib, and scipy.
Global Conventions
Development
Follow project-wide development conventions: file organization, documentation, version control, environment configuration, and dependency management.
Google News Web Search
Content
Search Google News RSS to find the latest information and articles on any topic.
Manage GitHub CI/CD Pipelines
DevOps
Configures GitHub Actions workflows, automated releases with Changesets, and Husky hooks. Troubleshoots CI failures and manages secrets.
Convert Slack Message to GitHub Issue
Productivity
Fetch a Slack message and create a well-structured GitHub issue in the appropriate Pulumi docs repository.
Feature Status Counter
Testing
Counts features marked as @failing in Gherkin files and writes the count to feature-status.json. Used by the autonomous coding harness to decide when to stop the coding loop when all features pass.
Audience Skill Runner
Data & AI
Runs a single audience skill against a target URL, managing events and using WebFetch and WebSearch for real data.
Containerized Security Auditing & Hacking
Security
Containerized security auditing and ethical hacking tools. All operations run in isolated Docker containers for safety.
uv Package Manager
Development
Comprehensive guide to using uv, an extremely fast Python package installer and resolver written in Rust, for modern Python project management and dependency workflows.
Analyzing Network Flow Data with Netflow
Security
Parse NetFlow v9 and IPFIX records to detect volumetric anomalies, port scanning, data exfiltration, and C2 beaconing using the Python netflow library.