Browse Skills
9063 skills found
sanitizing-user-inputs.md
0
1
export
sanitizing-user-inputs
2
from
"djankies/claude-configs"
from
"djankies/claude-configs"
3
Sanitizing and validating user input to prevent XSS, injection attacks, and security vulnerabilities in TypeScript applications
2026-01-05
scripts-config.md
0
1
export
scripts-config
2
from
"metasaver/metasaver-marketplace"
from
"metasaver/metasaver-marketplace"
3
Utility scripts directory configuration (/scripts) for MetaSaver monorepos including setup automation, environment management, and cross-platform support. Includes 4 critical standards (setup scripts, cross-platform support, error handling, documentation). Use when creating or auditing /scripts directory with Node.js and shell utility scripts.
2026-01-05
puppeteer-efficient-ui-verification.md
0
1
export
puppeteer-efficient-ui-verification
2
from
"metabench/copilot-dl-news"
from
"metabench/copilot-dl-news"
3
Fast, repeatable UI verification using Puppeteer without paying browser startup per test. Use scenario suites + deterministic fixtures before jumping to full Jest E2E.
2026-01-05
test-driven-development.md
0
1
export
test-driven-development
2
from
"pproenca/dot-claude"
from
"pproenca/dot-claude"
3
Use when implementing any feature or bugfix, before writing implementation code - write the test first, watch it fail, write minimal code to pass; ensures tests actually verify behavior by requiring failure first
2026-01-05
playwright-tester.md
0
1
export
playwright-tester
2
from
"cncorp/arsenal"
from
"cncorp/arsenal"
3
Capture screenshots and run E2E tests with Playwright. Use for frontend debugging, visual inspection, or user flow validation. (project)
2026-01-05
test-generator.md
0
1
export
test-generator
2
from
"dayoumin/mbti"
from
"dayoumin/mbti"
3
파싱된 리서치 데이터를 기반으로 TypeScript 테스트 데이터 파일 생성. 새 테스트 추가, subjects/*.ts 파일 생성 시 사용.
2026-01-05
better-auth-integrator.md
0
1
export
better-auth-integrator
2
from
"khawajanaqeeb/Q4-hackathon2-todo"
from
"khawajanaqeeb/Q4-hackathon2-todo"
3
Implement full Better Auth registration/login with JWT tokens and protect routes when authentication is mentioned
2026-01-05
notebooklm.md
0
1
export
notebooklm
2
from
"miethe/meatycapture"
from
"miethe/meatycapture"
3
Use this skill to query your Google NotebookLM notebooks directly from Claude Code for source-grounded, citation-backed answers from Gemini. Browser automation, library management, persistent auth. Drastically reduced hallucinations through document-only responses. This is a test.
2026-01-05
categorizing-files.md
0
1
export
categorizing-files
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Defines the standard 8-category taxonomy for classifying project files: Config, Tests, Docs, Scripts, Source Code, Data, AI Tooling, and Other. REFERENCE THIS SKILL whenever categorizing files, auditing project structure, or answering 'what types of files are here.' Apply these categories and patterns whether using the bundled script or manual analysis.
2026-01-05
prometheus-metrics-specialist.md
0
1
export
prometheus-metrics-specialist
2
from
"paunchygent/skriptoteket"
from
"paunchygent/skriptoteket"
3
Instrument services with Prometheus metrics and write PromQL queries. Guides HuleEdu naming conventions, metrics middleware setup, and business vs operational metrics. Integrates with Context7 for latest Prometheus documentation.
2026-01-05
dev-implement.md
0
1
export
dev-implement
2
from
"edwinhu/claude-plugins"
from
"edwinhu/claude-plugins"
3
This skill should be used when the user asks to "implement with TDD", "write tests first", "do test-driven development", or as Phase 3 of the /dev workflow. Enforces RED-GREEN-REFACTOR cycle with mandatory test-first approach.
2026-01-05
workflow-orchestration.md
0
1
export
workflow-orchestration
2
from
"metasaver/claude-marketplace"
from
"metasaver/claude-marketplace"
3
Standard agent pipelines for audit, coding, new project, refactor, and simple workflows. Defines 5 workflow types with specific agent sequences (AUDIT: BA→PM→Workers→Reviewer→PM, CODING: Architect→PM→Workers→Validator→Reviewer→PM, NEW_PROJECT and REFACTOR follow coding pipeline, SIMPLE: direct processing). Includes agent contracts, workflow detection logic, and orchestration best practices. Use when /ms command needs to determine workflow type and coordinate multi-agent execution.
2026-01-05
dsp-filter-designer.md
0
1
export
dsp-filter-designer
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Design and test DSP filters (highpass, lowpass, bandpass, notch) for WaveCap-SDR. Use when adding filters to demodulation pipeline, debugging filter response, or tuning cutoff frequencies and rolloff characteristics.
2026-01-05
financial-controls-automation.md
0
1
export
financial-controls-automation
2
from
"UsernameTron/ISPN-Claude-POC"
from
"UsernameTron/ISPN-Claude-POC"
3
Financial close acceleration, reconciliation automation, and audit readiness for controllers managing month-end/quarter-end close processes
2026-01-05
reply-to-text.md
0
1
export
reply-to-text
2
from
"arlenagreer/claude_configuration_docs"
from
"arlenagreer/claude_configuration_docs"
3
Review text message conversations with a specified contact and send appropriate replies with cheerful tone and humor using Arlen's authentic writing style. This skill should be used when the user says "reply to [name]'s text", "respond to [name]", "text [name] back", or wants to send contextual replies to contacts. Automatically handles contact lookup and conversation review via subagent delegation. Integrates email skill writing style guide for authentic voice. Considers ALL messages received from contact since last reply (not just latest). TRIGGER PHRASES - "reply to", "respond to", "text back", "answer [name]'s message".
2026-01-05
bun-expert.md
0
1
export
bun-expert
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Comprehensive Bun runtime expertise covering all major features.Use when working with Bun projects, migrating from Node.js, or leveraging Bun-specific APIs.Activates for: Bun.serve, Bun.file, bun:test, bun:sqlite, bun install, bun build,bunfig.toml, TypeScript in Bun, package manager operations, bundler configuration,and Node.js compatibility questions.
2026-01-05
rn-visual-testing.md
0
1
export
rn-visual-testing
2
from
"johanruttens/paddle-battle"
from
"johanruttens/paddle-battle"
3
Visual testing skill for React Native apps across iPhone models. Use when testing app appearance on iPhone 11 through 17 (all variants including Pro, Pro Max, Plus, Mini, Air, and SE). Covers screenshot capture, simulator configuration, screen dimension validation, safe area handling, Dynamic Island/notch compatibility, and pixel-perfect verification across all iPhone screen sizes and resolutions.
2026-01-05
testflight.md
0
1
export
testflight
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
TestFlight and App Store distribution guide. Use when preparing app for TestFlight, creating production builds, or submitting to App Store Connect.
2026-01-05
baml-codegen.md
0
1
export
baml-codegen
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Generates production-ready BAML applications from natural language requirements. Creates complete type definitions, functions, clients, tests, and framework integrations for data extraction, classification, RAG, and agent workflows. Queries official BoundaryML repositories via MCP for real-time patterns. Supports multimodal inputs (images, audio), 6 programming languages (Python, TypeScript, Ruby, Java, Go, C#), 10+ frameworks, 50-70% token optimization, and 95%+ compilation success.
2026-01-05
image-processor-guidelines.md
0
1
export
image-processor-guidelines
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Development guidelines for Quantum Skincare's Python FastAPI image processor microservice. Covers FastAPI patterns, Perfect Corp API integration, MediaPipe FaceMesh validation, correlation headers, access control (CIDR + X-Internal-Secret), error handling, Pydantic models, structured logging, mock mode, provider normalization, and testing strategies. Use when working with image-processor code, routes, validation pipeline, Perfect Corp integration, or Python/FastAPI patterns.
2026-01-05
agent-card-templates.md
0
1
export
agent-card-templates
2
from
"vanman2024/ai-dev-marketplace"
from
"vanman2024/ai-dev-marketplace"
3
A2A agent card JSON templates with schema validation and examples for different agent types. Use when creating agent cards, implementing A2A protocol discovery, setting up agent metadata, configuring authentication schemes, defining agent capabilities, or when user mentions agent card, agent discovery, A2A metadata, service endpoint configuration, or agent authentication setup.
2026-01-05
babel-config.md
0
1
export
babel-config
2
from
"sayali-ingle-pdl/adusa-ai-vuejs-app-template"
from
"sayali-ingle-pdl/adusa-ai-vuejs-app-template"
3
Generates Babel configuration for JavaScript transpilation in tests. Creates babel.config.js file.
2026-01-05
testing-strategy.md
0
1
export
testing-strategy
2
from
"eltimn/sysconf"
from
"eltimn/sysconf"
3
Guidelines for writing effective tests in this project
2026-01-05
backend-api-development.md
0
1
export
backend-api-development
2
from
"pluginagentmarketplace/custom-plugin-rust"
from
"pluginagentmarketplace/custom-plugin-rust"
3
Master backend development, API design, server architecture, database integration, authentication, microservices, and production patterns. Includes Node.js, GraphQL, Spring Boot, ASP.NET Core, and PHP frameworks.
2026-01-05