Find the perfect skill
Create Git Commit
Development
Creates a git commit with a properly formatted message following project conventions. Automatically stages changes and generates atomic, descriptive commit subjects. Useful when saving progress or completing a task, ensuring commits are clean and reviewable.
TVM FFI Development
Development
This skill assists in developing and verifying Foreign Function Interface (FFI) changes in TVM. It can take a GitHub issue URL or a text description, then fetches details, writes a minimal Python reproducer, and follows a development loop with building and testing. It enforces project-specific code style and best practices for C++ and Python.
Create Git Commit
Development
This skill stages and commits changes with a descriptive message, analyzing diffs to generate a concise commit summary using conventional commit conventions. It helps when you need to create meaningful git commits quickly.
golangci-lint Configuration for Go
Development
Initializes or updates golangci-lint configuration for Go projects with a comprehensive set of linters. It provides a pragmatic configuration balancing code quality and development speed, ready for CI/CD integration. Helps teams enforce consistent code standards and catch bugs early.
CUDA Guide: GPU Computing Best Practices
Development
Provides CUDA kernel design patterns, memory hierarchy guidelines, and occupancy optimization tailored to project coding standards. Helps ensure correct error handling, coalesced memory access, and efficient host-device transfers when writing CUDA code for GPU computing tasks.
Check Vocal Bridge authentication status
Development
Check Vocal Bridge authentication status. Displays the current API key, connected agent name, and connection health to verify the setup.
User Stories Generation
Development
Creates user stories with acceptance criteria from feature descriptions. Useful for breaking down requirements into actionable tickets during sprint planning or when communicating with engineering teams.
Prisma Schema Helper
Development
Automated assistance for Prisma schema configuration and optimization. Provides production-ready configurations and best practice recommendations.
Godot Engine Automation & Documentation
Development
Skills for Godot game engine automation and documentation. Enables launching the editor, running projects, manipulating scenes and resources, and accessing Godot class reference documentation. Useful for Godot game development with AI assistance.
Dialogue and Quest System
Development
Complete dialogue and quest system with branching conversations, quest stages, objectives, rewards, and event-driven progression. Use it to implement NPC dialogues, track quest progress, handle objectives like kill X or collect Y, and award rewards upon completion.
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.
Create Pull Request
Development
This skill creates a pull request from the current branch after running code quality checks (lint, typecheck, tests). It analyzes changes, drafts a comprehensive PR description, and creates the PR as a draft. Use it when your changes are ready for review after committing.