Find the perfect skill
Ralph Interactive Planning
Development
This skill runs an interactive planning session: it interviews the user with multiple-choice questions, reads project context files, and generates a spec, an implementation plan, and a planning prompt. It helps when you need to structure a feature or change before writing code, especially for multi-step or cross-cutting tasks.
TypeScript and ESLint Check & Fix
Development
Run TypeScript type-check and ESLint, then fix any errors found. Use when you need to validate code quality or fix linting issues.
Create Slash Commands
Development
Expert guidance for creating reusable slash commands with /command-name syntax. Master XML structure, YAML configuration, and argument handling for workflow standardization.
UI Production Builder
Development
Builds optimized production bundles for the trading platform UI with minification, code splitting, and chunk hashing. Supports staging builds, bundle analysis with visualizer, source maps, and a preview server. Helps ensure fast load times and stay within size budgets before deployment.
Initialize AGENTS.md file
Development
Creates a symlink from AGENTS.md to CLAUDE.md in the current project directory, optionally runs `/init`, and sanitizes the file by replacing Claude-specific references with AI agents. Helps when you want to use AGENTS.md as the memory file instead of CLAUDE.md.
Smart Git Commit
Development
Create well-structured Git commits with conventional commit format. Automatically analyzes staged or unstaged changes and generates commit messages with type, scope, body, and signed-off-by. Helps maintain DCO compliance by requiring signed-off-by.
Add Skill Templates
Development
This skill standardizes the process of adding new Agent Skill templates to the meta-agent-skills framework. It ensures new templates follow the required structure for automatic instantiation by the Meta-Agent. Use it when you want to add a new standard capability like deploy-k8s or performance-bench.
Portfolio Forge
Development
Generates a static HTML portfolio and developer activity log from an Obsidian knowledge base. Builds project cards, activity timelines, and statistics dashboards. Ideal for turning your Obsidian notes into a personal portfolio site with the /portfolio command.
Production Code Generation
Development
This skill generates production-ready code that adheres to project conventions and industry best practices. It analyzes existing codebases to maintain consistency, enforces standards like type hints and single-responsibility functions, and avoids common anti-patterns. Use it when creating new features or refactoring to ensure high-quality, maintainable code.
Google Stitch Mockup Extraction
Development
Automatically extracts generated mockup images from Google Stitch project pages using Playwright. Downloads and organizes design assets into a structured directory hierarchy.
Git Sync with Rebase
Development
Syncs your local branch with the remote repository by fetching changes and using `git pull --rebase`. This avoids merge commits and keeps a linear history. Helpful when you want to integrate upstream changes before pushing your own work.
API Mocking Framework
Development
This skill specializes in building realistic mock API services to simulate production behavior. It covers setting up mock servers with dynamic routing, latency simulation, and request tracking for parallel development and testing. Use it when you need to decouple frontend or testing from real APIs.