- Home
- /
- Categories
- /
- Types
Types
Type checking and type generation
auto-commit
by X-Zero-L
Analyze git status, batch commit changes by logical groups, and push to remote. No co-author or AI attribution info. Use when the user says "auto commit", "batch commit", "commit and push", or triggers /auto-commit.
weave-integration
by altryne
Add W&B Weave observability and LLM tracing to any project. Use when instrumenting LLM calls for token visibility, latency tracking, cost analysis, or debugging. Supports TypeScript/Node.js and Python projects. Weave provides automatic tracing for OpenAI, Anthropic, and 20+ LLM providers with minimal code changes.
Mantic Early Warning System - Universal Manifest
by Cole-Cant-Code
```
developing-openai-agents-sdk-agents
by mikekelly
Build, create, debug, review, implement, and optimize agentic AI applications using the OpenAI Agents SDK for TypeScript. Use when creating new agents, defining tools, implementing handoffs between agents, adding guardrails, debugging agent behavior, reviewing agent code, or orchestrating multi-agent systems with the @openai/agents package.
davenov:cc:expert-build-nostr
by kaladivo
Build Nostr applications for decentralized data exchange between clients. Full lifecycle - implement pub/sub messaging, relay connections, event handling, encryption, and custom protocols. Uses nostr-tools library.
flowglad-checkout
by flowglad
Implement checkout sessions for purchasing subscriptions and products with Flowglad. Use this skill when creating upgrade buttons, purchase flows, or redirecting users to hosted checkout pages.
interaction-design
by pluginagentmarketplace
Master interaction design - patterns, micro-interactions, user flows, affordances, feedback
design-patterns
by pluginagentmarketplace
Identify, implement, and teach GoF design patterns
webact
by kilospark
Use when the user asks to interact with a website, browse the web, check a site, send a message, read content from a web page, or accomplish any goal that requires controlling a browser
zustand-slices-pattern-for-scalability
by Agentient
Slice pattern for organizing large Zustand stores with separation of concerns. PROACTIVELY activate for: (1) splitting large stores into feature slices, (2) composing multiple slices into a root store, (3) implementing cross-slice actions. Triggers: "zustand slice", "large store", "modular state"
ceo
by jforksy
CEO Co-Pilot - founder strategy, capital allocation, stakeholder management, and the loneliest decisions in the company
azure-resource-discovery
by mindmorass
Azure resource dependency tracing patterns for mapping infrastructure topology, networking, security, and identity. Use when tracing Azure resource dependencies, generating topology diagrams, or documenting how a specific resource connects to its environment.
mirror-types
by marius-townhouse
Use when depending on external types. Use when avoiding tight coupling. Use when external types might change. Use when building adapters. Use when types are only used internally.
kieran-typescript-reviewer
by carmandale
Reviews TypeScript code with an extremely high quality bar for type safety, modern patterns, and maintainability. Use after implementing features, modifying code, or creating new TypeScript components.
react-code-reviewer
by masanao-ohba
Comprehensive code review guidelines for React 19 TypeScript projects
flatbuffers-coder
by cuozg
FlatBuffers pipeline — define .fbs schema, generate C# via flatc, serialize/deserialize binary data. Triggers — 'flatbuffers', 'fbs schema', 'flatbuffer', 'binary serialization', 'flatc'.
hide-unsafe-assertions
by marius-townhouse
Use when type assertions are necessary. Use when function implementations need any. Use when hiding unsafe code.
zod-v4
by boneskull
Expert guidance on Zod v4 validation library including breaking changes from v3, migration patterns, core API usage, and common validation patterns. Use when working with Zod schemas, validation, type inference, or migrating from Zod v3.
user-research
by pluginagentmarketplace
User research methods, customer insight gathering, and problem validation for product discovery.
performance
by pluginagentmarketplace
Production-grade performance testing skill with k6, JMeter, load testing, stress testing, and performance optimization guidance
XState v5 Expert Skill
by boneskull
Expert guidance for implementing and analyzing XState v5 state machines with TypeScript support and best practices
healing
by ktfth
Monitora e recupera degradação de contexto em sessões longas ou complexas. Detecta drift, bloat, fragmentação e scope creep. Aplica recovery proporcional (L1/L2/L3) de forma silenciosa.
data-sql
by AlexanderStephenThompson
SQL patterns for query optimization, schema design, and data modeling
avoid-unnecessary-type-params
by marius-townhouse
Use when writing generic functions or types. Use when reviewing type signatures. Use when a type parameter only appears once. Use when tempted to add generics for "flexibility".