Browse Skills

22656 skills found

creating-skills-and-tools.md
0
1 export creating-skills-and-tools
2 Mandorlo from "Mandorlo/wordpress-mcp"
3 Guidelines for creating new Agent Skills and MCP tools for this WordPress MCP server. Use when adding new capabilities, creating skills, or registering MCP tools.
2026-01-05
testing-pr-changes.md
0
1 export testing-pr-changes
2 ynotradio from "ynotradio/site"
3 Comprehensive testing and verification checklist for agent-created pull requests. Use when preparing to submit a PR, verifying changes work correctly, or ensuring all evidence requirements are met. Covers Docker setup, database seeding, performance baselines, and proof-of-functionality requirements.
2026-01-05
supabase-artifact-connection.md
0
1 export supabase-artifact-connection
2 sellersessions from "sellersessions/SKILLS-FILES-CLAUDE-DESKTOP-PROJECT"
3 Connect Supabase databases to Claude Desktop artifacts with authentication and read-only queries using native fetch API.
2026-01-05
sqlalchemy-20.md
0
1 export sqlalchemy-20
2 SlanyCukr from "SlanyCukr/riot-api-project"
3 Modern async ORM with type-safe models and efficient queries
2026-01-05
functional-programming.md
0
1 export functional-programming
2 manutej from "manutej/crush-mcp-server"
3 Master functional programming principles and patterns including purity, immutability, composition, higher-order functions, algebraic data types, functors, monads, and effect management. Use when working with functional paradigms, pure functions, immutable data structures, function composition, type-safe error handling, or implementing functional patterns like map/filter/reduce, currying, partial application, recursion, lazy evaluation, or referential transparency.
2026-01-05
basepl-connection-design.md
0
1 export basepl-connection-design
2 gogohkm from "gogohkm/Codex_Work"
3 AISC Design Guide 1 expert for steel column base plate and anchor rod connection design. Use when users ask about base connections, base plates, anchor rods, column-to-foundation connections, concrete bearing strength, eccentricity, small vs large moment classification, shear transfer, or AISC Design Guide 1. Supports both LRFD and ASD design methods with 15 worked examples covering axial, moment, shear, and biaxial loading.
2026-01-05
lead-research-assistant.md
0
1 export lead-research-assistant
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Identifies high-quality leads for your product or service by analyzing your business, searching for target companies, and providing actionable contact strategies. Perfect for sales, business development, and marketing professionals.
2026-01-05
react-app-structure.md
0
1 export react-app-structure
2 metasaver from "metasaver/metasaver-marketplace"
3 Use when auditing, scaffolding, or validating MetaSaver React portal app directory structure. Includes file organization patterns, domain grouping, feature composition, routing configuration, and Auth0 integration setup. File types: .tsx, .ts, directory layouts.
2026-01-05
identifying-technical-debt.md
0
1 export identifying-technical-debt
2 tachyon-beep from "tachyon-beep/hamlet"
3 Use when cataloging technical debt under time pressure and tempted to explain choices instead of delivering document - enforces execution discipline with scoped delivery patterns for partial catalogs
2026-01-05
sync-docs-structure.md
0
1 export sync-docs-structure
2 djimontyp from "djimontyp/task-tracker"
3 Automatically sync the documentation structure from docs/content/{en,uk}/ to CLAUDE.md when changes are detected in the docs directory. This skill should be triggered when documentation files are added, removed, or reorganized, or when explicitly requested by the user or agents.
2026-01-05
documentation-writer.md
0
1 export documentation-writer
2 RasmusGodske from "RasmusGodske/dev-agent-workflow"
3 Skill for writing and updating codebase documentation. Use when creating or editing markdown documentation files in the docs/ directory, README files, or any documentation-related content. Also activates when maintaining the documentation index.
2026-01-05
pdf.md
0
1 export pdf
2 szweibel from "szweibel/claude-skills"
3 Comprehensive PDF manipulation toolkit for extracting text and tables, creating new PDFs, merging/splitting documents, and handling forms. When Claude needs to fill in a PDF form or programmatically process, generate, or analyze PDF documents at scale.
2026-01-05
openai-api.md
0
1 export openai-api
2 jackspace from "jackspace/ClaudeSkillz"
3 Complete guide for OpenAI's traditional/stateless APIs: Chat Completions (GPT-5, GPT-4o), Embeddings,Images (DALL-E 3), Audio (Whisper + TTS), and Moderation. Includes both Node.js SDK and fetch-basedapproaches for maximum compatibility.Use when: integrating OpenAI APIs, implementing chat completions with GPT-5/GPT-4o, generating textwith streaming, using function calling/tools, creating structured outputs with JSON schemas,implementing embeddings for RAG, generating images with DALL-E 3, transcribing audio with Whisper,synthesizing speech with TTS, moderating content, deploying to Cloudflare Workers, or encounteringerrors like rate limits (429), invalid API keys (401), function calling failures, streaming parseerrors, embeddings dimension mismatches, or token limit exceeded.Keywords: openai api, chat completions, gpt-5, gpt-5-mini, gpt-5-nano, gpt-4o, gpt-4-turbo,openai sdk, openai streaming, function calling, structured output, json schema, openai embeddings,text-embedding-3, dall-e-3, image ge
2026-01-05
mydetailarea-integrations.md
0
1 export mydetailarea-integrations
2 rruiz22 from "rruiz22/my-detail-area"
3 Third-party integration connectors for MyDetailArea. Implements secure API integrations with accounting software (QuickBooks, Xero), CRM systems, inventory management, payment processors, and webhooks. Includes OAuth flows, API authentication, rate limiting, error handling, and data synchronization patterns. Use when connecting external systems or building API integrations.
2026-01-05
iterative-verification.md
0
1 export iterative-verification
2 bogheorghiu from "bogheorghiu/cognitive-mechanisms"
3 "Is this ACTUALLY verified, or did I just say it is?" - Ralph-wiggum methodology applied to factual accuracy. Use when (1) claims require evidence not assumption, (2) verification must be demonstrable, (3) single-pass investigation insufficient, (4) factual accuracy is critical. Provides the loop logic: iterate until verification thresholds met. Does NOT trigger for: opinions, preferences, how-to instructions, or when user explicitly wants quick answer.
2026-01-05
security-review.md
0
1 export security-review
2 nicholasgriffintn from "nicholasgriffintn/claude-code"
3 A specialist skill for security reviews, threat modeling, and remediation guidance. Use for auth/permissions changes, secrets or PII handling, public endpoints, or dependency upgrades.
2026-01-05
trust-analysis.md
0
1 export trust-analysis
2 amirlehmam from "amirlehmam/actoris-project"
3 Analyzes and explains Actoris trust scores, their components, and how to optimize them. Use when you need to understand trust mechanics, interpret trust scores, or provide recommendations for improving agent trustworthiness.
2026-01-05
add-dialect.md
0
1 export add-dialect
2 Maokami from "Maokami/mlir-sem"
3 Guide through adding a new MLIR dialect with syntax, semantics, tests, and documentation. Use when the user wants to add support for a new MLIR dialect (e.g., arith, scf, memref) to the formal semantics framework.
2026-01-05
vocabulary-analysis.md
0
1 export vocabulary-analysis
2 YungSeepferd from "YungSeepferd/BulgarianGermanLearningApp"
3 Analyze vocabulary entries for semantic relationships, usage patterns, and learning progression optimization. Use when processing vocabulary data, generating study materials, or analyzing language learning content.
2026-01-05
data-visualization.md
0
1 export data-visualization
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Create data visualizations using various charting libraries. Use when visualizing data or creating interactive charts.
2026-01-05
setup-claude-dev-kit.md
0
1 export setup-claude-dev-kit
2 auge2u from "auge2u/claude-dev-kit"
3 Use when setting up a new dev machine for Claude Code, onboarding to a project, or optimizing development environment - interactive installer that detects existing setup, configures shell, editor, git, templates, and quality gates with configurable enforcement
2026-01-05
database.md
0
1 export database
2 ProfPowell from "ProfPowell/project-template"
3 Design PostgreSQL schemas with migrations, seeding, and documentation. Use when creating tables, writing migrations, or setting up database structure.
2026-01-05
context-engineering.md
0
1 export context-engineering
2 jk278 from "jk278/veld"
3 Comprehensive context engineering and prompt patterns for AI agents. Covers code review, financial systems, KPI systems, data integration MVP, and modern best practices. Based on 2025 research from Anthropic, LangChain, and industry leaders.
2026-01-05
mongodb-schema-design.md
0
1 export mongodb-schema-design
2 pluginagentmarketplace from "pluginagentmarketplace/custom-plugin-mongodb"
3 Master MongoDB schema design and data modeling patterns. Learn embedding vs referencing, relationships, normalization, and schema evolution. Use when designing databases, normalizing data, or optimizing queries.
2026-01-05