Find the perfect skill
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.
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.
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.
Project Workflow
Development
Workflow for PRDs, task tracking, changelog, and docs updates. Use for non-trivial tasks or trigger with @update for docs sync.
List Configured Hooks
Development
Displays all hooks configured in the project by reading .claude/settings.json and .claude/settings.local.json. It organizes hooks by event type (e.g., PreToolUse, PostToolUse) and shows their source file, matcher, type, and command/prompt. Useful for quickly reviewing what automation triggers are set up.
Create a Pull Request
Development
Commit all changes, push to a new branch, and create a pull request using the repo's PR template.