Browse Skills
44969 skills found
manage-react-hook-tests.md
4
1
export
manage-react-hook-tests
2
from
"talbenmoshe/zdr-tools"
from
"talbenmoshe/zdr-tools"
3
Create or update test files for React hooks. Use when user asks to "create hook tests", "test useMyHook", "generate tests for hook", "update hook tests", or mentions needing tests for a React hook. Generates vitest test files with renderHook, Fake context providers, and proper test structure.
2026-01-05
claude-agent-authoring.md
4
1
export
claude-agent-authoring
2
from
"outfitter-dev/agents"
from
"outfitter-dev/agents"
3
Creates specialized subagents for Claude Code with proper configuration, capabilities, tool restrictions, and Task tool integration. Use when building specialized agents, editing agent files, creating subagents for specific tasks, or when users mention agent development, subagent configuration, or Task tool usage. Different from Skills - agents are invoked via Task tool.
2026-01-05
manage-react-component-tests.md
4
1
export
manage-react-component-tests
2
from
"talbenmoshe/zdr-tools"
from
"talbenmoshe/zdr-tools"
3
Create or update test files for React components. Use when user asks to "create component tests", "test MyComponent", "generate tests for component", "update component tests", or mentions needing tests for a React component. Generates vitest test files with render, mocked sub-components, and proper test structure focusing on logic and prop validation.
2026-01-05
your-skill-name.md
4
1
export
your-skill-name
2
from
"outfitter-dev/agents"
from
"outfitter-dev/agents"
3
[YOUR_DESCRIPTION] - Be specific about WHAT the skill does and WHEN to use it. Include trigger keywords users might mention. Example: "Extract text and tables from PDF files, fill forms, merge documents. Use when working with PDF files or when the user mentions PDFs, forms, or document extraction."
2026-01-05
kubernetes-security-policies.md
4
1
export
kubernetes-security-policies
2
from
"NickCrew/claude-cortex"
from
"NickCrew/claude-cortex"
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
brightdata-tiktok.md
4
1
export
brightdata-tiktok
2
from
"vm0-ai/vm0-cookbooks"
from
"vm0-ai/vm0-cookbooks"
3
Discover TikTok influencers by keyword search using Bright Data API
2026-01-05
docx.md
4
1
export
docx
2
from
"Fergana-Labs/claude_agent_desktop"
from
"Fergana-Labs/claude_agent_desktop"
3
Comprehensive document creation, editing, and analysis with support for tracked changes, comments, formatting preservation, and text extraction. When Claude needs to work with professional documents (.docx files) for: (1) Creating new documents, (2) Modifying or editing content, (3) Working with tracked changes, (4) Adding comments, or any other document tasks
2026-01-05
lambda-workflow.md
4
1
export
lambda-workflow
2
from
"lambdamechanic/tooltest"
from
"lambdamechanic/tooltest"
3
One lifecycle for Lambda repos: choose a bd task, start work, land the PR, and watch GitHub via Dumbwaiter MCP until it merges.
2026-01-05
idea-lab.md
4
1
export
idea-lab
2
from
"NickCrew/claude-cortex"
from
"NickCrew/claude-cortex"
3
Timeboxed divergent ideation that outputs ranked options plus day-one experiments.
2026-01-05
code-analyzer.md
4
1
export
code-analyzer
2
from
"petbrains/mvp-builder"
from
"petbrains/mvp-builder"
3
Comprehensive codebase analysis for building mental model of project structure, dependencies, and implementation context. Use when needing to: (1) Understand project architecture before review or documentation, (2) Find dependencies and shared modules, (3) Locate implementation markers (AICODE-*), (4) Prepare context for review, memory generation, or agent creation. Triggers on: analyze code, load code context, scan codebase, understand project structure.
2026-01-05
ocaml-dune-migration.md
4
1
export
ocaml-dune-migration
2
from
"avsm/ocaml-claude-marketplace"
from
"avsm/ocaml-claude-marketplace"
3
Migrating OCaml projects from ocamlbuild/topkg to dune. Use when discussing _tags files, .mllib files, pkg/pkg.ml, topkg, or build system migration.
2026-01-05
agent-history.md
4
1
export
agent-history
2
from
"kvsankar/agent-history"
from
"kvsankar/agent-history"
3
Search and analyze Claude Code conversation history. Use when user asks about past conversations, previous solutions, what was discussed earlier, finding something from history, or analyzing usage patterns. Triggers include "what did we discuss", "find that conversation", "search history", "past sessions", "how much time", "token usage", "which tools".
2026-01-05
llm.md
4
1
export
llm
2
from
"sanand0/scripts"
from
"sanand0/scripts"
3
Call LLM via CLI for transcription, vision, speech/image generation, piping prompts, sub-agents, ...
2026-01-05
microsim-screen-capture.md
4
1
export
microsim-screen-capture
2
from
"dmccreary/claude-skills"
from
"dmccreary/claude-skills"
3
This skill automates the capture of high-quality screenshots for MicroSim visualizations using Chrome headless mode. Use this skill when working with MicroSims that need preview images for social media sharing, documentation, or quality assessment. The skill handles JavaScript-heavy visualizations that require proper rendering time and external CDN resources.
2026-01-05
typescript-advanced-patterns.md
4
1
export
typescript-advanced-patterns
2
from
"NickCrew/claude-cortex"
from
"NickCrew/claude-cortex"
3
Advanced TypeScript patterns for type-safe, maintainable code using sophisticated type system features. Use when building type-safe APIs, implementing complex domain models, or leveraging TypeScript's advanced type capabilities.
2026-01-05
frontend-design-review.md
4
1
export
frontend-design-review
2
from
"petbrains/mvp-builder"
from
"petbrains/mvp-builder"
3
Design principles and review methodology for UI/UX work. Use when building new interfaces, reviewing visual changes, or validating design quality. Contains best practices for visual polish, accessibility (WCAG 2.1 AA), responsive design, component standards, and interaction patterns. Works both as a development guide and a review checklist. Produces structured reports with prioritized findings.
2026-01-05
funsloth-train.md
4
1
export
funsloth-train
2
from
"chrisvoncsefalvay/funsloth"
from
"chrisvoncsefalvay/funsloth"
3
Generate Unsloth training notebooks and scripts. Use when the user wants to create a training notebook, configure fine-tuning parameters, or set up SFT/DPO/GRPO training.
2026-01-05
bun-dev.md
4
1
export
bun-dev
2
from
"outfitter-dev/agents"
from
"outfitter-dev/agents"
3
Bun runtime patterns including native APIs, SQLite, testing, HTTP server, WebSocket, file handling, and shell operations. Use when working with Bun runtime, bun:sqlite, Bun.serve, bun:test, or when Bun, --bun flag, SQLite, or Bun-specific patterns mentioned.
2026-01-05
persian.md
4
1
export
persian
2
from
"jwiegley/claude-prompts"
from
"jwiegley/claude-prompts"
3
Translate English language text into high quality, accurate Persian (Farsi) text
2026-01-05
lease-surrender-expert.md
4
1
export
lease-surrender-expert
2
from
"reggiechan74/vp-real-estate"
from
"reggiechan74/vp-real-estate"
3
Expert in lease surrender agreements where landlord and tenant mutually agree to terminate the lease before expiry. Use when tenant wants to exit early and negotiate buyout, landlord needs vacant space for redevelopment or new tenant, negotiating surrender consideration (who pays whom), analyzing partial surrender to reduce space, structuring mutual releases, evaluating surrender vs assignment or sublease, or handling distressed tenant situations. Key terms include lease surrender, early termination, buyout, surrender fee, mutual release, partial surrender, space reduction, unamortized TI, consideration, lease termination agreement
2026-01-05
pytm.md
4
1
export
pytm
2
from
"AgentSecOps/SecOpsAgentKit"
from
"AgentSecOps/SecOpsAgentKit"
3
Python-based threat modeling using pytm library for programmatic STRIDE analysis, data flow diagram generation, and automated security threat identification. Use when: (1) Creating threat models programmatically using Python code, (2) Generating data flow diagrams (DFDs) with automatic STRIDE threat identification, (3) Integrating threat modeling into CI/CD pipelines and shift-left security practices, (4) Analyzing system architecture for security threats across trust boundaries, (5) Producing threat reports with STRIDE categories and mitigation recommendations, (6) Maintaining threat models as code for version control and automation.
2026-01-05
acceptance-criteria-generator.md
4
1
export
acceptance-criteria-generator
2
from
"projectquestorg/AgileFlow"
from
"projectquestorg/AgileFlow"
3
Generate properly-formatted Given/When/Then acceptance criteria for user stories
2026-01-05
context7.md
4
1
export
context7
2
from
"petbrains/mvp-builder"
from
"petbrains/mvp-builder"
3
Up-to-date library documentation retrieval using Context7 MCP tools. Process THINK → RESOLVE → FETCH → APPLY. Use when fetching library docs, resolving package names to IDs, getting implementation guides, exploring API references. Provides package resolution strategy, trust score evaluation, token scaling (3K-20K), topic selection patterns.
2026-01-05
container-hadolint.md
4
1
export
container-hadolint
2
from
"AgentSecOps/SecOpsAgentKit"
from
"AgentSecOps/SecOpsAgentKit"
3
Dockerfile security linting and best practice validation using Hadolint with 100+ built-in rules aligned to CIS Docker Benchmark. Use when: (1) Analyzing Dockerfiles for security misconfigurations and anti-patterns, (2) Enforcing container image security best practices in CI/CD pipelines, (3) Detecting hardcoded secrets and credentials in container builds, (4) Validating compliance with CIS Docker Benchmark requirements, (5) Integrating shift-left container security into developer workflows, (6) Providing remediation guidance for insecure Dockerfile instructions.
2026-01-05