Writing technical articles and blog posts. Use when creating articles in docs/articles/ or blog content explaining...
cat ~/New
Browse newest skills added to the marketplace
Tauri path handling, cross-platform file operations, and API usage. Use when working with file paths in Tauri...
Sync construction with async property pattern. Use when creating clients that need async initialization but must be...
Svelte 5 patterns including TanStack Query mutations, shadcn-svelte components, and component composition. Use when...
CSS and Tailwind styling guidelines. Use when writing styles, creating UI components, reviewing CSS/Tailwind code,...
Write technical specifications that give agents enough context to implement features while leaving room for...
Social media post guidelines for LinkedIn, Reddit, and Twitter/X. Use when drafting posts, announcements, or sharing...
Pattern for functions that accept either a single item or an array. Use when creating CRUD operations, batch...
Service layer patterns with createTaggedError, namespace exports, and Result types. Use when creating new services,...
Rust to TypeScript error handling patterns for Tauri apps. Use when defining Rust errors that will be passed to...
Query layer patterns for consuming services with TanStack Query, error transformation, and runtime dependency...
Monorepo script commands and conventions for this codebase. Use when running builds, tests, formatting, linting, or...
Move helper functions into return objects using method shorthand for proper JSDoc preservation. Use when factory...
Break multi-file changes into atomic commits ordered by dependency. Use for refactors, breaking API changes, or...
Behavioral guideline for providing brutally honest feedback. Use always - this skill defines core interaction...
GitHub issue comment guidelines for community interaction. Use when responding to GitHub issues, bug reports,...
Git commit and pull request guidelines using conventional commits. Use when creating commits, writing commit...
Apply factory function patterns to compose clients and services with proper separation of concerns. Use when...
Error handling patterns using wellcrafted trySync and tryAsync. Use when writing error handling code, using...
Drizzle ORM patterns for type branding and custom types. Use when working with Drizzle column definitions, branded...
In-code documentation, folder READMEs, and code comments. Use when writing README.md files, JSDoc comments, or...
Human-readable control flow patterns for refactoring complex conditionals. Use when refactoring nested conditionals,...
React Three Fiber textures - useTexture, texture loading, environment maps, texture configuration. Use when loading...
React Three Fiber shaders - GLSL, shaderMaterial, uniforms, custom effects. Use when creating custom visual effects,...