Find the perfect skill
Install Anthropic official skills
Development
Command to automatically install skills from the official Anthropic marketplace. Uses Claude Code's native installer.
Design System Analysis
Development
Analyzes theme-aware design systems by extracting CSS variables (tokens) from globals.css, mapping mock color values to theme tokens using OKLCH similarity, and identifying gaps between mocks and existing tokens. Useful when working with NextSpark themes that have different light/dark mode token sets and need to convert design specs to theme-compatible code.
Code Humanizer
Development
Removes structural debt from AI-generated code, preventing duplicated helpers, swallowed exceptions, and speculative abstractions. Includes Guard mode to avoid these patterns during implementation.
Ralph Ultra Quick Fix
Development
Rapidly diagnose and fix issues in an existing project. Auto-detects project type, runs diagnostics (environment, security, flaky tests), and generates a targeted fix plan. Use when you need to fix bugs without full PRD setup.
Expo UI Jetpack Compose Integration
Development
Use @expo/ui/jetpack-compose to integrate Jetpack Compose views and modifiers in your Expo SDK 55 app. Provides components like LazyColumn and Icon with Host wrapper.
Production Readiness Check
Development
Performs a production readiness check by updating BROWNFIELD.md with implemented features, assessing alignment with GREENFIELD vision, and identifying documentation impacts. Used before deployment to verify implementation status and strategy alignment.
Guard Mode (Full Safety)
Development
Combines destructive command warnings with directory-scoped edit restrictions for maximum safety when working on production systems.
Global Project Conventions
Development
Follow global development conventions: project structure, documentation, version control, environment variables, and dependency management.
Godot Navigation & AI
Development
Implements AI navigation and pathfinding using NavigationServer, behavior systems, and steering behaviors for intelligent NPC movement.
CI Performance Report Analysis
Development
Analyze ClickHouse CI performance reports for PRs. Lists all regressions and improvements, cross-references with master history to identify real changes vs flaky tests.
Converting Commands to Skills
Development
Automates converting Claude Code slash commands to skills, including YAML frontmatter and directory structure changes.
Create PR and verify CI
Development
Creates a Pull Request linked to an issue and checks CI status. Use via /issue-pr command.