Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 1.05 KB

File metadata and controls

32 lines (22 loc) · 1.05 KB

jcurbelo/skills

Curated coding skills for skills.sh — plug them into Claude Code, Cursor, or any AI coding agent.

Available Skills

Skill Description
deno-api-hono Production-ready HTTP APIs with Deno and Hono — auth, rate limiting, validation, deployment
deno-scripting Standalone Deno CLI scripts — diagnostics, batch processing, automation
wpf-best-practices WPF desktop apps with C#/.NET — MVVM, DI, async patterns, system tray, packaging

Install

Install a specific skill:

npx skills add jcurbelo/skills --skill deno-api-hono
npx skills add jcurbelo/skills --skill deno-scripting
npx skills add jcurbelo/skills --skill wpf-best-practices

Install all skills from this repo:

npx skills add jcurbelo/skills

Learn More