aka. Agent Skills
Discover skills for AI coding agents. Works with Claude Code, OpenAI Codex, Gemini CLI, Cursor, and more.
Salesforce object schema, field names, and relationships. Use when building SOQL queries to understand object structures and field types.
Common SOQL query patterns and examples for typical use cases. Use when building queries for common scenarios.
Generate code using Shiny Reflector for AOT-compliant, source-generated property access, JSON serialization, and assembly info generation in .NET applications
Use when a .NET implementation task is complete and needs quality-focused code review, especially test quality validation (behavioral tests, assertion counts, mock boundaries, anti-patterns like getter/setter tests)
Use when breaking a .NET implementation plan into tasks for subagent execution
Use when building .NET backend APIs with business logic, domain rules, invariants to enforce, or projects expanding beyond simple CRUD. Symptoms - anemic models with public setters, domain logic in controllers, AutoMapper bypassing validation, primitives instead of value objects
Use when implementing ASP.NET Core + EF Core features or bugfixes with xUnit tests, before writing implementation code.
Use when you have a spec or requirements for a multi-step .NET backend task, before touching code. Covers task decomposition, test design, and TDD-ready implementation plans.
Use when a React implementation task is complete and needs quality-focused code review, especially test quality validation (behavioral tests, assertion counts, mock boundaries, anti-patterns like getter/className tests)
Use when dispatching a React frontend subagent from an implementation plan — covers TDD with Vitest/RTL/MSW, Zustand stores, and Tailwind v4 component tasks
Use when building React components with Tailwind CSS v4, shadcn/ui, or Radix primitives. Use when writing className strings, cva variants, or arbitrary CSS variable values in Tailwind. Critical for avoiding v3 syntax that silently breaks in v4.
Use when implementing React 19 + Vite + TypeScript features or bugfixes with Vitest + React Testing Library tests, before writing implementation code.
Use when testing marketplace deployment. Simple test skill for validating deploy workflow.
Use when user wants to explore or compare multiple design styles for a web page, or needs visual direction before implementation begins.
Generate .NET MAUI Shell pages, ViewModels, navigation, and source-generated routes using Shiny MAUI Shell
Generate Shiny Mediator handlers, contracts, middleware, and scaffold projects for .NET applications
Generate and configure Shiny Extensions for .NET - attribute-driven DI registration with source generators, cross-platform key/value stores, and ASP.NET infrastructure modules
Generate strongly-typed localization classes from .resx resource files using Shiny.Extensions.Localization.Generator for .NET applications
Generates creative, memorable names optimized for virality. Analyzes project content to suggest names that are catchy, searchable, and shareable. Use when asked to "name this project", "suggest names", "what should I call this", or "generate project name".
Build Azure cloud infrastructure and DevOps pipelines from scratch through production. Full lifecycle - provision, configure, deploy, monitor, secure, optimize. CLI-based with Azure CLI, Bicep/Terraform, and DevOps best practices.