Find the perfect skill
New Column Conventions
Development
Conventions for adding new database columns, including snake_case naming, struct tags, field types, and defaults.
Advanced TypeScript Patterns
Development
Write precise TypeScript: generic constraints, conditional types, mapped types, template literal types, branded/nominal types, type narrowing, satisfies operator, and utility type composition.
Create an Agent Skill
Development
Guide to create a structured capability that coding agents can discover and use. Includes directory structure and design principles.
Display development workflow status
Development
Displays the current development workflow status (phases with statuses, durations, available commands) by reading a JSON state file. Helps you quickly see your progress in the workflow.
Zod - TypeScript Schema Validation
Development
Provides guidance on Zod schema validation, covering type inference, schema composition, parsing, refinements, transformations, error handling, and TypeScript integration. Ideal for building type-safe validation, form validation, and API input validation.
Combined Code and Obsidian Vault Search
Development
Search the codebase and Obsidian vault together to answer how something works, where it is implemented, and related notes.
Distributed Debugging and Tracing
Development
Set up comprehensive debugging environments, distributed tracing, and diagnostic tools to improve developer productivity and reliability in production troubleshooting.
Create PR Workflow
Development
Steps to create a pull request: branch, build, tests, conventional commit, push, and PR creation.
Windsurf Cascade Onboarding
Development
Configure Windsurf Cascade AI for new projects. Creates .windsurfrules, sets up project context, and defines team defaults for AI-assisted development.
Create PR
Development
Create well-structured pull requests following best practices, handling commits, branching, rebasing, and pushing to GitHub.
Fallout New Vegas Compatibility Audit
Development
Deep audit of ByroRedux readiness for Fallout New Vegas, covering NIF, BSA, ESM, ragdoll, and performance baselines.
GitHub Copilot Core Skills Knowledge Base
Development
Consolidated knowledge base of 17 Copilot core skills covering identity, execution, security, memory, and orchestration.