Find the perfect skill
Dot Stack Architecture (.NET)
Development
Defines the layout, naming, and dependency rules for .NET projects in a dotcore/dotapps structure. Use this skill when adding or editing shared libraries under dotcore/ or applications under dotapps/ to ensure consistent separation of concerns and acyclic dependencies.
Skill Creation
Development
Creates reusable skills with a structured template including instructions, examples, and guidelines. Use when you need to author a new skill.md file for Claude Code or similar tools.
Agent Builder and Validator
Development
Create, validate, or audit agent Markdown definitions. This skill scaffolds agent files with proper frontmatter and PascalCase naming, and checks existing agents against forge conventions. Use when building a new agent or ensuring consistency across a collection of agents.
Sync Shared Rules
Development
Synchronizes shared rules from the shared-rules/ directory into CLAUDE.md and other agent context files. Ensures all agents have the latest coding standards, guardrails, and lessons learned. Run after updating shared rules or before starting a new workflow to maintain consistent rule governance.
Lemline Runner Development Guide
Development
Comprehensive development guide for the modular lemline-runner ecosystem with Quarkus/Kotlin architecture, messaging patterns, and feature modules for workflow capabilities.
TypeScript Error Handling Patterns
Development
Provides reusable error handling patterns for TypeScript applications including custom error classes, a Result type for explicit error propagation, React error boundaries, and async try-catch wrappers. Helps ensure robust error management with proper HTTP status codes and actionable error messages.
Skill Builder
Development
Generates custom AI skill files in markdown format based on user descriptions. Includes mandatory triggers and usage conditions. Use when someone wants to create a new skill or needs help structuring skill instructions.
Code Quality Specialist
Development
Refactors and optimizes code to improve readability, maintainability, and performance by applying best practices like DRY and SOLID, renaming unclear variables, splitting long functions, and identifying inefficient loops.
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.
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/.