Find the perfect skill
PDF Tools Suite
Development
Provides Python code snippets for creating PDF documents with text, images, and tables using ReportLab, as well as merging, splitting, and extracting text and tables from existing PDFs using PyPDF and pdfplumber. Useful for automating PDF generation and data extraction tasks.
Stop Autonomous Loop Mode
Productivity
Immediately disables autonomous loop mode by running a Bash script that updates state files and creates a global stop signal. Helps when you need to halt continuous autonomous execution to regain manual control.
Fireflies.ai User Management
Productivity
Manage user accounts in Fireflies.ai. Retrieve current user details, list team members, look up specific users, and update user roles. Use when handling team access or checking user information.
Database Audit Logging Implementation
Security
Implements database audit logging using triggers, application-level logging, change data capture (CDC), or native logs to track data modifications for compliance and security. Automatically captures detailed audit trails (user, timestamp, old/new values) for regulated environments like GDPR, HIPAA, SOX, and PCI-DSS. Helps ensure accountability and simplifies compliance reporting without requiring application code changes.
Server Deployment Management with Ops CLI
Development
The `bun ops` CLI manages server deployments, database operations, and CLI builds for the Scratch monorepo. It provides commands to set up, deploy, test instances (prod, staging, dev), run migrations, and manage configuration secrets.
Blog Post Rewriting and SEO Optimization
Content
Rewrite and optimize blog posts for Google rankings (December 2025 Core Update, E-E-A-T) and AI citations. Replace fabricated statistics with sourced data, apply answer-first formatting, inject FAQ schema, detect AI-generated content, and improve freshness signals across MDX, markdown, and HTML formats.
Sharing Skills via Pull Request
Development
Guide to contribute broadly useful skills to the upstream repository using a branch-and-PR workflow. Helps when you have developed a well-tested, general-purpose skill that follows skill-writing guidelines and want to share it with the community.
Vite - Configuration and Optimization
Development
Configures Vite for various frameworks, creates plugins, optimizes builds, and customizes the dev server. Helps with setting up aliases, proxies, and manual chunk splitting to improve development and production builds.
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.
Scaffold Custom React Hook
Development
Scaffolds a new custom React hook inside an existing feature module. It walks you through naming, selecting the target feature, choosing a hook category (data fetching, state management, or utility), and generates the hook file along with a barrel export. Use when you need to quickly add a reusable hook to a feature following project conventions.
Meta Skill Creator
Productivity
Meta-skill for creating, updating, and improving AI coding skills. It operates in a collaborative mode to clarify abstract requirements through dialogue and offers an orchestrate mode to delegate subtasks to different engines (Claude Code, Codex). Ideal for developing new skills or refining existing prompts through iterative feedback.
Automated Data Preprocessing Pipeline
Data & AI
Automate data cleaning, transformation, and validation for ML tasks. Generates and executes robust ETL pipelines with quality reports and performance metrics.