- Home
- /
- Categories
- /
- Types
Types
Type checking and type generation
moru-javascript
by moru-ai
"Use this skill when writing JavaScript or TypeScript code that interacts with Moru cloud sandboxes. This includes: creating sandboxes with await Sandbox.create(), running commands with await sbx.commands.run(), reading and writing files with sbx.files.read() and sbx.files.write(), working with persistent volumes using the Volume class, building custom templates with the Template builder, handling background processes, and streaming command output. The SDK includes full TypeScript types for SandboxOpts, SandboxInfo, CommandResult, EntryInfo, VolumeInfo, and more. Error handling uses typed exceptions: TimeoutError, CommandExitError, AuthenticationError, NotFoundError, NotEnoughSpaceError from @moru-ai/core. Use this skill whenever users want to: execute code safely in isolated environments from Node.js or browser applications, build AI agents that run untrusted code, create serverless functions that need compute isolation, or any JavaScript/TypeScript automation involving Moru sandboxes. Triggers on: 'moru javascript', 'moru typescript', 'moru node', '@moru-ai/core', 'npm install @moru', 'Sandbox.create', 'typescript sandbox', 'node sandbox', 'Volume.create', 'Template.build', or any JS/TS code that needs to run in isolated cloud environments. Do NOT use this skill for Python code - use moru-python instead."
arg-parser
by Alcyone-Labs
Type-safe CLI argument parser with MCP integration Zod validation auto-generated tools and interactive prompts
pica-openai-agents
by picahq
Integrate PICA into an application using the OpenAI Agents SDK. Use when adding PICA tools to an OpenAI agent via @openai/agents, setting up PICA MCP with the OpenAI Agents SDK, or when the user mentions PICA with OpenAI Agents.
contact-form-builder-ses
by WebSmartTeam
Build AWS SES email features with reCAPTCHA v3, Zod validation, XSS sanitisation, and rate limiting. Uses placeholders until env vars added to Vercel. Dual emails (owner + customer confirmation). Triggers: contact form, email form, enquiry form, ses email, newsletter signup, booking form, callback request.
fundamentals
by pluginagentmarketplace
TypeScript type system fundamentals and basic typing patterns
deepagents-todolist
by evanfang0054
Using TodoListMiddleware for task planning and tracking progress with the write_todos tool in Deep Agents for complex multi-step workflows.
fastapi-best-practices
by ahmed6ww
FastAPI production-grade best practices and guidelines for building scalable, high-performance web APIs. Covers project structure, async concurrency, Pydantic validation, dependency injection, and database patterns.
swift-codable-decode-diagnosis
by shimo4228
"Use when debugging Swift Codable JSON decode errors with vague localizedDescription messages."
document-intelligence
by sfc-gh-nejain
[REQUIRED] For ALL document/file extraction, parsing, or processing tasks with Snowflake Cortex AI. Use when: extracting data from PDFs, parsing documents/files, processing invoices/contracts/reports, analyzing charts/blueprints, building document pipelines, reading files from stage, OCR tasks. Triggers: - Documents: document extraction, parse document, documents in stage, docs, paperwork, papers, pages, forms, sheets - Files: file extraction, parse file, files in stage, process files, read PDF, attachments, uploads, assets, blobs, objects, artifacts, staged files, uploaded files - Formats: PDFs, Word docs, Excel files, spreadsheets, slides, presentations, images, scans, screenshots, scanned documents - Business docs: invoices, receipts, bills, statements, quotes, purchase orders, POs, contracts, agreements, policies, claims, reports, manuals, guides, specs, datasheets, applications, certificates, licenses, letters, memos, proposals, work orders, medical scans, lab results, prescriptions, medical records, patient records, healthcare documents, clinical notes, discharge summaries, insurance claims, EOBs, radiology reports, pathology reports - Actions: extract from file, extract info, get data from, pull info from, read text from, OCR, digitize, scrape, capture data, analyze these, parse these - Functions: AI_EXTRACT, AI_PARSE_DOCUMENT, AI_COMPLETE, document AI
strands-spec
by ThomasRohde
"Expert guidance for creating strands-cli workflow specifications (YAML/JSON). Use when creating, modifying, or troubleshooting strands-cli specs for: (1) Multi-step agent workflows (chain, routing, parallel, graph patterns), (2) Tool configuration (python_exec, http_request, custom tools), (3) Runtime and provider setup (Bedrock, OpenAI, Ollama), (4) Input/output handling and templating, or (5) Debugging validation errors"
blockchain-basics
by pluginagentmarketplace
Master blockchain fundamentals including consensus, cryptography, and distributed systems
typeorm
by BankkRoll
"Scraped from https://typeorm.io/ Source: https://typeorm.io. Use when questions involve: docs."
python-expert
by jgarrison929
Use when writing Python 3.10+ code requiring type hints, async/await, testing with pytest, packaging, virtual environments, decorators, generators, or any Python development. Invoke for performance optimization, refactoring, or complex Python patterns.
schema-markup
by Jackiexiao
"Add/fix/optimize schema.org structured data and JSON-LD markup."
my-personality-si
by crystal-project-inc
"Personality-tuned AI for the Si (The Collaborator) DISC type. Adapts AI tone, structure, and feedback to be cooperative, diplomatic, and steady. Powered by Crystal's DISC framework."
ai-sdk-6-skill
by francostan
Expert guide for Vercel AI SDK 6 - ToolLoopAgent, safety patterns, MCP, RAG, DevTools.
ultracite
by tylergibbs1
Enforce strict type safety, accessibility standards, and code quality for TypeScript/JavaScript projects using Biome's formatter and linter. Use when writing, reviewing, or fixing TS/JS/TSX/JSX code, checking for a11y issues, linting errors, type safety problems, or when the user mentions code quality, formatting, accessibility, or best practices.
buy
by Must-be-Ash
Pay for x402-protected API endpoints with USDC. Use when calling APIs that return HTTP 402 Payment Required, integrating payments into agents, handling x402 payment requirements, building autonomous agents that pay for API access, or discovering paid services via Bazaar. Supports EVM (Base, Ethereum, Avalanche) and Solana networks.
networking
by pluginagentmarketplace
Game networking protocols, WebSocket/UDP implementation, latency optimization for real-time multiplayer
frontend-hooks-creation
by Workshop-Ventures
Create React Query hooks for API endpoints with proper typing and cache invalidation. Use when asked to "create hooks", "add frontend hooks", "create API hooks", or "add React Query hooks".
hl-account-overview
by cezar-r
Query account state and understand position/balance data structures on Hyperliquid. Use when user asks about account data, positions, margin, balances, or clearinghouse state.
wcag-audit-perceivable-color-blindness
by Jkense
Simulate how colors appear to users with different types of color blindness
dynamodb-toolbox
by AlfGoto
Guide for using DynamoDB-Toolbox v2 - the lightweight TypeScript library for DynamoDB with type-safe query building and schema validation. Use when implementing DynamoDB operations with the .build() pattern, defining Tables/Entities/Schemas, or working with commands like GetItem, PutItem, UpdateItem, DeleteItem, Query, Scan, BatchGet, BatchWrite, or Transactions. Triggers on DynamoDB-Toolbox imports, Entity/Table definitions, or .build() command patterns.
checking-types
by Git-Fg
"Runs configured type checkers (pyrefly, mypy) on files after editing. MUST USE when validating Python type safety (Internal-only passive hook)."