Find the perfect skill
Land and Deploy
DevOps
Merges the PR, waits for CI and deploy, verifies production health via canary checks.
Create Colleague Skill
Productivity
Distill a colleague into an AI Skill. Auto-collect Feishu/DingTalk data, generate Work Skill + Persona, with continuous evolution.
DIY PC Parts Ingestion
Data & AI
Ingests pasted PC parts purchase/config text (Discord receipts, bullet lists) into Notion DIY_PC tables, classifying, enriching via web search, and asking follow-up questions for missing data.
gt: Grammar of Tables for R
Data & AI
Create publication-quality tables in R using gt, kableExtra, and modelsummary. Format regression outputs, summary tables, and data frames with a declarative grammar.
Web Scraping and Data Extraction
Data & AI
Extracts structured data from websites using browser automation, handling dynamic content, pagination, and anti-bot measures. Activates when users ask to scrape, crawl, or extract data from URLs. Useful when data is not available via APIs or simple HTTP requests.
Data Engineer
Data & AI
Specialist in scalable data pipelines, modern data warehouses, and streaming architectures. Proficient in Apache Spark, dbt, Airflow, and cloud-native platforms.
Verify gochickpeas engine/gql changes
Testing
End-to-end parity gate against real LDBC data plus a public-API sample drive for gochickpeas engine/gql changes.
Prompt to Executable Tasks Transformer
Productivity
Converts any free-form prompt into a structured executable prompt with tasks (TaskCreate/TaskUpdate/TaskList), phases, and validation criteria. Helps break down vague requests into concrete, AI-executable steps.
GOAT PostgreSQL Database Queries
Data & AI
Use when inspecting, debugging, or understanding the GOAT PostgreSQL database: querying projects, layers, users, orgs, teams, roles, scenarios, jobs.
Codebase Auditor (L2 Coordinator)
Development
Coordinates 9 specialized audit workers (security, build, architecture, code quality, dependencies, dead code, observability, concurrency, lifecycle) to analyze codebase quality. Helps generate a comprehensive, consolidated report by delegating parallel audits and aggregating results into a single document.
Pytest Mocking Strategy
Testing
Master mocking strategy for pytest: autospec vs manual mocks, AsyncMock patterns, mock builders, and what should never be mocked. Includes type-safe patterns and decision matrix.
Python Jail Escape
Security
Escape Python sandbox restrictions. Use when working with restricted Python eval/exec environments, sandbox escapes, filtered input challenges, or Python jail challenges.