Browse Skills
9063 skills found
testing.md
0
1
export
testing
2
from
"Higashi-Kota/video-parapara"
from
"Higashi-Kota/video-parapara"
3
Vitest + Storybook testing strategy with clear role separation.Reference for implementing unit tests and UI interaction tests.
2026-01-05
configuring-javascript-stack.md
0
1
export
configuring-javascript-stack
2
from
"bryonjacob/aug"
from
"bryonjacob/aug"
3
JavaScript/TypeScript stack configuration - pnpm, prettier, eslint, vitest with 96% coverage threshold
2026-01-05
global-truth-safety.md
0
1
export
global-truth-safety
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Practice radical candor by delivering only verified, tested code with data-backed decisions, immediate problem flagging, and honest status communication. Use this skill when making claims about code behavior, reporting system status, identifying risks, documenting missing coverage, or challenging assumptions. Applies to all development activities requiring factual accuracy, evidence-based assertions, gap ownership, and closing the loop on delivered work through validation and independent review.
2026-01-05
og-image-creator.md
0
1
export
og-image-creator
2
from
"andhikapraa/curhatin-ai"
from
"andhikapraa/curhatin-ai"
3
Smart OG image generation that studies your codebase, understands routes and brand identity, then creates contextually appropriate Open Graph images using Playwright and React components. Triggers: "create og images", "generate social cards", "add open graph images".
2026-01-05
test-quality-review.md
0
1
export
test-quality-review
2
from
"DaichiHoshina/ai-tools"
from
"DaichiHoshina/ai-tools"
3
テスト品質レビュー - テストの意味、カバレッジ、モック適切性、テスタビリティを評価
2026-01-05
iot-security-reviewer.md
0
1
export
iot-security-reviewer
2
from
"rghamilton3/dotfiles"
from
"rghamilton3/dotfiles"
3
Expert IoT security review covering network security, authentication, encryption, secure boot, and attack surface analysis. Use when reviewing device security, implementing authentication, hardening firmware, conducting security audits, or analyzing embedded systems for vulnerabilities. Particularly valuable for ESP32/RP2350 projects, BLE/WiFi devices, MQTT systems, and mobile IoT applications.
2026-01-05
agent-workflow.md
0
1
export
agent-workflow
2
from
"manx/PomodoroTimeTracker"
from
"manx/PomodoroTimeTracker"
3
Agent orchestration patterns for the Pomodoro Time Tracker. Activates for multi-agent tasks, test failures, or complex implementations.
2026-01-05
chrome.md
0
1
export
chrome
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Browser automation using Puppeteer or Playwright. Use for web testing, screenshots, form filling, and automated browser interactions.
2026-01-05
api-security.md
0
1
export
api-security
2
from
"elevanaltd/hestai-core"
from
"elevanaltd/hestai-core"
3
API security best practices and common vulnerability prevention. Enforces security checks for authentication, input validation, SQL injection, XSS, and OWASP Top 10 vulnerabilities. Use when building or modifying APIs.
2026-01-05
python-standards.md
0
1
export
python-standards
2
from
"shwilliamson/a-test"
from
"shwilliamson/a-test"
3
Python coding standards, conventions, and best practices. Use when writing, reviewing, or testing Python code.
2026-01-05
flutter-architecture.md
0
1
export
flutter-architecture
2
from
"abhishekbrt/GlowState"
from
"abhishekbrt/GlowState"
3
Feature-first architecture patterns for scalable Flutter apps. Covers project structure, dependency injection with Riverpod, repository pattern, and clean architecture layers. Use when setting up new projects, creating features, or making structural decisions.
2026-01-05
web-security-expert.md
0
1
export
web-security-expert
2
from
"WebDev70/hosting-google"
from
"WebDev70/hosting-google"
3
Expert knowledge of web application security including OWASP Top 10 vulnerabilities, input validation, authentication, authorization, API security, secrets management, security headers, and secure coding practices. Use when implementing security features, reviewing code for vulnerabilities, adding authentication, validating user input, or addressing security concerns.
2026-01-05
loopwish-backend-go.md
0
1
export
loopwish-backend-go
2
from
"LoopWish/backend"
from
"LoopWish/backend"
3
Workflows for the Loopwish Go backend (Gin): run locally, add/modify REST endpoints, and validate with go test/build and golangci-lint.
2026-01-05
security-checklist.md
0
1
export
security-checklist
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Security best practices, OWASP guidelines, and vulnerability prevention checklist. (project)
2026-01-05
dashboard-auto-generation.md
0
1
export
dashboard-auto-generation
2
from
"sellersessions/SKILLS-FILES-CLAUDE-DESKTOP-PROJECT"
from
"sellersessions/SKILLS-FILES-CLAUDE-DESKTOP-PROJECT"
3
Automatically convert uploaded data (CSV, Excel, JSON) into complete interactive dashboards with zero user input required. Detects patterns in PPC reports, sales data, analytics exports, and business metrics - then generates insights, recommendations, and visualizations instantly. Works seamlessly with CURV design system for on-brand outputs with tabs, funnels, filters, and multi-view layouts.
2026-01-05
test-watch-focused-patterns.md
0
1
export
test-watch-focused-patterns
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Use when developing tests or refactoring test suites - run tests in watch mode with focused file patterns to get instant feedback on specific test files without running the entire suite
2026-01-05
supabase-test-harness.md
0
1
export
supabase-test-harness
2
from
"elevanaltd/hestai-core"
from
"elevanaltd/hestai-core"
3
Supabase test harness patterns including local Supabase setup, test user creation via Auth Admin API, RLS testing, migration testing (db_reset), seed sequences, rate limiting, and environment detection. Use when setting up Supabase testing infrastructure, creating test users, troubleshooting Supabase test failures, or implementing RLS validation. Triggers on: supabase test setup, test user creation, supabase local testing, RLS testing, migration testing, supabase test harness, auth test helpers.
2026-01-05
testing-gate.md
0
1
export
testing-gate
2
from
"DanielPodolsky/mentor-spec"
from
"DanielPodolsky/mentor-spec"
3
Gate 6 - Verify tests exist and cover critical paths. Issues result in WARNINGS (encourages tests, doesn't block).
2026-01-05
write-unit-test.md
0
1
export
write-unit-test
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Generate behavioral unit tests from functional specifications using PreDB/PostDB pattern. Use when user provides specs with Preconditions/Workflow/Postconditions structure or asks to write tests for a specification before implementation (TDD approach).
2026-01-05
cpp-dev-guidelines.md
0
1
export
cpp-dev-guidelines
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
C++ development guidelines for modern C++17/20 projects. Use when creating C++ classes, functions, headers, or working with CMake, templates, smart pointers, RAII, memory management, STL containers, multithreading, or C++ best practices. Covers project structure, modern C++ idioms, build systems, testing with GoogleTest/Catch2, and performance considerations.
2026-01-05
cve-checker.md
0
1
export
cve-checker
2
from
"TakukiN/security_analysis_agent_skills"
from
"TakukiN/security_analysis_agent_skills"
3
CVE vulnerability checker for software dependencies and components. Includes KEV (Known Exploited Vulnerabilities) analysis, exploit verification, and white hat security assessment. Use when checking for known vulnerabilities, scanning dependencies, analyzing SBOM for CVEs, verifying security of packages/libraries, identifying actively exploited vulnerabilities, or performing KEV-based security assessments. Triggers on: CVE check, vulnerability scan, dependency security, SBOM analysis, security audit, package vulnerability, KEV check, exploited vulnerability, ransomware CVE, CISA KEV, exploit verification, white hat, attack vector analysis.
2026-01-05
commit-protocol.md
0
1
export
commit-protocol
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Use when user asks to commit changes or when finishing significant work. Enforces quality gates, testing verification, and explicit user approval before any git commit.
2026-01-05
frontend-security.md
0
1
export
frontend-security
2
from
"schalkneethling/webdev-agent-skills"
from
"schalkneethling/webdev-agent-skills"
3
Audit frontend codebases for security vulnerabilities and bad practices. Use when performing security reviews, auditing code for XSS/CSRF/DOM vulnerabilities, checking Content Security Policy configurations, validating input handling, reviewing file upload security, or examining Node.js/NPM dependencies. Target frameworks include web platform (vanilla HTML/CSS/JS), React, Astro, Twig templates, Node.js, and Bun. Based on OWASP security guidelines.
2026-01-05
systematic-debugging.md
0
1
export
systematic-debugging
2
from
"zebbern/skills"
from
"zebbern/skills"
3
Use when encountering any bug, test failure, or unexpected behavior. Always find root cause before attempting fixes. Evidence before assertions.
2026-01-05