Find the perfect skill
Content Creator - SEO Marketing Content
Marketing & SEO
Create SEO-optimized marketing content with consistent brand voice. Generates blog posts, landing pages and social content aligned with your brand guidelines.
HTTP Request Smuggling
Security
Provides a methodology for detecting and exploiting HTTP request smuggling vulnerabilities, including CL.TE, TE.CL, and TE.TE variants, as well as HTTP/2 smuggling. Helps identify desynchronizations between front-end and back-end servers to bypass WAFs, poison caches, or hijack credentials.
Convex Component Authoring
Development
Covers how to create reusable Convex components with isolated database tables, typed functions, and proper dependency management. Includes component configuration, schema definition, writing queries and mutations, and publishing as an npm package.
Dominant Color Extraction
Data & AI
Extracts dominant colors from an image using a Python script. Specify the image path and optionally set the number of colors, quality, output format (hex, rgb, tuple, full), or get JSON output. Helpful for design work, generating color palettes, or programmatic extraction.
Local Frappe Development
Development
Sets up a local Frappe development environment to test APIs before production deployment. Use when developing or testing Python/API changes locally. Eliminates the 15-20 minute production build cycle by enabling fast iterative testing.
Conversation History Search
Productivity
Searches past conversation histories to recall previous discussions, decisions, and code context. Use when you need to reference what was discussed in earlier sessions or find design decisions and code explanations.
Conventional Git Commits
Development
This skill enforces the Conventional Commits standard for Git commit messages. It guides you to select the appropriate commit type, optional scope, and write a concise subject line with an explanatory body when needed. Use it to keep a clean, informative commit history across your project.
Release Management
DevOps
Automates SDLC-compliant releases for Claude Code plugins, Python, Node.js, Go, and Rust projects. Validates code before release with tests, linting, coverage, and security checks. Use it to bump versions, prepare releases, and publish to GitHub while ensuring no broken or untested code is deployed.
SEO Featured Snippet Optimizer
Content
Formats content to be eligible for featured snippets and SERP features. Creates snippet-optimized content blocks (paragraph, list, table) based on best practices. Use proactively for question-based content to increase chances of appearing in position zero.
Address PR Review Feedback
Development
Reads all review comments on a pull request, independently verifies each suggestion's correctness, applies or rejects them with justification, and posts a summary before re-requesting review. Best used when you need to critically evaluate reviewer feedback and ensure changes are safe and correct.
RALPH - Autonomous PRD Development Management
Development
Converts PRD markdown files to a structured prd.json and orchestrates autonomous implementation. Manages progress tracking, validation, and reset. Useful for automating development from product requirements documents.
Merge Pipe-Format Blocks
Development
Merges multiple pipe-format blocks from the conversation context into a single unified output. It deduplicates items by title or content overlap, combines source attributions, upgrades confidence when multiple sources confirm a finding, and adds a merge summary section. Useful after running /gather multiple times or parallel primitives to consolidate scattered findings.