Types

Type checking and type generation

Showing 1849-1872 of 6170 skills
inngest

inngest-steps

by inngest

Use Inngest step methods to build durable workflows. Covers step.run, step.sleep, step.waitForEvent, step.waitForSignal, step.sendEvent, step.invoke, step.ai, and patterns for loops and parallel execution.

Processing 23 3mo ago
vasilyu1983

agents-skills

by vasilyu1983

Comprehensive reference for creating AI agent skills (Claude Code, Codex CLI) with progressive disclosure, SKILL.md structure, references/ organization, frontmatter specification, and best practices for modular capability development.

Agents 61 3mo ago
vasilyu1983

git-commit-message

by vasilyu1983

Auto-generates conventional commit messages from git diffs with tiered format enforcement. Analyzes staged changes to produce meaningful commit messages following Conventional Commits specification.

Debugging 61 3mo ago
camoa

component-designer

by camoa

Use when designing a specific module component - creates architecture/component_name.md with purpose, interface, dependencies, and pattern references

Kubernetes 30 4mo ago
webrenew

memories-cli

by webrenew

"CLI reference and workflows for memories.sh — the persistent memory layer for AI agents. Use when: (1) Running memories CLI commands to add, search, edit, or manage memories, (2) Setting up memories.sh in a new project (memories init), (3) Generating AI tool config files (CLAUDE.md, .cursor/rules, etc.), (4) Importing existing rules from AI tools (memories ingest), (5) Managing cloud sync, embeddings, git hooks, or reminders, (6) Troubleshooting with memories doctor, (7) Working with memory templates, links, history, tags, or reminder schedules."

CLI Tools 30 3mo ago
camoa

htmx-development

by camoa

Use when developing HTMX features in Drupal 11.3+ or migrating AJAX to HTMX. Covers Htmx class usage, form patterns, migration strategies, and validation. Triggers on "htmx", "ajax to htmx", "dynamic form", "dependent dropdown".

Code Gen 30 4mo ago
davidortinau

maui-data-binding

by davidortinau

Guidance for .NET MAUI XAML data bindings, compiled bindings, value converters, binding modes, multi-binding, relative bindings, and MVVM best practices. USE FOR: "data binding", "compiled binding", "value converter", "IValueConverter", "binding mode", "TwoWay binding", "multi-binding", "relative binding", "BindingContext", "MVVM binding", "INotifyPropertyChanged". DO NOT USE FOR: CollectionView item templates (use maui-collectionview), Shell navigation data passing (use maui-shell-navigation), or dependency injection (use maui-dependency-injection).

Code Gen 148 3mo ago
x-cmd

frontend-patterns

by x-cmd

Frontend development patterns for React, Next.js, state management, performance optimization, and UI best practices.

Debugging 23 4mo ago
x-cmd

springboot-security

by x-cmd

Spring Security best practices for authn/authz, validation, CSRF, secrets, headers, rate limiting, and dependency security in Java Spring Boot services.

Auth 23 4mo ago
saleor

product-modeling

by saleor

"Product type design, attribute selection, and variant planning for Saleor. Use when asking about product vs variant attributes, how to structure product types, attribute types, variant matrices, or catalog organization."

Code Gen 29 4mo ago
akaszubski

library-design-patterns

by akaszubski

Standardized library design patterns for autonomous-dev including two-tier design, progressive enhancement, non-blocking enhancements, and security-first architecture. Use when creating or refactoring Python libraries.

CLI Tools 29 3mo ago
tenequm

solana-security

by tenequm

Audit Solana programs (Anchor or native Rust) for security vulnerabilities. Use when reviewing smart contract security, finding exploits, analyzing attack vectors, performing security assessments, or when explicitly asked to audit, review security, check for bugs, or find vulnerabilities in Solana programs.

Code Review 29 7mo ago
akaszubski

Quality Scoring

by akaszubski

Multi-dimensional data assessment for training quality evaluation

Processing 29 4mo ago
saleor

configurator-schema

