Find the perfect skill
Interactive markdown review with lgtm TUI
Development
Launches an interactive terminal UI for reviewing markdown files with line-by-line comments (blocker, concern, question, suggestion, praise, acknowledge). It helps users perform structured code or document reviews directly in the terminal, with export and clipboard support.
Kill OS Processes and Docker Containers
Development
Terminates OS processes or Docker containers by PID, name, or container ID. Useful for freeing blocked ports, killing resource-heavy processes, or stopping lingering containers. Supports both graceful stop and force kill.
Git Automation
Development
Automates Git operations (add, commit, push) when explicitly requested. Generates contextual commit messages and ensures remote branch synchronization to prevent conflicts.
Build Artifacts Management
Development
List build artifacts with their sizes and ages. Helps when you need to inspect compiled binaries, build outputs, or analyze disk usage for executables, libraries, caches, or coverage data.
GitHub Wiki & Projects Management
Development
Manages GitHub Wiki pages and GitHub Project boards for the current repository. Handles the distinct authentication methods required for Wiki operations (SSH only for push) and Projects (requires project scope for gh CLI). Useful when you need to edit documentation or organize tasks via GitHub Projects without manual setup.
Quality Gates
Development
Automated code quality validation that runs configurable checks (formatting, linting, type checking, tests, security) on code changes. Detects project configuration to use appropriate tools (Prettier, ESLint, TypeScript, etc.) and generates structured reports. Useful for enforcing quality standards before completing subtasks or during code review.
Browser Automation with agent-browser
Development
Browser automation CLI for AI agents. Navigate websites, fill forms, click buttons, take screenshots, extract data, and automate web interactions programmatically.
Git Commit Helper
Development
Provides expert guidance for creating conventional commit messages that follow industry best practices. Helps generate clear, consistent commit messages by analyzing staged changes. Useful when writing Git commits to maintain a clean project history.
Amazon Connect Blueprint Generator
Development
Design and generate Amazon Connect contact flow JSON from requirements or diagrams. This skill supports two modes: starting from scratch by gathering requirements, creating a Mermaid design, and deploying, or converting existing diagrams or images into flow JSON. It also includes local and API validation before deployment.
Brutal Hardening Orchestration Agent
Development
Orchestrates subsystem-by-subsystem project hardening by alternating deep review with automated task execution. Each subsystem is reviewed, CRITICAL/MAJOR tasks are created and fully executed before moving to the next, and passes repeat until no new major issues are found. Helps when you need systematic, autonomous hardening with no instruction loss.
Remove AI-generated code slop
Development
Inspects the diff between the current branch and a provided base branch, then removes AI-generated code slop such as unnecessary comments, defensive checks, casts, or stylistic inconsistencies. Outputs a short summary of changes made.
Vercel API Endpoint
Development
This skill creates a new Vercel serverless API endpoint following the NuxChain project conventions. It automatically enforces TypeScript, kvCache integration, CORS handling, rate limiting, error handling, and registration in vercel.json. Use this when you need to add a backend handler or a route under /api/.