Browse Skills
9063 skills found
authentication.md
0
1
export
authentication
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Authentication and authorization including JWT, OAuth2, sessions, and RBAC. Activate for login, auth flows, security, access control, and identity management.
2026-01-05
snark-testing.md
0
1
export
snark-testing
2
from
"mjohngreene/ZKvsAI"
from
"mjohngreene/ZKvsAI"
3
Test SNARK submissions with sample data. Use when testing proof submission, validating the API, verifying SNARK operations work correctly, or debugging proof handling.
2026-01-05
hook-creator.md
0
1
export
hook-creator
2
from
"RasmusGodske/claude-liv-conventions"
from
"RasmusGodske/claude-liv-conventions"
3
Guide for creating Claude Code hooks in the liv-conventions plugin. This skill should be used when users want to create a new hook to validate, block, or guide Claude's tool usage (Write, Bash, Edit, etc.). Covers the HookHandler pattern, PreToolUseInput/Response APIs, glob matching, plugin.json configuration, and testing.
2026-01-05
cicd-workflows.md
0
1
export
cicd-workflows
2
from
"vivekgana/databricks-platform-marketplace"
from
"vivekgana/databricks-platform-marketplace"
3
GitHub Actions and CI/CD patterns for Databricks, including automated testing, deployment, and quality gates.
2026-01-05
security-audit-agent.md
0
1
export
security-audit-agent
2
from
"Unicorn/Radium"
from
"Unicorn/Radium"
3
Performs comprehensive security audits of codebases, identifying vulnerabilities and security best practices
2026-01-05
claude-md-auditor.md
0
1
export
claude-md-auditor
2
from
"cskiro/claudex"
from
"cskiro/claudex"
3
Use PROACTIVELY when reviewing CLAUDE.md configurations, onboarding new projects, or before committing memory file changes. Validates against official Anthropic documentation, community best practices, and LLM context optimization research. Detects security violations, anti-patterns, and compliance issues. Not for runtime behavior testing or imported file validation.
2026-01-05
validate.md
0
1
export
validate
2
from
"jayprimer/pmc-marketplace"
from
"jayprimer/pmc-marketplace"
3
Verify test execution by replaying trajectory and checking script coverage.Ensures tests actually happened as recorded and scripts cover all test cases.WHEN TO USE:- After tests claim to pass (verify they actually ran)- Before marking ticket complete (audit trail)- When reviewing someone else's work- User says "validate", "verify tests", "check coverage"- Periodic audit of test integrityCHECKS:1. TRAJECTORY - Steps match recorded actions2. EVIDENCE - Screenshots, logs, outputs exist3. COVERAGE - Scripts test all cases from 3-spec.md4. COMPLETENESS - All required tests have trajectory
2026-01-05
implementing-features.md
0
1
export
implementing-features
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Implements new modules, agents, or features using TDD methodology. Used when adding any new functionality to the table2image multi-agent system. Follows six-phase workflow: context loading, test writing, implementation, verification, documentation, and protocol completion.
2026-01-05
prompt-versioning.md
0
1
export
prompt-versioning
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Track prompt versions, A/B test variants, and measure prompt performance
2026-01-05
building-stories-with-tdd.md
0
1
export
building-stories-with-tdd
2
from
"lenneTech/claude-code"
from
"lenneTech/claude-code"
3
Expert for building user stories using Test-Driven Development (TDD) with NestJS and @lenne.tech/nest-server. Implements new features by creating story tests first in tests/stories/, then uses generating-nest-servers skill to develop code until all tests pass. Ensures high code quality and security compliance. Use in projects with @lenne.tech/nest-server in package.json dependencies (supports monorepos with projects/*, packages/*, apps/* structure).
2026-01-05
a11y-tester.md
0
1
export
a11y-tester
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Run automated accessibility tests on URLs or HTML content using axe-core engine to WCAG 2.2 AA standards, then format findings as standardized issue reports. Use this skill when users want to test website accessibility, find WCAG violations, audit pages for accessibility issues, check if sites are accessible, analyze HTML for accessibility problems, or create accessibility issue tickets. Triggers on requests like "test accessibility", "check for WCAG violations", "audit this URL", "is this page accessible", "find accessibility issues", or "write accessibility issues".
2026-01-05
scope-check.md
0
1
export
scope-check
2
from
"metasaver/metasaver-marketplace"
from
"metasaver/metasaver-marketplace"
3
Use when determining which repositories or files a task affects. Distinguishes between target repos (where changes happen) and reference repos (for learning patterns). Supports both standard mode returning { targets, references } and audit mode detecting specific config files to audit. Returns structured scope object.
2026-01-05
production-readiness.md
0
1
export
production-readiness
2
from
"mjohnson518/claude_superpowers"
from
"mjohnson518/claude_superpowers"
3
Enterprise-grade production readiness assessment system for comprehensive codebase evaluation. Use when (1) Evaluating a GitHub repository for production deployment, (2) Conducting pre-launch security and architecture reviews, (3) Assessing technical debt and system reliability, (4) Identifying gaps, vulnerabilities, and incomplete features, (5) Generating actionable remediation plans for engineering teams, (6) Validating scalability, observability, and operational readiness, (7) Reviewing cost optimization and resource efficiency, (8) Auditing compliance with industry standards (SOC2, GDPR, HIPAA, PCI-DSS), (9) Evaluating API contracts and integration stability, (10) Assessing team knowledge transfer and documentation completeness. Performs CTO-level multi-dimensional analysis exceeding top-tier tech company standards.
2026-01-05
test-risk-analyzer.md
0
1
export
test-risk-analyzer
2
from
"yurake/skills"
from
"yurake/skills"
3
あらゆる言語/スタックで潜在バグリスクを洗い出し、追加すべきテストケースを提案する。未テストのエッジケース探索や安全性確認、カバレッジ強化のテスト案提示を求められたときに使用する。
2026-01-05
security-writeup.md
0
1
export
security-writeup
2
from
"amattas/agentic-coding"
from
"amattas/agentic-coding"
3
Document security research, CTF solutions, and malware analysis. Includes REPORT.md and STATUS.md templates.
2026-01-05
data-persistence.md
0
1
export
data-persistence
2
from
"pluginagentmarketplace/custom-plugin-android"
from
"pluginagentmarketplace/custom-plugin-android"
3
Room ORM, SQLite, SharedPreferences, DataStore, encryption. Use when implementing data storage and database operations.
2026-01-05
test-pattern-detector.md
0
1
export
test-pattern-detector
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Delegates test pattern detection to a lightweight agent. Use when you need to understand existing test conventions without loading test files into context.
2026-01-05
midnight-network.md
0
1
export
midnight-network
2
from
"FractionEstate/midnight-dev-skills"
from
"FractionEstate/midnight-dev-skills"
3
Configure and operate Midnight Network infrastructure including proof servers, indexers, and network endpoints. Use when setting up development environment, troubleshooting connections, or configuring deployments. Triggers on network, proof server, indexer, or testnet questions.
2026-01-05
docker-containers.md
0
1
export
docker-containers
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Master Docker containerization, image building, optimization, and container registry management. Learn containerization best practices and image security.
2026-01-05
code-reviewer.md
0
1
export
code-reviewer
2
from
"ntaksh42/agents"
from
"ntaksh42/agents"
3
Automated code review with security, performance, and best practices analysis. Use when reviewing pull requests or analyzing code for vulnerabilities, performance issues, or maintainability concerns.
2026-01-05
github-actions-reusable-workflows-expert.md
0
1
export
github-actions-reusable-workflows-expert
2
from
"teliha/dev-workflows"
from
"teliha/dev-workflows"
3
Expert guidance for creating and maintaining GitHub Actions workflows and reusable workflows with security best practices
2026-01-05
validate-test-coverage.md
0
1
export
validate-test-coverage
2
from
"foolishimp/ai_sdlc_method"
from
"foolishimp/ai_sdlc_method"
3
Homeostatic sensor validating test coverage percentage and detecting requirements without tests. Calculates coverage per requirement (REQ-*) and overall. Use as quality gate or continuous coverage monitoring.
2026-01-05
dependencyaudit.md
0
1
export
dependencyaudit
2
from
"chrislyons/carbon-acx"
from
"chrislyons/carbon-acx"
3
Scan project for outdated or vulnerable dependencies, enforce dependency policies, check licenses, and generate upgrade recommendations.
2026-01-05
ci-cd-pipelines.md
0
1
export
ci-cd-pipelines
2
from
"leobrival/topographic-studio-plugins"
from
"leobrival/topographic-studio-plugins"
3
Guide for creating and configuring CI/CD pipelines with GitHub Actions or GitLab CI. Use when users need to set up automated workflows for testing, building, deploying applications, or managing secrets. Covers Node.js, Python, Docker, Vercel, Railway, Cloudflare, and multi-environment deployments.
2026-01-05