Find the perfect skill
DayZ Enforce Script Development Orchestrator
Development
Dynamic development orchestrator for DayZ Enforce Script modding. Fetches class APIs, script references, and mod documentation on the fly. Helps developers build mods for DayZ 1.28+ with Vanilla, Community Framework, and Expansion, ensuring code correctness by preventing hallucinated classes or methods.
Claude Code - Agentic Coding Tool
Development
This skill provides guidance on installing, configuring, and using Claude Code's advanced features like slash commands, agent skills, MCP servers, and enterprise setup. It helps when you need to set up or troubleshoot the Claude Code agentic coding tool.
Build CvGameCoreDLL with FastBuild
Development
Builds the CvGameCoreDLL via FastBuild. Use for compile checks, rebuilds, deployments, and diagnosing LNK2001 link errors.
Ship It: Git Workflow
Development
Runs quality checks, commits changes, and creates a pull request with multiple approval checkpoints.
Formatted conventional commit
Development
Creates Git commits following the conventional commits specification, using proper types (feat, fix, refactor, etc.) and formatting the message with an optional scope and body. Helps maintain a clear and standardized commit history across a project.
Exit — Room Navigation Links
Development
An Exit is a navigation link connecting two rooms in MOOLLM's spatial architecture, acting as an edge in the memory palace graph. It can be simple, guarded, hidden, or metaphysical, and uses pie menu directions (N/S/E/W, etc.) to encode meaning. This skill helps create interactive worlds where direction itself carries significance.
RT Stack Code Review
Development
Thorough code review following RT Stack conventions, covering security, performance, and architecture checks.
Debugger
Development
Use when the user provides an error, exception, stack trace, failing test, or “it doesn’t work”. Diagnose the root cause and propose minimal fixes with verification steps. Helps quickly identify the most likely cause and apply the smallest safe patch.
StockBuddy Development Guide
Development
Navigation and reference guide for StockBuddy development, covering Electron/React structure, stock-sdk data, data flow, IPC, database, testing, and coding standards.
GitHub Wiki & Projects Management
Development
Manages GitHub Wiki pages and GitHub Project boards for the current repository. Handles the distinct authentication methods required for Wiki operations (SSH only for push) and Projects (requires project scope for gh CLI). Useful when you need to edit documentation or organize tasks via GitHub Projects without manual setup.
Three.js Game Development
Development
Provides guidance for building interactive 3D games in the browser using Three.js, WebGL, and related tools. Covers everything from basic setup and rendering to game mechanics like player movement, collisions, and physics integration. Helpful for developers creating 3D web games with cameras, lighting, models, and animations.
Google ADK - AI Agent Development
Development
Provides guidance for using Google's Agent Development Kit (ADK) to build AI agents. Covers installation, agent types (LLM, workflow, custom), function tools, multi-agent orchestration, callbacks, and deployment. Useful when creating Gemini agents or working with ADK-specific concepts like SequentialAgent or LoopAgent.