Find the perfect skill
Start Web Session
Development
Checks the current Git status, recent commits, and pending changes when starting a new work session on a web project. It also loads the latest session context from the `.claude/sessions/` folder, helping you pick up where you left off and quickly plan the day's tasks.
Finalization with Git and PR Management
DevOps
Handles the finalization phase of a plan: committing code, pushing branches, and creating pull requests. It is used after verification has passed, to complete the workflow and ship changes. Configuration options control whether to commit, push, create a PR, run automated reviews, or capture learnings.
Checkmate Initialization
Development
Automatically discovers linting and formatting tools in your project and creates a .claude/checkmate.json configuration file. Ideal for initializing code quality checks when setting up a new project or adding a new language.
Gitea Integration
Development
This skill enables interaction with Gitea, a self-hosted Git service, through its API and CLI. It supports managing repositories, issues, pull requests, and user/organization operations. Use it when automating workflow tasks on a Gitea instance.
List Configured Hooks
Development
Displays all hooks configured in the project by reading .claude/settings.json and .claude/settings.local.json. It organizes hooks by event type (e.g., PreToolUse, PostToolUse) and shows their source file, matcher, type, and command/prompt. Useful for quickly reviewing what automation triggers are set up.
Verification & Validation
Testing
Check whether an artifact (code, config, state) conforms to tests, specs, or invariants. Produces a PASS/FAIL verdict with observable evidence. Helps validate changes or test hypotheses.
Simple URL Fetch
Development
Fetches content from a given URL using a simple CLI command. Useful for retrieving web pages or documentation as a demonstration of the MCP skill pattern. Returns the fetched content and prints a success message with byte count.
Site Reliability Engineering
DevOps
Define Service Level Objectives (SLOs), manage Error Budgets, and conduct incident reviews to balance reliability with velocity.
Convert Tasks to GitHub Issues
Development
Converts tasks from a tasks.md file into GitHub issues with labels and dependencies. Helps when exporting work items to GitHub, setting up project boards, or assigning tasks to team members.
Conductor Status
Productivity
Displays the overall progress, active tracks, and next actions for a Conductor project. Helps track work on conductor-related tasks and workflows, providing guidance and checklists when needed.
Terminal User Interface Development
Development
Expert in terminal user interface development, including interactive console applications, cross-platform TUI libraries, and responsive terminal layouts. Use this skill for building interactive terminal apps, dashboards, and command-line tools with rich UI.
Technical Writer
Documentation
Generates technical documentation such as READMEs, specifications, architecture documents, and runbooks. Uses templates with placeholders and follows best practices including Mermaid diagrams and file organization.