Find the perfect skill
GWT Git Worktree Management
Development
Manage Git worktrees with the gwt command-line tool for efficient branch-based workflows. Worktrees allow you to work on multiple branches simultaneously without stashing changes. gwt automates creation, switching, listing, and cleanup of worktrees, especially useful when context-switching between tasks or cleaning up after merging pull requests.
Create Pull Request
Development
Push branch and create a PR with concise description and labels.
New Column Conventions
Development
Conventions for adding new database columns, including snake_case naming, struct tags, field types, and defaults.
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.
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.
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.
Angular Conventions, Patterns, and Testing
Development
Angular frontend conventions, patterns, and test infrastructure. Use for components, services, RxJS, Angular CLI, Jasmine, Component Harnesses, and HttpTestingController.