- Home
- /
- Categories
- /
- Types
Types
Type checking and type generation
seo-optimizer
by cachemoney
"Comprehensive SEO optimization for web applications. Use when asked to improve search rankings, add meta tags, create structured data, generate sitemaps, optimize for Core Web Vitals, or analyze SEO issues. Works with Next.js, Astro, React, and static HTML sites."
code-dojo
by seonghyeonkimm
Interactive code learning through skeleton-based exercises. Use when a user wants to deeply learn a codebase, library, or programming concept by building it themselves. Triggers: "learn this codebase", "study this project", "teach me how this works", "I want to understand this library", "code dojo", "learn by building", "help me learn", "interactive coding exercise". Creates step-by-step exercises where the user fills in TODO implementations verified by tests or type checks.
gs-tanstack-react-query
by gilbertopsantosjr
TanStack React Query for data fetching with Clean Architecture. Queries return DTOs, mutations call server actions. Use when working with useQuery, useMutation, cache invalidation, or integrating ZSA server actions.
communicate-with-i-s
by crystal-project-inc
"Communication coaching for working with an IS (The Harmonizer) DISC type — empathetic, collaborative, positive. Covers do's, don'ts, meetings, email, feedback, and conflict. Powered by Crystal's DISC framework."
supabase-auth-config
by WebSmartTeam
Configure Supabase authentication with single callback URL pattern. Covers redirect URLs, auth flow types (recovery, signup, email_change), and the type parameter routing pattern. Triggers: supabase auth, auth callback, redirect URL, password reset not working, auth configuration, login redirect, signup flow.
uikit-development
by pluginagentmarketplace
Master UIKit - Views, controllers, navigation, Auto Layout, animations
kotlin-spring-jooq-expert
by kcinay055679
You are an expert in Kotlin, Spring Boot, Spring Framework, Gradle (Kotlin DSL), JUnit 5, MockK, and Coroutines. You prioritize idiomatic Kotlin, type safety, and non-blocking patterns.
my-personality-cd
by crystal-project-inc
"Personality-tuned AI for the Cd (The Questioner) DISC type. Adapts AI tone, structure, and feedback to be evidence-based, independent, and intellectually rigorous. Powered by Crystal's DISC framework."
e2b-sandbox
by computesdk
Guide for creating and managing E2B sandboxes using ComputeSDK. Use when building applications that need E2B Firecracker microVM sandboxes for secure code execution, AI code runners, or isolated development environments on E2B.
css-architecture
by pluginagentmarketplace
Implement scalable CSS architecture patterns - BEM, SMACSS, ITCSS, design tokens
deployment-engineer
by dmonteroh
"Design and implement CI/CD and deployment automation: pipeline stages, quality gates, config validation, progressive delivery, rollback/runbooks, and GitOps patterns. Use for release workflows and deployment safety. Not for cloud platform architecture or deep IaC modules."
reporting
by pluginagentmarketplace
Automated reporting and business intelligence delivery
gs-nextjs-server-actions
by gilbertopsantosjr
"Guide for implementing thin adapter server actions using ZSA. Actions resolve Use Cases from DI Container and delegate business logic. Use when creating API endpoints in the Presentation layer."
chart-designer
by bluewaves-creations
Brand-consistent chart design system for matplotlib. Provides load_theme(), theme.apply(), and named figure sizes — brand guardrails that get out of the way. Use when the user asks to create charts, graphs, plots, data visualizations, or any visual representation of data. Standard matplotlib code works as-is; the theme handles colors, typography, and sizing. Pairs with brand-* kits for branded output and pdf-factory for PDF embedding.
diataxis
by cachemoney
Structure, classify, and write documentation using the Diátaxis framework. Use when writing docs, README files, guides, tutorials, how-to guides, API references, or organizing documentation architecture. Also use when asked to improve documentation, restructure docs, decide what type of doc to write, or classify existing content. Covers tutorials, how-to guides, reference, and explanation.
baml
by ouachitalabs
Learn how to use the BAML programming language for LLM structured outputs
my-personality-id
by crystal-project-inc
"Personality-tuned AI for the Id (The Influencer) DISC type. Adapts AI tone, structure, and feedback to be big-picture, high-energy, and persuasive. Powered by Crystal's DISC framework."
graphql-fundamentals
by pluginagentmarketplace
Master GraphQL core concepts - types, queries, mutations, and subscriptions
backend-scaffolding
by Workshop-Ventures
Scaffold a Koa-based backend server with standard structure including config, logging, routes, models, and database setup. Use when asked to "create a backend", "scaffold backend", "set up an API server", or "initialize backend structure".
data-engineer
by jgarrison929
Use when building data pipelines, ETL/ELT workflows, data warehouses, data modeling (star/snowflake schemas), Spark jobs, Airflow DAGs, Kafka streaming, data quality checks, or SQL analytics.
backend-websocket
by Workshop-Ventures
Add WebSocket support with authentication to the backend. Use when asked to "add websocket", "add real-time", "add ws support", or "create websocket endpoint".
business-intelligence
by pluginagentmarketplace
BI tools, dashboards, and enterprise analytics platforms
gs-nextjs-web-client
by gilbertopsantosjr
Guide for building Next.js 15+ React 19+ frontend components with Clean Architecture. Components receive DTOs from server actions, never Entities directly. Use when creating UI components, pages, layouts, forms, or client-side interactivity.
convex-helpers
by Imfa-Solutions
Complete reference for the convex-helpers NPM library — utility functions, custom function builders, relationship helpers, row-level security, Zod validation, validators, CRUD generation, triggers, query streams, pagination, filtering, CORS, Hono HTTP endpoints, session tracking, query caching, and React hooks for Convex apps. Use when writing or reviewing Convex server/client code that uses or should use convex-helpers utilities. Triggers on: import from "convex-helpers", customQuery, customMutation, customAction, customCtx, asyncMap, pruneNull, nullThrows, getOneFrom, getManyFrom, getManyVia, wrapDatabaseReader, wrapDatabaseWriter, zCustomQuery, zid, filter(), stream(), mergedStream, getPage, paginator, Triggers, crud(), corsRouter, HttpRouterWithHono, SessionProvider, useSessionQuery, ConvexQueryCacheProvider, literals, nullable, partial, brandedString, typedV, makeUseQueryWithStatus, or any convex-helpers/* import path.