Browse Skills

2258 skills found

google-gemini-file-search.md
1
1 export google-gemini-file-search
2 ovachiever from "ovachiever/droid-tings"
3 Build document Q&A and searchable knowledge bases with Google Gemini File Search - fully managed RAG with automatic chunking, embeddings, and citations. Upload 100+ file formats (PDF, Word, Excel, code), configure semantic search, and query with natural language.Use when: building document Q&A systems, creating searchable knowledge bases, implementing semantic search without managing embeddings, indexing large document collections (100+ formats), or troubleshooting document immutability errors (delete+re-upload required), storage quota issues (3x input size for embeddings), chunking configuration (500 tokens/chunk recommended), metadata limits (20 key-value pairs max), indexing cost surprises ($0.15/1M tokens one-time), operation polling timeouts (wait for done: true), force delete errors, or model compatibility (Gemini 2.5 Pro/Flash only).
2026-01-05
bear-put-spread.md
1
1 export bear-put-spread
2 keith-mvs from "keith-mvs/ordinis"
3 Analyzes bear-put-spread debit spreads for bearish directional plays with defined risk. Requires numpy>=1.24.0, pandas>=2.0.0, matplotlib>=3.7.0, scipy>=1.10.0. Use when expecting moderate price decline, comparing put spread configurations, analyzing debit spread opportunities, or evaluating defined-risk bearish positions on mid to large-cap stocks.
2026-01-05
prototype-planning.md
1
1 export prototype-planning
2 solvaholic from "solvaholic/design-team"
3 Define what to build at what fidelity to learn what you need without over-investing. Use before starting any prototype.
2026-01-05
draft-section.md
1
1 export draft-section
2 testaco from "testaco/agentic-coding-book"
3 Incremental content drafting skill that writes specific sections within existing scaffolds. Supports drafting 1 section at a time or batch-drafting multiple sections with user control. Each operation stays under 10k tokens to avoid context compacting.
2026-01-05
clarity-find-gaps.md
1
1 export clarity-find-gaps
2 synapseradio from "synapseradio/thinkies"
3 Diagnose where explanations skip steps or use unexplained terminology. Use when: (1) asked to identify gaps or missing steps, (2) user asks for clarification, (3) explanation uses terms before defining them, (4) instructions followed without success, (5) asked to review explanation or documentation
2026-01-05
google-gemini-api.md
1
1 export google-gemini-api
2 ovachiever from "ovachiever/droid-tings"
3 Integrate Gemini API with correct current SDK (@google/genai v1.27+, NOT deprecated @google/generative-ai).Supports text generation, multimodal (images/video/audio/PDFs), function calling, and thinking mode. 1M input tokens.Use when: integrating Gemini API, implementing multimodal AI, using thinking mode for reasoning, function callingwith parallel execution, streaming responses, deploying to Cloudflare Workers, building chat, or troubleshootingSDK deprecation, context window, model not found, function calling, or multimodal format errors.Keywords: gemini api, @google/genai, gemini-2.5-pro, gemini-2.5-flash, gemini-2.5-flash-lite,gemini-3-pro-preview, multimodal gemini, thinking mode, google ai, genai sdk, function calling gemini,streaming gemini, gemini vision, gemini video, gemini audio, gemini pdf, system instructions,multi-turn chat, DEPRECATED @google/generative-ai, gemini context window, gemini models 2025,gemini 1m tokens, gemini tool use, parallel function calling, compositional function ca
2026-01-05
radtools-figma-sync.md
1
1 export radtools-figma-sync
2 Radiants-DAO from "Radiants-DAO/radtools"
3 Set up or update RadTools design system from Figma. Use ONLY for initial design system import (colors, typography, spacing tokens) or when syncing design system updates from Figma. NOT for building pages or components from Figma designs - those use Figma MCP directly with existing RadTools tokens.
2026-01-05
rust-testing-verification.md
1
1 export rust-testing-verification
2 matthewharwood from "matthewharwood/engmanager.xyz"
3 Comprehensive testing strategies for Rust including property-based testing with proptest, fuzz testing with cargo-fuzz, benchmark testing with Criterion, contract testing for traits, and Miri for undefined behavior detection. Use when writing tests, ensuring code correctness, detecting edge cases, or measuring performance.
2026-01-05
context-compilation-with-cclsp.md
1
1 export context-compilation-with-cclsp
2 Kaakati from "Kaakati/rails-enterprise-dev"
3 LSP-powered context extraction using cclsp MCP tools, Solargraph, and Sorbet for type-safe code generation. Trigger keywords: cclsp, LSP, context compilation, interface extraction, vocabulary, Guardian, Sorbet, type checking, find_definition, get_diagnostics, Solargraph, type safety
2026-01-05
defi-protocols.md
1
1 export defi-protocols
2 pluginagentmarketplace from "pluginagentmarketplace/custom-plugin-blockchain"
3 Master DeFi protocol development including AMMs, lending, yield, and oracles
2026-01-05
fastmcp.md
1
1 export fastmcp
2 ovachiever from "ovachiever/droid-tings"
3 Build MCP servers in Python with FastMCP framework to expose tools, resources, and prompts to LLMs. Supportsstorage backends (memory/disk/Redis), middleware, OAuth Proxy, OpenAPI integration, and FastMCP Cloud deployment.Use when: creating MCP servers, defining tools or resources, implementing OAuth authentication, configuringstorage backends for tokens/cache, adding middleware for logging/rate limiting, deploying to FastMCP Cloud,or troubleshooting module-level server, storage, lifespan, middleware order, circular imports, or OAuth errors.Keywords: FastMCP, MCP server Python, Model Context Protocol Python, fastmcp framework, mcp tools, mcp resources, mcp prompts, fastmcp storage, fastmcp memory storage, fastmcp disk storage, fastmcp redis, fastmcp dynamodb, fastmcp lifespan, fastmcp middleware, fastmcp oauth proxy, server composition mcp, fastmcp import, fastmcp mount, fastmcp cloud, fastmcp deployment, mcp authentication, fastmcp icons, openapi mcp, claude mcp server, fastmcp testing, storage misconf
2026-01-05
velociraptor.md
1
1 export velociraptor
2 refractionPOINT from "refractionPOINT/lc-ai"
3 Velociraptor DFIR integration for LimaCharlie. List available VQL artifacts, view artifact definitions, launch forensic collections on endpoints. Find raw collection data in Artifacts (type:velociraptor, source:SID). Query processed JSON events from the 'velociraptor' sensor (tag:ext:ext-velociraptor). Build D&R rules for velociraptor_collection events. Use for: forensic triage, incident response, threat hunting, VQL artifact collection.
2026-01-05
saas-pricing-strategy.md
1
1 export saas-pricing-strategy
2 bcasci from "bcasci/hustler-marketplace"
3 Advises on SaaS pricing strategy using Daniel Priestley's oversubscription principles and Patrick Campbell's value-based framework. Use when defining pricing tiers, selecting value metrics, positioning against competitors, or creating pricing page copy for any SaaS product.
2026-01-05
deciding-good-enough-threshold.md
1
1 export deciding-good-enough-threshold
2 synapseradio from "synapseradio/thinkies"
3 Determine when a solution is sufficient by distinguishing essential quality from perfectionism and diminishing returns. Use when: (1) asked to evaluate whether a solution meets requirements or needs additional work, (2) code that already meets requirements is receiving polish without an identified functional deficiency, (3) sufficiency criteria for the current solution are not clearly stated, (4) phrases like "just in case" or "might need later" appear without connection to actual requirements.
2026-01-05
metacognitive-confidence-calibrate.md
1
1 export metacognitive-confidence-calibrate
2 synapseradio from "synapseradio/thinkies"
3 Align certainty levels to evidence strength to avoid overconfidence or unwarranted hedging. Use when: (1) making definitive claims or recommendations that others will rely on, (2) when statements rest on inference or reasoning rather than verified facts, (3) before expressing confidence levels about version-specific behavior or current information, (4) when communicating risk, trade-offs, or reliability of conclusions
2026-01-05
refactor-scope-session.md
1
1 export refactor-scope-session
2 CANTAGESTUDIO from "CANTAGESTUDIO/CosmicAtlasPacker"
3 [Code Quality] Defines clear boundaries and goals for a refactoring session. Use to establish what WILL and WILL NOT change, set success criteria, and create a focused refactoring scope.
2026-01-05
gen-types.md
1
1 export gen-types
2 BellaBe from "BellaBe/ideas-os"
3 Generate type definitions from build artifacts. Creates effects module FIRST(Result, App monad, errors), then domain types, API schemas, storage models.Outputs ACTUAL source files. Use when: generating types, creating models.
2026-01-05
cloudflare-workers-ai.md
1
1 export cloudflare-workers-ai
2 ovachiever from "ovachiever/droid-tings"
3 Run LLMs and AI models on Cloudflare's global GPU network with Workers AI. Includes Llama, Flux image generation,BGE embeddings, and streaming support with AI Gateway for caching and logging.Use when: implementing LLM inference, generating images with Flux/Stable Diffusion, building RAG with embeddings,streaming AI responses, using AI Gateway for cost tracking, or troubleshooting AI_ERROR, rate limits, model notfound, token limits, or neurons exceeded.Keywords: workers ai, cloudflare ai, ai bindings, llm workers, @cf/meta/llama, workers ai models,ai inference, cloudflare llm, ai streaming, text generation ai, ai embeddings, image generation ai,workers ai rag, ai gateway, llama workers, flux image generation, stable diffusion workers,vision models ai, ai chat completion, AI_ERROR, rate limit ai, model not found, token limit exceeded,neurons exceeded, ai quota exceeded, streaming failed, model unavailable, workers ai hono,ai gateway workers, vercel ai sdk workers, openai compatible workers, workers
2026-01-05
create-schema.md
1
1 export create-schema
2 madooei from "madooei/backend-template"
3 Create Zod schemas for new entities/resources in the backend. Use when adding a new resource, creating data models, defining DTOs (CreateType, UpdateType), or setting up validation schemas. Triggers on "new schema", "add entity", "create model", "define type".
2026-01-05
grpc-protobuf.md
1
1 export grpc-protobuf
2 ashchupliak from "ashchupliak/dream-team"
3 gRPC and Protocol Buffers - use for service-to-service communication, API definitions, streaming, and inter-service contracts
2026-01-05
kubernetes-security-policies.md
1
1 export kubernetes-security-policies
2 NickCrew from "NickCrew/claude-ctx-plugin"
3 Kubernetes security policies, RBAC, and Pod Security Standards for hardened cluster deployments. Use when implementing cluster security, defining network policies, or enforcing security compliance in Kubernetes environments.
2026-01-05
typescript-api-types.md
1
1 export typescript-api-types
2 CoderMariusz from "CoderMariusz/MonoPilot"
3 Apply when defining API request/response types, DTOs, and shared types between frontend and backend.
2026-01-05
component-library.md
1
1 export component-library
2 pluginagentmarketplace from "pluginagentmarketplace/custom-plugin-react"
3 Build production-grade, accessible, and tested component libraries with Storybook, Chromatic, and design tokens
2026-01-05
hash-calculator.md
1
1 export hash-calculator
2 dkyazzentwatwa from "dkyazzentwatwa/chatgpt-skills"
3 Calculate cryptographic hashes (MD5, SHA1, SHA256, SHA512) for text and files. Compare hashes, verify integrity, and batch process directories.
2026-01-05