Find the perfect skill
HTML/CSS Design Expert
Development
For adjusting HTML/CSS and UI styling on the NestMind site, following the design system and best practices for responsive, motion, and accessibility.
C Pro: Systems Programming
Development
Expert C coding with memory management, pointers, system calls, embedded systems, and performance optimization. Focus on safe, efficient, and portable code.
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.
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.