Find the perfect skill
ConsoleService Usage Guide
Development
Provides implementation guidance for ConsoleService, an environment-aware console wrapper in Angular. Use for adding console logging with contextConsole, always/never overrides, and visibility rules.
inference.sh CLI - Run 150+ AI Apps
Development
Run 150+ AI apps (image gen, video, LLMs, search, Twitter) via inference.sh CLI. No GPU required.
Contentstack Java SDK Conventions
Development
Guidelines for Java package layout, Java 8 compatibility, Lombok usage, and coding conventions in the Contentstack Management Java SDK.
Database Performance Debugging
Development
Debug and troubleshoot database performance in ettametta. Use when investigating slow queries, connection pool issues, migration conflicts, N+1 patterns, or schema drift.
Post-Implementation Reflection
Development
Self-review recently implemented code to catch issues before the formal review step.
Add Game Subsystem
Development
Scaffolds a complete new game subsystem end-to-end: models, service, router, schemas, migrations, OpenAPI spec, and tests. Use this skill when adding a major new game feature that spans multiple layers (database, service, API, tests), such as a crafting system, an auction house, a reputation system, or a quest system.
Solana Development Skill Hub
Development
Unified hub for Solana development. Routes to specialized skills for Anchor, testing, security, and DeFi protocols.
Run Local Services with Auto-Recovery
Development
Start all local services (backend, frontend, docs) with pre-flight dependency checks, port conflict resolution, and automatic error recovery.
Flutter Pub Update
Development
Updates pubspec.yaml packages for a Flutter project. Supports batch or individual updates, with review of major changes.
Leavn Commit Machine
Development
Create clean, descriptive git commits for the Leavn app following an emoji prefix convention with comprehensive change summaries.
Cognitum IoT Registration
Development
Register a Cognitum Seed device by endpoint, establish agent bridge, and store registration event.
Conventional Commit Messages
Development
Generates commit messages following the Conventional Commits format by analyzing staged changes. Helps create structured commits with precise types (feat, fix, etc.) and concise descriptions, improving changelog readability.