Find the perfect skill
Character Entities
Development
Core system for managing playable and non-playable character entities with identity, location, inventory, and relationships. Defines fundamental patterns for character representation in virtual worlds.
Conventional Commits
Development
Format commit messages following the Conventional Commits specification: type, optional scope, and a concise description. Helps maintain a consistent and readable commit history. Useful for projects that follow semantic versioning or require changelog generation.
Spec-Driven Development
Documentation
Generates specification templates for non-trivial changes using GitHub Spec Kit 4-stage workflow (Specify → Clarify → Tasks → Implement). Creates GitHub issues and spec files automatically.
Paper-to-Skill Converter
Data & AI
Converts research paper PDFs into structured agent skills, extracting research questions, hypotheses, methodology, key findings, contributions, and limitations.
Upskill Command
Development
Analyzes why a skill wasn't triggered and fixes divergences between interpretation and actual use.
Test Skill
Development
A test skill for experimenting with the SKILL.md format. It uses the 'name' field instead of the 'id' field in the frontmatter. This skill is useful for verifying that Claude Code correctly parses SKILL.md files.
Orchestration Tools Reference
Development
Comprehensive reference for orchestration tools including AskUserQuestion, agent types, and task management. Helps structure complex work by breaking down requests, asking rich questions, and coordinating subagents effectively.
Create Claude Skill
Development
Guides through creating a new Claude Skill, from concept to packaged distribution. It helps define the skill's purpose, set up the file structure, create resources, and validate the final package. Ideal when you need to build a reusable skill for Claude following best practices.
Ensure to Regularly Patch Systems
Security
This control ensures that RDS database instances and their database engines are regularly updated and patched to address security vulnerabilities and maintain system integrity.
Structured Investigation
Development
Creates a dated investigation folder under scratch/ with a README to guide empirical research. Helps trace code paths, document system architecture, investigate bugs, explore technical feasibility, or research design options. Intended for complex multi-step investigations, not simple questions.
Fallout 4 Compatibility Audit
Development
Deep audit of ByroRedux readiness for Fallout 4 content, covering NIF, BA2, BGSM, and M49 precombines.
Release Milestone Preparation
DevOps
Prepare a release by verifying success criteria, backwards compatibility, ticket tagging, and documentation. Automates comprehensive validation before deployment.