Find the perfect skill
Add Environment Variable
DevOps
Adds a new environment variable with Zod validation. Modify src/env.ts, .env.example, and tests to integrate application configuration.
Browser Automation with agent-browser
Development
Browser automation CLI for AI agents. Navigate websites, fill forms, click buttons, take screenshots, extract data, and automate web interactions programmatically.
PostgreSQL Transaction Management
Development
Implements PostgreSQL transactions using Supabase RPC functions to ensure atomic, consistent operations across multiple tables. Useful when performing multiple related inserts/updates that must succeed together, or when handling complex business logic requiring atomicity and rollback on failure. Provides step-by-step instructions on creating database functions with error handling and client-side RPC calls.
Python Project Initialization
Development
Creates a complete Python project with documentation, development environment, and tooling. Perfect for starting a new Python project from scratch.
SDD Steering Document Generation
Documentation
Generates project-specific steering documents (product.md, tech.md, structure.md) in .spec/steering/ to provide context for AI-assisted development. Analyzes project manifest, directory structure, and code patterns to create tailored guidance. Use when initializing a new project or onboarding an AI coding assistant.
Python Full Dependency Tree Resolution
Development
Resolves and returns the complete set of packages installed for a given Python package, including all transitive dependencies. Respects environment markers for a specific Python version.
ClickHouse Architect
DevOps
ClickHouse schema design, compression codec selection, and performance optimization. Covers MergeTree engines, ORDER BY tuning, partitioning, and both Cloud and self-hosted deployments.
Node.js Security Audit
Security
Scans Node.js applications for security vulnerabilities including RCE, SSRF, SQL injection, and path traversal, with support for Express, Koa, and NestJS frameworks. Helps developers identify and fix critical issues before release by providing a structured checklist, fix examples, and severity ratings.
GKE Monitoring and Observability
DevOps
Set up comprehensive observability for GKE applications, including logging, metrics, distributed tracing, and alerting. Use when configuring Cloud Logging and Cloud Monitoring, instrumenting Spring Boot microservices with Prometheus and Actuator, or creating dashboards and alerts.
Code Documentation Analyzer
Documentation
Automated skill for analyzing and generating professional technical documentation. Covers API docs, user guides, and architecture documentation with industry best practices.
Profile Blocking Calls in WebFlux
Development
Identify blocking calls in reactive Spring WebFlux code that cause thread starvation and performance degradation.
Add Skill Templates
Development
This skill standardizes the process of adding new Agent Skill templates to the meta-agent-skills framework. It ensures new templates follow the required structure for automatic instantiation by the Meta-Agent. Use it when you want to add a new standard capability like deploy-k8s or performance-bench.