Find the perfect skill
Feature Wrap-Up with Pull Request
DevOps
Finalizes feature development by squashing commits, generating PR description, and creating pull request after test validation.
Spec Kit Parallel Executor
DevOps
Automatically detects Spec Kit tasks that are eligible for parallel execution (marked with [P] or (P) in tasks.md) and spawns agents to implement them concurrently. Each agent receives full spec context including spec, plan, design, and task breakdown. Use this when you have at least three parallel-eligible tasks to speed up implementation.
Log Viewer
DevOps
Tail and search logs across trading platform services. Supports filtering by service, error level, regex search, time range, and live follow. Useful for debugging, monitoring, and quickly identifying issues in real-time.
Gitea CLI (tea)
DevOps
Manage Gitea repositories, issues, pull requests, and releases using the official CLI tool 'tea'. Helps when working with Gitea from the terminal, especially for automation or speed. Non-interactive mode with --output flag is recommended for scripting.
Cloud Cost Optimization
DevOps
Optimize cloud costs across AWS, Azure, and GCP using resource rightsizing, tagging strategies, reserved instances, and spending analysis. Helps when reducing cloud expenses, analyzing infrastructure costs, or implementing cost governance.
Tune System
DevOps
Analyzes automation system operation and makes conservative, evidence-based adjustments to cadences and thresholds. Used monthly for maintenance or after milestones or failures. Applies small automatic changes (e.g., ±2 days) and logs recommendations for human review.
AWS Lambda Canary Deployment Setup with CDK
DevOps
Step-by-step guide to set up progressive canary deployments for AWS Lambda using CDK TypeScript, including Lambda versions and aliases, CloudWatch alarms for automatic rollback, and CodeDeploy deployment groups for traffic shifting. Ideal for production workloads requiring zero-downtime deployments and automatic failure recovery.
Web Content Crawling with Chrome DevTools
DevOps
Automates web content extraction from login-required sites using Chrome DevTools MCP, leveraging an already-authenticated browser. Handles OS-specific browser launch, MCP connection checks, and structured article extraction (Twitter, The Atlantic, Medium) with output saved to an output/ folder.
Build Verification and Error Recovery
DevOps
Verifies builds, recovers from errors, and applies review fixes. Handles test failures, lint errors, and CI breaks with quality guardrails.
LocalStack Service Tiers Reference
DevOps
Reference guide for AWS services available by LocalStack pricing tier (Free/Base/Ultimate). Essential for KECS development to understand which AWS-compatible services can be used locally without cost.
Git Workflow Expert
DevOps
Master advanced Git workflows with worktrees, conventional commits, and PR best practices. Complete guide for efficient collaborative code management.
Kubernetes Architect Expert
DevOps
Provides expert guidance on designing and managing Kubernetes platforms at scale, including multi-cluster strategies, GitOps workflows (ArgoCD/Flux), and progressive delivery. Helps teams implement secure, cost-effective infrastructure with service mesh, policy-as-code, and advanced IaC patterns.