- Home
- /
- Categories
- /
- Types
Types
Type checking and type generation
new-feature
by okteto
Start a new feature development session with branch setup and requirements gathering
nx-generate
by tech-leads-club
Generate code using nx generators. USE WHEN scaffolding code or transforming existing code - for example creating libraries or applications, or anything else that is boilerplate code or automates repetitive tasks. ALWAYS use this first when generating code with Nx instead of calling MCP tools or running nx generate immediately.
openspec-new-change
by rivet-dev
Start a new OpenSpec change using the experimental artifact workflow. Use when the user wants to create a new feature, fix, or modification with a structured step-by-step approach.
angular-forms
by zard-ui
Build signal-based forms in Angular v21+ using the new Signal Forms API. Use for form creation with automatic two-way binding, schema-based validation, field state management, and dynamic forms. Triggers on form implementation, adding validation, creating multi-step forms, or building forms with conditional fields. Signal Forms are experimental but recommended for new Angular projects.
angular-signals
by zard-ui
Implement signal-based reactive state management in Angular v20+. Use for creating reactive state with signal(), derived state with computed(), dependent state with linkedSignal(), and side effects with effect(). Triggers on state management questions, converting from BehaviorSubject/Observable patterns to signals, or implementing reactive data flows.
angular-directives
by zard-ui
Create custom directives in Angular v20+ for DOM manipulation and behavior extension. Use for attribute directives that modify element behavior/appearance, structural directives for portals/overlays, and host directives for composition. Triggers on creating reusable DOM behaviors, extending element functionality, or composing behaviors across components. Note - use native @if/@for/@switch for control flow, not custom structural directives.
mcp-builder SKILL
by raphaelmansuy
EdgeQuake RAG Framework
Android Navigation
by HoangNguyen0403
Standards for Jetpack Navigation Compose (Type-safe)
agent-designer
by LeoYeAI
"Agent Designer - Multi-Agent System Architecture"
data-client-schema
by reactive
Define data schemas - Entity, Collection, Union, Query, pk/primary key, normalize/denormalize, relational/nested data, polymorphic types, Invalidate, Values
data-client-manager
by reactive
Implement @data-client Managers for global side effects - websocket, SSE, polling, subscriptions, logging, middleware, Controller actions, redux pattern
data-client-rest
by reactive
Define REST APIs with @data-client/rest - resource(), RestEndpoint, CRUD, GET/POST/PUT/DELETE, HTTP fetch, normalize, cache, urlPrefix, path parameters
data-client-vue-testing
by reactive
Test @data-client/vue composables and components - renderDataCompose, mountDataClient, fixtures, jest, nock, Vue 3 reactive props, useSuspense testing
openspec-continue-change
by rivet-dev
Continue working on an OpenSpec change by creating the next artifact. Use when the user wants to progress their change, create the next artifact, or continue their workflow.
openspec-new-change
by rivet-dev
Start a new OpenSpec change using the experimental artifact workflow. Use when the user wants to create a new feature, fix, or modification with a structured step-by-step approach.
Zod v4 Schema Validation
by hashintel
๐ The open-source, multi-tenant platform for self-building knowledge graphs and simulation
Zod v4 Schema Validation
by hashintel
๐ The open-source, multi-tenant platform for self-building knowledge graphs and simulation
documenting-rust-code
by hashintel
Rust documentation practices for HASH codebase. Use when writing doc comments, documenting functions/types/traits/modules, creating error sections, using intra-doc links, or following rustdoc conventions.
Apify
by danielmiessler
Social media scraping, business data, e-commerce via Apify actors. USE WHEN Twitter, Instagram, LinkedIn, TikTok, YouTube, Facebook, Google Maps, Amazon scraping.
frontend-patterns
by WorldFlowAI
Frontend development patterns for React, Next.js, state management, performance optimization, and UI best practices.
config-analyzer
by cisco-ai-defense
Analyze configuration files for validation and best practices
posthog-analytics
by alinaqi
PostHog analytics, event tracking, feature flags, dashboards
tsdown
by sanity-io
tsdown fast TypeScript library bundler powered by Rolldown and Oxc. Use when bundling TypeScript libraries, configuring entry points, or generating .d.ts declaration files.
epic-permissions
by epicweb-dev
Guide on RBAC system and permissions for Epic Stack