Find the perfect skill
Global Conventions
Development
Follow project-wide development conventions including consistent structure, clear documentation, version control best practices, environment configuration, and dependency management.
AST-based Code Editing
Development
Edit code by finding functions by name, not text matching. Edits always succeed through AST analysis instead of fragile text replacements.
Behavior Trees for Game AI
Development
Design and implementation of behavior trees for game AI systems. Covers hierarchical structures, custom nodes, blackboard systems, and integration with Unity, Unreal Engine, and Godot game engines.
Mobile Offline Support
Development
Implement offline-first mobile apps with local storage, sync strategies, and conflict resolution for AsyncStorage, Realm, and SQLite.
Generate Component Stories
Development
Create comprehensive story examples for components covering all variants, states, and usage patterns.
Create Implementation Plan
Development
Generate a detailed implementation plan from issue analysis or feature concept. Structure tasks, tests, and checkpoints for coordinated development.
Code Review Workflow
Development
Complete code review workflow covering PR creation, review requests, and feedback responses. Includes checklists, templates, and best practices for reviewers and requesters.
LeIndex-Code: Token-Efficient Code Analysis
Development
Multi-layer semantic code analysis (AST, call graph, CFG, DFG, PDG) with 82% token savings in balanced mode. Ideal for LLM-assisted code generation and refactoring while preserving semantic completeness.
Web Components Architecture
Development
Build web components using Custom Elements v1 API with Declarative Shadow DOM and attribute-driven state. Strict pattern with zero DOM selection, no external libraries, pure Web Platform APIs only.
Browser Extension Manifest V3 Mastery
Development
Master building 2025/2026-grade browser extensions with Manifest v3, Service Worker persistence, Side Panel API, and cross-browser compatibility. Learn durable state management and security hardening.
LeetCode Rust Template Generator
Development
Displays LeetCode problem details and generates a Rust code template in the problems/ directory for immediate coding.
Hono Documentation Search
Development
Use the Hono CLI to search and view Hono framework documentation. Efficiently access guides and API references.