Find the perfect skill
Add Content & Assets to OSRS Game
Development
Add new game content (enemies, towers, spells, items) and integrate sprites/sounds from the OSRS cache. Emphasizes data tables, union types, and the asset pipeline.
Feature-Driven Code Development
Development
Complete backlog implementation in feature-driven development. Read requirements, reference existing features, design approach, implement code, and document.
NuGet Package Management
Development
Manage NuGet packages in .NET projects using dotnet CLI. Enforces safe workflows for adding, removing, and updating package versions.
Stack a new PR layer on the current feature branch
Development
Isolate work discovered mid-feature into the next layer of a GitHub stacked PR, branching off the current feature branch and targeting the branch below.
Git Master: Atomic Commits & Rebase
Development
Git expert focusing on atomic commits, rebasing, history management, and commit style detection.
Lint JS/TS
Development
Runs the linter for JavaScript and TypeScript files. Use before opening a PR.
Ship It: Quality Checks and PR Creation
Development
Runs comprehensive quality checks (lint, build, compile), creates meaningful commits, and handles the full workflow from staging to pull request creation.
R's Little Helper
Development
Assists in coding in R, emphasizing modern tidyverse patterns and style.
Scaffold AgentKit assets (skills, rules)
Development
Scaffold a new AgentKit asset (skill, command, agent, rule) with correct frontmatter and location.
Git Atomic Commits
Development
Create logically grouped, atomic git commits with well-formatted commit messages following best practices. Use partial staging to separate unrelated changes.
Skill Check and Validation
Development
Validates and reviews skills against the Agent Skills spec. Checks YAML syntax, naming conventions, description quality, and file structure, providing improvement suggestions and optional fixes.
FireCrawl Hello World
Development
Create a minimal working FireCrawl example, initialize the client, and make your first API call.