Find the perfect skill
Groq - Ultra-Fast LLM Inference
Data & AI
Integration guide for Groq's API to build real-time AI applications, with examples for chat completion and streaming.
Humanizer-zh: Remove AI Writing Traces
Content
Removes AI generation traces from text to make it sound more natural and human-like, based on Wikipedia's AI writing characteristics.
Git Commit with Prefix
Development
Analyzes code changes to select the appropriate commit prefix (add/fix/docs/refactor/test/chore/perf/build/ci/revert/style) and generate a clear, structured commit message. Helps maintain a consistent and traceable commit history by categorizing changes accurately.
Add Skill
Documentation
Create and populate a new skill guide for recurring tasks. Guides you through analyzing codebase, gathering context, and structuring a SKILL.md.
DOT Audit Readiness
Documentation
Skill for preparing for DOT audits, FMCSA compliance reviews, and new entrant safety audits. Covers audit types, required documents, and outcomes.
Output SDK Folder Structure
Development
Validate and fix folder structure for Output SDK workflows after migration. Ensure correct naming and organization.
Validate Database Schema
DevOps
Validates that Prisma schema matches requirements specification. Compares requirements documents with schema to identify discrepancies and report mismatches.
Checkpoint: Save & Restore State
Development
Mid-task rollback points to save/restore state before risky operations like refactors, migrations, or destructive edits.
Helm Chart Scaffolding
DevOps
Design, organize, and manage Helm charts for templating and packaging Kubernetes applications with reusable configurations.
Open Windows Explorer
Productivity
Opens Windows Explorer at the root of the current Git worktree. Falls back to the current directory if not in a Git repository. Useful when asked to open a folder or show it in Explorer.
SEO Content Writer
Content
Writes SEO-optimized content based on keywords and topic briefs. Creates engaging, comprehensive content following best practices.
Feature Status Counter
Testing
Counts features marked as @failing in Gherkin files and writes the count to feature-status.json. Used by the autonomous coding harness to decide when to stop the coding loop when all features pass.