Find the perfect skill
Monitoring and Alerting Setup
DevOps
Set up application monitoring with Prometheus, Grafana, or Datadog including dashboards and alert rules.
Team Edict - Multi-Agent Collaboration Framework
Productivity
Multi-agent coordination framework inspired by ancient Chinese administration (Three Chancelleries Six Ministries). Orchestrates complex workflows with cascading approval, real-time kanban visibility, and parallel CLI analysis.
MEV Security
Security
Provides structured guidance on MEV (Miner Extractable Value) concepts, common attack patterns like sandwich/frontrunning/backrunning, and mitigation strategies such as private relays and MEV blockers. Helps organize relevant resources in README files under appropriate sections.
CI/CD Debugging
DevOps
Provides systematic CI/CD failure diagnosis and resolution. Use when CI builds fail, GitHub Actions errors occur, TLS/auth issues block pipelines, or platform-specific failures need debugging.
Code Migration
Development
Provides strategies for safe code migrations and upgrades, including version upgrades, framework migrations, deprecation handling, and incremental migration patterns. Helps when moving between technologies, upgrading dependencies, or modernizing legacy code with automated codemods and rollback planning.
Solution Design and Validation
Documentation
Create and validate solution design documents (SDD) by defining technical architecture, interfaces, and design decisions. Includes validation, consistency verification, and overlap detection.
n8n Workflow Architect
Development
Provides strategic guidance for planning automation projects, evaluating tech stacks (Shopify, HubSpot, etc.), and deciding between n8n and custom code. Helps users design production-ready automation systems that are reliable, maintainable, and aligned with business needs.
Quick Bug Fix Workflow
Development
Analyzes code to identify and fix bugs directly without creating plans. Adds logging for verification and suggests test coverage to prevent regression. Best suited for reported bugs, errors, or unexpected behavior.
Smart Git History Temporal Analysis
Development
Analyzes git commit history to identify hotspots (frequently changed files), temporal coupling (files that change together), and recent contributor activity. Helps uncover complexity indicators, hidden dependencies, and knowledge distribution to assess risk areas for prioritization. Supports path filtering and caches results with an optional --force flag to refresh.
Links to PDFs - Document Scraper
Documentation
Scrape documents from Notion, DocSend, PDFs, and other sources into clean, readable formats. Extract content from any document-sharing platform.
Competitive Analysis
Business & Administration
Maps competitive landscape, identifies positioning gaps, and assesses competitor threats. Analyzes direct/indirect competitors and builds positioning matrices.
Multiplayer Game Development
Development
Multiplayer game development principles covering architecture selection (dedicated server, P2P, host-based), synchronization techniques (state sync, input sync, lag compensation), network optimization, security, and matchmaking. Helps developers design and implement robust multiplayer systems with low latency and strong server authority.