Browse Skills

44457 skills found

azure-ai-services-expert.md
0
1 export azure-ai-services-expert
2 frankxai from "frankxai/ai-architect"
3 Build AI applications on Azure using Azure OpenAI, Cognitive Services, and ML services with enterprise patterns
2026-01-05
exercise-designer.md
0
1 export exercise-designer
2 khanaleema from "khanaleema/PhysicalAI-Book"
3 Designs deliberate practice exercises applying evidence-based learning strategies like retrievalpractice, spaced repetition, and interleaving. Activate when educators need varied exercise types(fill-in-blank, debug-this, build-from-scratch, extend-code, AI-collaborative) targeting learningobjectives with appropriate difficulty progression. Creates exercise sets that apply cognitivescience principles to maximize retention and skill development. Use when designing practiceactivities for Python concepts, creating homework assignments, generating problem sets, orevaluating exercise quality.
2026-01-05
my-indexer.md
0
1 export my-indexer
2 enviodev from "enviodev/envio-plugins"
3 This skill should be used when the user asks to "migrate from subgraph", "convert subgraph to hyperindex", "migrate from thegraph", "port subgraph", "convert subgraph handlers", "migrate assemblyscript to typescript", or mentions TheGraph, subgraph migration, subgraph.yaml conversion, or converting from TheGraph to Envio. For core HyperIndex development patterns, refer to the hyperindex-development skill.
2026-01-05
test-mcp-connector.md
0
1 export test-mcp-connector
2 majiayu000 from "majiayu000/claude-skill-registry"
3 ONLY trigger this skill when the user EXPLICITLY asks for MCP-based testing:**Required triggers (ALL must mention "MCP" explicitly):**- "test connector with mcp"- "test mcp connector"- "test [provider] with mcp"- "use mcp to test [provider]"- "run mcp connector test"- "mcp test for [provider]"**DO NOT trigger for:**- Generic "test the connector" requests (use stackone run / test_actions instead)- "test [provider]" without explicit MCP mention- Regular validation or testing requests- Any testing that doesn't explicitly mention MCPThis skill builds a REAL agent with Claude Agent SDK that sends natural language prompts to evaluate if action descriptions are agent-friendly. It's more intensive than regular testing and should only be used when explicitly requested.
2026-01-05
scaffold-analysis.md
0
1 export scaffold-analysis
2 tikazyq from "tikazyq/agentic-spec-forge"
3 识别项目技术栈、测试框架和环境依赖,为 Compile ExecSpec 提供基础上下文。当需要编译 ExecSpec 前,识别项目类型(Node/Python/Go)、测试框架(Jest/Pytest/RSpec)、环境变量依赖(dotenv/os.getenv)时使用。
2026-01-05
just.md
0
1 export just
2 majiayu000 from "majiayu000/claude-skill-registry"
3 just is a handy command runner for saving and running project-specific commands. Features include recipe parameters, .env file loading, shell completion, cross-platform support, and recipes in arbitrary languages. This skill is triggered when the user says things like "create a justfile", "write a just recipe", "run just commands", "set up project automation with just", "understand justfile syntax", or "add a task to the justfile".
2026-01-05
forge-lang-python.md
0
1 export forge-lang-python
2 martimramos from "martimramos/claude-forge"
3 Python development standards including pytest, ruff, black, and mypy. Use when working with Python files, tests, or dependencies.
2026-01-05
nextjs.md
0
1 export nextjs
2 gavanduffy from "gavanduffy/better-chat-bot"
3 Build Next.js 16 apps with App Router, Server Components/Actions, Cache Components ("use cache"), and async route params. Includes proxy.ts (replaces middleware.ts) and React 19.2.Use when: building Next.js 16 projects, or troubleshooting async params (Promise types), "use cache" directives, parallel route 404s (missing default.js), or proxy.ts CORS.
2026-01-05
guideline-library-usage.md
0
1 export guideline-library-usage
2 negi524 from "negi524/dotfiles"
3 ライブラリ選定、既存ライブラリの活用、自前実装を避けるべき場面のガイド。機能実装、ユーティリティ作成、新機能追加の際に自動参照し、適切なライブラリ使用を促す。
2026-01-05
webapp-testing.md
0
1 export webapp-testing
2 timbuchinger from "timbuchinger/loadout"
3 Toolkit for interacting with and testing local web applications using Playwright. Supports verifying frontend functionality, debugging UI behavior, capturing browser screenshots, and viewing browser logs.
2026-01-05
stan-fundamentals.md
0
1 export stan-fundamentals
2 choxos from "choxos/BayesianAgent"
3 Foundational knowledge for writing Stan 2.37 models including program structure, type system, distributions, and best practices. Use when creating or reviewing Stan models.
2026-01-05
slide-gen-content.md
0
1 export slide-gen-content
2 davistroy from "davistroy/slide-generator"
3 AI-powered content drafting, quality analysis, and optimization for presentation slides. Generates titles, bullets, speaker notes, and graphics descriptions.
2026-01-05
pages-reference.md
0
1 export pages-reference
2 dogespartano-cyber from "dogespartano-cyber/tokenmilagre-platform"
3 Use this skill when modifying or creating pages, understanding page-specific features, layouts, and functionalities. Contains detailed information about all main pages (Educação, Recursos, Notícias, Doações).
2026-01-05
internal-comms.md
0
1 export internal-comms
2 Snoopiam from "Snoopiam/claude_all_skills"
3 A set of resources to help me write all kinds of internal communications, using the formats that my company likes to use. Claude should use this skill whenever asked to write some sort of internal communications (status reports, leadership updates, 3P updates, company newsletters, FAQs, incident reports, project updates, etc.).
2026-01-05
securing-data-access-layer.md
0
1 export securing-data-access-layer
2 djankies from "djankies/claude-configs"
3 Teach Data Access Layer pattern to prevent CVE-2025-29927 middleware authentication bypass. Use when implementing authentication, authorization, protecting routes, or working with server actions that need auth.
2026-01-05
pubmed-gene-drug-research.md
0
1 export pubmed-gene-drug-research
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Gene, drug compound, and disease research using NCBI Extended databases. Triggers: 基因, gene, 藥物, drug, compound, PubChem, ClinVar, 變異, variant, 臨床意義
2026-01-05
moai-docs-generation.md
0
1 export moai-docs-generation
2 tjdwls101010 from "tjdwls101010/seongjin_extension_youtube-summarize"
3 Automated documentation generation specialist for technical specs, API docs, user guides, and knowledge bases with multi-format output
2026-01-05
ci-fix.md
0
1 export ci-fix
2 ryo-yama55 from "ryo-yama55/ramen_saver"
3 Diagnose and fix CI/CD failures related to Lint errors and test failures. Use when: (1) User mentions CI/CD failures, lint errors, or test failures, (2) User asks to fix code quality issues or make tests pass, (3) User requests to check or verify code before committing/pushing, (4) Working on a task that requires running lint or tests to validate changes. This skill provides systematic workflows for identifying, diagnosing, and fixing common Lint and test errors in TypeScript/React projects using ESLint, Prettier, and Vitest.
2026-01-05
snd-questionable.md
0
1 export snd-questionable
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Use this skill when implementing quest automation in SND macros using the Questionable plugin. Covers command usage and integration with leveling workflows.
2026-01-05
insight.md
0
1 export insight
2 Technikhighknee from "Technikhighknee/agent-workbench"
3 Understand code in one call. Structure, relationships, history - all at once.
2026-01-05
moai-alfred-session-state.md
0
1 export moai-alfred-session-state
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Session state management, runtime state tracking, session handoff protocols, and context continuity for Alfred workflows
2026-01-05
project-knowledge.md
0
1 export project-knowledge
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Load project architecture and structure knowledge. Use when you need to understand how this project is organized.
2026-01-05
api-repository.md
0
1 export api-repository
2 charlie83Gs from "charlie83Gs/communities"
3 This skill teaches the agent how to implement the data access layer in the API project. MANDATORY - You MUST read this skill before modifying any ./api repository files.
2026-01-05
android-debug.md
0
1 export android-debug
2 cmwen from "cmwen/prompt-loop-app"
3 Debug Android Flutter apps including runtime errors, build issues, device connection problems, and performance issues. Use when troubleshooting Android-specific problems, crashes, or deployment issues.
2026-01-05