Find the perfect skill
Grill with Docs
Documentation
A relentless interview to sharpen a plan or design, which also creates docs (ADR's and glossary) as we go.
Find and Install Agent Skills
Productivity
Helps users discover and install skills from the open agent skills ecosystem using the npx skills CLI.
Shizuku Task Runner
Development
Use task commands for building, running, linting, and testing the Shizuku application. This skill ensures consistent use of the project's build system (taskfile.dev) instead of direct Go invocations, preventing build errors and enforcing project standards.
Open Prefab Edit Mode
Development
Open prefab edit mode for a specified GameObject to modify a prefab; changes apply to all instances. Use with assets-prefab-close to exit.
TDD Workflow Patterns
Development
Guide for implementing tasks using the TDD workflow, phase checkpoints, git commits, and verification protocol.
End-to-End Feature Development
Development
Orchestrate end-to-end feature development from requirements to production deployment, coordinating across teams, methodologies, and deployment strategies.
Supabase Performance Tuning
Development
Optimize Supabase API performance with caching, batching, and connection pooling.
Manage Python Dependencies with uv
Development
I handle the full uv dependency-management lifecycle: adding/removing packages, syncing environments, regenerating lock files, running commands in project environment, and initializing new projects.
Conventional Git Commits
Development
This skill enforces the Conventional Commits standard for Git commit messages. It guides you to select the appropriate commit type, optional scope, and write a concise subject line with an explanatory body when needed. Use it to keep a clean, informative commit history across your project.
Unshelve Session
Productivity
Search and resume previously shelved sessions by keyword or browse recent ones.
Grilling with Docs
Development
A relentless interview to sharpen a plan or design, while creating ADRs and glossary as you go.
Global Conventions
Development
Follow project-wide development conventions for structure, documentation, version control, environment config, and dependencies. Use when organizing code, writing READMEs, committing, or managing configs.