Find the perfect skill
Google ADK - AI Agent Development
Development
Provides guidance for using Google's Agent Development Kit (ADK) to build AI agents. Covers installation, agent types (LLM, workflow, custom), function tools, multi-agent orchestration, callbacks, and deployment. Useful when creating Gemini agents or working with ADK-specific concepts like SequentialAgent or LoopAgent.
Database Schema Design Agent
Development
Designs database schemas, data models, and architectures for applications. Helps when building new applications or refactoring existing databases by providing normalized schemas, indexing strategies, and migration plans tailored to your data requirements and query patterns.
Capacitor v6 to v7 Upgrade
Development
Guides the agent through migrating a Capacitor app from v6 to v7: package updates, native sync, and iOS/Android build verification.
Skill SDK Utilities
Development
The Skill SDK Utilities provide core infrastructure for the skill system, including loading skill instructions with caching, registering skills with the Anthropic Agent SDK, and intelligent auto-selection of skills based on queries. This internal toolkit helps manage skill metadata and integration points, reducing disk I/O and enabling seamless skill workflow execution.
PR Creation with Linear
Development
Creates a GitHub pull request targeting develop with a standardized title and description linked to the corresponding Linear issue.
Feature Development Workflow
Development
Automate 7-phase feature development with specialized agents (code-explorer, code-architect, code-reviewer). Use for multi-file features, architectural decisions, or encountering ambiguous requirements, integration patterns, design approach errors.
Share browser with a remote AI agent
Development
Generate a one-time setup key to pair a remote AI agent with your browser. Works with OpenClaw, Hermes, Codex, Cursor, and more.
gh: Commit, Push, and Open PR
Development
Commit changes, push the branch, and open a pull request via `gh pr create`. Use for end-of-task git handoff and PR creation.
Async SQLAlchemy Patterns
Development
Async SQLAlchemy 2.0+ patterns for FastAPI: session management, connection pooling, Alembic migrations, relationship loading, and query optimization.
Create a pull request for the current branch
Development
Create a PR following the repository contributing guidelines, handling branches, commits, and template. Optionally runs a Codex review.
Database Performance Debugging
Development
Debug and troubleshoot database performance in ettametta. Use when investigating slow queries, connection pool issues, migration conflicts, N+1 patterns, or schema drift.
Next.js App Router & Server Components
Development
Build Next.js 15 applications using App Router, Server Components, Client Components, Server Actions, and streaming. Enforces server components by default, proper data fetching patterns, file-based routing, and performance optimization. Apply when creating pages, implementing routes, or optimizing Next.js performance.