Find the perfect skill
De-AI: Humanize Technical Documents
Content
Removes AI-style patterns from technical documents (especially game development and rendering), replacing emojis, tables, and rigid structures with natural prose, personal opinions, and real-world examples. Great for making AI-generated or overly formal text feel human-written and authentic.
Commit and push LeetCode problem
Development
Automates committing and pushing a solved LeetCode problem. It formats code, stages all changes, creates a commit with message 'Problem <number>', and pushes to the remote repository. Useful for standardizing and speeding up the submission of LeetCode solutions.
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.
Gastown CLI Commands Reference
DevOps
Complete reference for the Gastown CLI (gt) commands covering service lifecycle, orchestration, workers, workspace, communication, and diagnostics. Provides syntax, flags, and common use cases for commands like up, down, stop, and convoy. Useful when managing Gastown infrastructure and coordinating work across rigs.
Agent Teams Workflow
Development
Orchestrates a team of AI agents for autonomous parallel development. The lead plans, assigns file ownership, spawns teammates, and reviews; teammates follow TDD, own specific files, and communicate blockers. Helps scale large tasks by dividing work without file conflicts.
Production Readiness Check
Development
Performs a production readiness check by updating BROWNFIELD.md with implemented features, assessing alignment with GREENFIELD vision, and identifying documentation impacts. Used before deployment to verify implementation status and strategy alignment.
Initial local service review
Development
Perform an initial local review of service changes by comparing the current branch with master. Analyze changed files for regressions, incompatible API changes, missing tests, security issues, and performance problems. Output a structured review covering critical issues, risks, quality notes, missing tests, and clarifying questions.