Browse Skills

2258 skills found

mcp-tools-as-code.md
1
1 export mcp-tools-as-code
2 cameronsjo from "cameronsjo/claude-marketplace"
3 Convert MCP servers to typed TypeScript APIs for efficient code execution. Reduces token usage by 98%+ by transforming tool calls into programmatic access. Use when building agents that need to interact with multiple MCP servers efficiently, when context window is a concern, or when native control flow (loops, conditionals) would simplify multi-step workflows.
2026-01-05
pagination-standard.md
1
1 export pagination-standard
2 TrueNine from "TrueNine/claude-code-projects"
3 Frontend-backend pagination standard, defining minimal parameter naming to reduce transmission characters, applicable to all system pagination scenarios.
2026-01-05
developing-openai-agents-sdk-agents.md
1
1 export developing-openai-agents-sdk-agents
2 mikekelly from "mikekelly/developing-openai-agents-sdk-agents"
3 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.
2026-01-05
task-tagging.md
1
1 export task-tagging
2 Syedaashnaghazanfar from "Syedaashnaghazanfar/full-stack-todo-app"
3 Provides categorical organization for tasks using a predefined set of seven standard tags (Work, Personal, Shopping, Health, Finance, Learning, Urgent). Enforces tag validation rules including duplicate prevention and 5-tag maximum per task.
2026-01-05
persona-define.md
1
1 export persona-define
2 synapseradio from "synapseradio/thinkies"
3 Create a functional persona definition with expertise, question methodology, and research protocol. Use when an expert perspective needs definition for repeated use across dialogues or sessions.
2026-01-05
memory-orchestration.md
1
1 export memory-orchestration
2 Dowwie from "Dowwie/agent_framework_study"
3 Analyze context management, memory systems, and state continuity in agent frameworks. Use when (1) understanding how prompts are assembled, (2) evaluating eviction policies for context overflow, (3) mapping memory tiers (short-term/long-term), (4) analyzing token budget management, or (5) comparing context strategies across frameworks.
2026-01-05
task-breakdown.md
1
1 export task-breakdown
2 sjnims from "sjnims/requirements-expert"
3 This skill should be used when the user asks to "create tasks", "break down story into tasks", "define tasks", "what tasks are needed", "write acceptance criteria", "implementation tasks", "task list", "create work items", "technical tasks", "work breakdown", "decompose story", "story to tasks", or when decomposing user stories into specific, executable tasks with clear acceptance criteria for GitHub Projects.
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
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
proof-packet-generation.md
1
1 export proof-packet-generation
2 starwreckntx from "starwreckntx/IRP__METHODOLOGIES-"
3 Generate cryptographic proof packets for verification.
2026-01-05
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
code-search.md
1
1 export code-search
2 1ambda from "1ambda/dataops-platform"
3 Token-efficient codebase exploration using MCP-first approach. Locates functions, classes, patterns, and traces dependencies with 80-90% token savings. Use when searching code, finding implementations, or tracing call chains.
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
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
hummbl-framework.md
1
1 export hummbl-framework
2 hummbl-dev from "hummbl-dev/hummbl-claude-skills"
3 Complete HUMMBL Base120 mental models framework with all 120 models across 6 transformations (Perspective, Inversion, Composition, Decomposition, Recursion, Meta-Systems). Includes model selection guidance, application methodology, and validation checklist. Version 1.0-beta definitive reference.
2026-01-05
build-transformations.md
1
1 export build-transformations
2 BellaBe from "BellaBe/ideas-os"
3 Define natural transformations for cross-cutting concerns. Mapsstandardization config to categorical transformations (middleware,decorators). Use when: adding auth, logging, tracing, resilience patterns.
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
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
specialized-roles-skill.md
1
1 export specialized-roles-skill
2 pluginagentmarketplace from "pluginagentmarketplace/custom-plugin-nextjs"
3 Master specialized tech careers including Product Management, Engineering Management, DevRel, Technical Writing, QA, Blockchain, Game Development, Cybersecurity, and UX Design. Navigate multiple career paths beyond traditional software development.
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
project-structure.md
1
1 export project-structure
2 specvital from "specvital/collector"
3 Provides comprehensive project folder structure design guidelines and best practices. Defines standard directory organizations for diverse project types including monorepos, web frameworks, backend services, libraries, and extensions. Ensures scalable, maintainable architecture through consistent file organization patterns. Specializes in separation of concerns, modular architecture, and tooling integration.Use when: designing new project structures, organizing monorepo workspaces with tools like Turborepo/Nx, structuring NestJS backend projects, organizing React/Next.js frontend applications, designing Go service architectures, creating NPM package structures, organizing VSCode extension projects, structuring Chrome extension codebases, planning directory hierarchies, migrating legacy project structures, or establishing code organization conventions for teams.
2026-01-05