Find the perfect skill
Claw Release Automation
Development
Release automation for Claw skills and website. Guides through version bumping, tagging, and release verification. Helps maintain consistent releases and automate CI/CD pipeline steps.
Production Bash Scripting
Development
Provides best practices for writing production-quality Bash scripts, enforcing safety flags (set -euo pipefail), modern syntax ([[ ]], $( ), (( ))), and mandatory ShellCheck compliance. Helps prevent silent failures and data corruption by ensuring scripts are robust and maintainable. Use this skill when creating or modifying any .sh file, shell script, or pre-commit hook.
Skill Creator
Development
Generate new skills for your agent by packaging repeatable tasks into a structured format. Use this skill when you need to teach the agent a custom workflow, such as writing SQL or fixing CSS.
Learn Reset
Development
Resets the knowledge base by clearing all entries from patterns, quirks, and decisions files, and resets the learning state counter. Use this to start fresh without deleting the folder structure.
Skill Weaver - Claude Skills Creator
Development
Creates custom Skills for Claude Code and claude.ai following official best practices. Guides through structuring SKILL.md files, adding resources, and ensuring quality. Use when you need to build a new custom workflow or package expertise into a reusable Skill.
Create a Claude Code Skill
Development
Create a new Claude Code skill to automate workflows and guide development patterns. Skills are auto-activated workflows stored in .claude/skills/ that guide Claude through repetitive development patterns, reduce context usage, and ensure consistency. This skill helps users define, generate, and confirm skills by creating the directory and SKILL.md file with appropriate frontmatter, triggers, instructions, and best practices.
Player Analytics & Heatmaps
Development
System for tracking player behavior events and spatial data (heatmaps) via an interface abstraction supporting multiple analytics providers. Supports measuring retention, game difficulty, level design flaws, and monetization conversion. Use for collecting events like level completion, IAP transactions, and death positions.
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.
Web Scraping with Firecrawl
Development
Scrape web pages and extract structured content via Firecrawl API. Supports multiple output formats (markdown, HTML, text).
Create GitHub Issue
Development
Creates a GitHub issue in the gittower/git-flow-next repository following project guidelines. Checks for existing duplicates, determines the issue type and labels, and formats the body using templates for bugs, enhancements, or features. Helps ensure consistent and well-structured issue reports.
CO2 Geothermal Physics Model
Development
Validates code and provides physics reasoning for the 0-D CO2 lumped-parameter model in geothermal reservoirs. Use when modifying ODE solvers, parameter classes, emissions calculations, or concentration dynamics. Also helpful for debugging simulations, explaining physics concepts, or planning changes to physics-related code.
Qoder Agent (Print Mode)
Development
Delegate coding tasks to the Qoder CLI in non-interactive Print mode. Use this for building new features, code reviews, refactoring, or iterative coding that requires file exploration. It supports subagents, worktrees, and MCP servers, but is not intended for simple one-line fixes or reading code.