Find the perfect skill
Propose SKILL.md Edits from Eval Logs
Development
Run the skill-improver agent to propose evidence-cited edits to a skill's SKILL.md from its latest eval run log. The agent only proposes changes; a human applies them.
Infographic Template Updater
Development
Update template lists and gallery mappings after adding new infographic templates.
Workflow Patterns
Development
Guide for implementing tasks using TDD workflow, managing phase checkpoints, and executing verification protocols.
CI
DevOps
Diagnoses and fixes CI failures and re-runs GitHub Actions jobs. Use when CI is failing, tests break, lint errors block, or jobs need re-running.
Complete Logging System Guide
Development
Comprehensive guide for implementing logging systems including application logs, script logs, error monitoring, and request logging.
Survey Data Processor
Data & AI
Processes survey data including point cloud processing, DTM/TIN generation, coordinate transformation, traverse and level loop adjustment, GNSS data processing, contour generation, and feature extraction. Use it when working with survey data to create terrain models, transform coordinates, or adjust measurements.
Debugging and Root Cause Analysis
Development
Comprehensive debugging skill for error analysis, root cause identification, and systematic code fixes. Provides step-by-step troubleshooting and prevention strategies.
Generate MBMM Slash Command
Development
Meta-command to generate a new MBMM custom slash command in .claude/commands.
Decomp Permuter
Development
Automatically permutes C source files to better match a target binary. Use when a decompiled function is nearly matching (95%+) but has register differences, or when progress stalls. Not suitable for control flow or functional mismatches.
Predictive Persona Performance
Data & AI
Predicts persona performance in specific task contexts.
Feature-Driven Code Development
Development
Implement backlog items using a structured feature-driven workflow. Read requirements, reference existing features, design, code, and document.
Integrated Code Review Guide for Smart Bookmark
Development
This guide integrates Google, Palantir, Conventional Comments, and Pagepro review principles to establish senior-level code review standards, covering FSD architecture, naming conventions, and code quality.