Find the perfect skill
Dashboard Design
Development
Design effective dashboards with clear layouts, KPI displays, and responsive grids. Covers dashboard patterns, information hierarchy, and widget design.
React State Management
Development
Master modern React state management with Redux Toolkit, Zustand, Jotai, and React Query. Use when setting up global state, managing server state, or choosing between state management solutions.
Web Scraping with Chrome DevTools
Development
Extract content from login-required websites using Chrome DevTools. Supports article extraction and batch processing.
Upgrade Python Dependencies with uv
Development
Upgrade all Python dependencies using uv, then run post-upgrade checks (type checking and tests) to ensure nothing is broken.
CQRS Implementation
Development
Implement Command Query Responsibility Segregation to separate read and write models, optimize query performance, and build event-sourced systems.
VCF (VC Finish) Alias
Development
Thin alias for vc-phase-loop. Use when the user invokes 'vcf:' for fully hands-off completion.
Create Task
Development
Create a new Minsky task with a properly structured specification. Ensures measurable success criteria and acceptance tests.
New Package
Development
Guided workflow to add a new provider package to the Pulumi Registry.
Code Review
Development
Perform a full code review of the current branch against main, analyzing best practices, tests, architecture, and more for a Python (FastAPI/SQLModel) + SvelteKit project.
C Systems Programming
Development
Write efficient C code with proper memory management, pointer arithmetic, and system calls. Handles embedded systems, kernel modules, and performance-critical code.
Pull Request Command
Development
Creates a GitHub pull request with an AI summary of non-trivial changes, after running CI and code quality checks.
Palantir Rate Limits
Development
Implement Palantir Foundry API rate limiting, backoff, and request queuing. Handle 429 errors and optimize throughput.