by saleor

"Config.yml schema, entity structure, and validation rules. Use when asking about YAML format, required fields, entity identification, or config validation errors. Do NOT use for general YAML questions unrelated to Saleor Configurator."

Database 29 4mo ago
tenequm

tanstack-router

by tenequm

Build type-safe React applications with TanStack Router. Use when implementing file-based or code-based routing, type-safe navigation, search params validation, data loading, code splitting, or route-level error handling. Triggers on "tanstack router", "file-based routing", "type-safe routing", "search params", "route loader", or file patterns like routes/*.tsx, __root.tsx, routeTree.gen.ts.

File Ops 29 3mo ago
tenequm

x402

by tenequm

"Build internet-native payments with the x402 open protocol. Use when developing paid APIs, paywalled content, AI agent payment flows, or any service using HTTP 402 Payment Required for on-chain micropayments. Covers TypeScript, Python, and Go SDKs across EVM (Base) and Solana networks with HTTP, MCP, and A2A transports."

API Dev 29 3mo ago
saleor

saleor-domain

by saleor

"Saleor e-commerce entity types, relationships, and identifier rules. Use when asking about how entities relate, slug vs name identification, channels, or what Configurator manages."

CLI Tools 29 4mo ago
akaszubski

scientific-validation

by akaszubski

Scientific method for validating claims from books, papers, or theories. Enforces pre-registration, power analysis, statistical rigor, Bayesian methods, sensitivity analysis, bias prevention, and evidence-based acceptance/rejection.

Processing 29 3mo ago
akaszubski

python-standards

by akaszubski

Python code quality standards (PEP 8, type hints, docstrings). Use when writing Python code.

Comments 29 3mo ago
tenequm

cloudflare-workers

by tenequm

Rapid development with Cloudflare Workers - build and deploy serverless applications on Cloudflare's global network. Use when building APIs, full-stack web apps, edge functions, background jobs, or real-time applications. Triggers on phrases like "cloudflare workers", "wrangler", "edge computing", "serverless cloudflare", "workers bindings", or files like wrangler.toml, worker.ts, worker.js.

API Dev 29 3mo ago
tenequm

erc-8004

by tenequm

Build with ERC-8004 Trustless Agents - on-chain agent identity, reputation, validation, and discovery on EVM chains. Use when registering AI agents on-chain, building agent reputation systems, searching/discovering agents, working with the Agent0 SDK (agent0-sdk), or implementing the ERC-8004 standard. Triggers on ERC-8004, Agent0, agent identity, agent registry, agent reputation, trustless agents, agent discovery.

Agents 29 3mo ago
tenequm

tanstack-start

by tenequm

Build full-stack React applications with TanStack Start. Use when creating SSR/SSG apps, server functions, API routes, middleware, or deploying to Cloudflare/Vercel/Node. Triggers on "tanstack start", "server functions", "createServerFn", "full-stack react", "SSR framework", or file patterns like vite.config.ts with tanstackStart, src/server.ts, *.server.ts.

Processing 29 3mo ago
Joannis

swift-nio

by Joannis

'Expert guidance on SwiftNIO best practices, patterns, and implementation. Use when developers mention: (1) SwiftNIO, NIO, ByteBuffer, Channel, ChannelPipeline, ChannelHandler, EventLoop, NIOAsyncChannel, or NIOFileSystem, (2) EventLoopFuture, ServerBootstrap, or DatagramBootstrap, (3) TCP/UDP server or client implementation, (4) ByteToMessageDecoder or wire protocol codecs, (5) binary protocol parsing or serialization, (6) blocking the event loop issues.'

Processing 58 4mo ago
Joannis

database-driver-design

by Joannis

'Expert guidance on building Swift database client libraries. Use when developers mention: (1) building a database driver, (2) wire protocol implementation, (3) connection pooling design, (4) state machines for protocol handling, (5) NIO channel handlers for databases, (6) backpressure in result streaming, (7) actor executor alignment with NIO.'

Database 58 4mo ago