Browse Skills
44895 skills found
agent-sre-engineer.md
10
1
export
agent-sre-engineer
2
from
"Tony363/SuperClaude"
from
"Tony363/SuperClaude"
3
Expert Site Reliability Engineer balancing feature velocity with system stability through SLOs, automation, and operational excellence. Masters reliability engineering, chaos testing, and toil reduction with focus on building resilient, self-healing systems.
2026-01-05
project-alignment.md
10
1
export
project-alignment
2
from
"akaszubski/autonomous-dev"
from
"akaszubski/autonomous-dev"
3
PROJECT.md alignment patterns and validation strategies
2026-01-05
research-patterns.md
10
1
export
research-patterns
2
from
"akaszubski/autonomous-dev"
from
"akaszubski/autonomous-dev"
3
Research methodology and best practices for finding existing patterns
2026-01-05
rust-quality-checker.md
10
1
export
rust-quality-checker
2
from
"matteocervelli/llms"
from
"matteocervelli/llms"
3
Validate Rust code quality with rustfmt, clippy, cargo check, and security analysis. Use for Rust codebases to ensure idiomatic Rust code and best practices.
2026-01-05
agent-sales-engineer.md
10
1
export
agent-sales-engineer
2
from
"Tony363/SuperClaude"
from
"Tony363/SuperClaude"
3
Expert sales engineer specializing in technical pre-sales, solution architecture, and proof of concepts. Masters technical demonstrations, competitive positioning, and translating complex technology into business value for prospects and customers.
2026-01-05
agent-django-developer.md
10
1
export
agent-django-developer
2
from
"Tony363/SuperClaude"
from
"Tony363/SuperClaude"
3
Expert Django developer mastering Django 4+ with modern Python practices. Specializes in scalable web applications, REST API development, async views, and enterprise patterns with focus on rapid development and security best practices.
2026-01-05
angreal.md
10
1
export
angreal
2
from
"angreal/angreal"
from
"angreal/angreal"
3
Task automation and project templating with angreal. Use when running project tasks, creating new tasks, or setting up project automation. Teaches both using existing tasks and authoring new ones.
2026-01-05
semantic-validation.md
10
1
export
semantic-validation
2
from
"akaszubski/autonomous-dev"
from
"akaszubski/autonomous-dev"
3
GenAI-powered semantic validation - detects outdated docs, version mismatches, and architectural drift
2026-01-05
vyper.md
10
1
export
vyper
2
from
"cyberthirst/ivy"
from
"cyberthirst/ivy"
3
Vyper compiler internals - AST nodes, type system, compilation pipeline, IR generation for debugging codegen bugs
2026-01-05
dependency-analyzer.md
10
1
export
dependency-analyzer
2
from
"matteocervelli/llms"
from
"matteocervelli/llms"
3
Analyze story dependencies, detect issues, and generate visual dependency graphs
2026-01-05
enact/formatter.md
10
1
export
enact/formatter
2
from
"EnactProtocol/enact"
from
"EnactProtocol/enact"
3
Formats and prettifies JSON with configurable indentation
2026-01-05
agents.md
10
1
export
agents
2
from
"netresearch/claude-code-marketplace"
from
"netresearch/claude-code-marketplace"
3
Agent Skill: Generate and maintain AGENTS.md files following the public agents.md convention. Use when creating AI agent documentation, onboarding guides, or standardizing agent patterns. By Netresearch.
2026-01-05
validation-coordinator.md
10
1
export
validation-coordinator
2
from
"matteocervelli/llms"
from
"matteocervelli/llms"
3
Auto-activates when coordinating sequential validation specialists with workflow management, dependency tracking, and overall validation status monitoring.
2026-01-05
agent-kubernetes-specialist.md
10
1
export
agent-kubernetes-specialist
2
from
"Tony363/SuperClaude"
from
"Tony363/SuperClaude"
3
Expert Kubernetes specialist mastering container orchestration, cluster management, and cloud-native architectures. Specializes in production-grade deployments, security hardening, and performance optimization with focus on scalability and reliability.
2026-01-05
typo3-docs.md
10
1
export
typo3-docs
2
from
"netresearch/claude-code-marketplace"
from
"netresearch/claude-code-marketplace"
3
Create and maintain TYPO3 extension documentation following official docs.typo3.org standards. Use when creating/editing Documentation/*.rst files or README.md, using TYPO3 directives (confval, versionadded, card-grid, accordion, tabs, admonitions), creating/adding screenshots, rendering/testing/viewing docs locally, or deploying to docs.typo3.org. By Netresearch.
2026-01-05
agent-compliance-auditor.md
10
1
export
agent-compliance-auditor
2
from
"Tony363/SuperClaude"
from
"Tony363/SuperClaude"
3
Expert compliance auditor specializing in regulatory frameworks, data privacy laws, and security standards. Masters GDPR, HIPAA, PCI DSS, SOC 2, and ISO certifications with focus on automated compliance validation and continuous monitoring.
2026-01-05
enact/playwright.md
10
1
export
enact/playwright
2
from
"EnactProtocol/enact"
from
"EnactProtocol/enact"
3
Browser automation tool using Playwright - captures screenshots and extracts content from web pages
2026-01-05
typo3-ckeditor5.md
10
1
export
typo3-ckeditor5
2
from
"netresearch/claude-code-marketplace"
from
"netresearch/claude-code-marketplace"
3
Agent Skill: CKEditor 5 development for TYPO3 v12+. Use when developing custom plugins, configuring RTE presets, or migrating from CKEditor 4. By Netresearch.
2026-01-05
Unnamed Skill.md
10
1
export
Unnamed Skill
2
from
"ratacat/claude-skills"
from
"ratacat/claude-skills"
3
Use when designing or building modern web applications in JavaScript/TypeScript (SPA/SSR/SSG/ISR/RSC): architecture trade-offs, state/data patterns, performance, testing, delivery, and team scaling.
2026-01-05
requirements-engineering.md
10
1
export
requirements-engineering
2
from
"vinnie357/claudio"
from
"vinnie357/claudio"
3
Activate when creating Product Requirements Documents (PRDs) with business objectives, functional requirements, success criteria, and implementation planning
2026-01-05
jest-generator.md
10
1
export
jest-generator
2
from
"matteocervelli/llms"
from
"matteocervelli/llms"
3
Generate Jest-based unit tests for JavaScript/TypeScript code. Creates test files following Jest conventions with proper mocking, describe blocks, and coverage.
2026-01-05
learned-skills-index.md
10
1
export
learned-skills-index
2
from
"Tony363/SuperClaude"
from
"Tony363/SuperClaude"
3
Index directory for automatically learned skills from execution feedback
2026-01-05
ansible-error-handling.md
10
1
export
ansible-error-handling
2
from
"basher83/lunar-claude"
from
"basher83/lunar-claude"
3
This skill should be used when implementing error handling in Ansible, using block/rescue/always patterns, creating retry logic with until/retries, handling expected failures gracefully, or providing clear error messages with assert and fail.
2026-01-05
qa-changes.md
10
1
export
qa-changes
2
from
"desplega-ai/qa-use"
from
"desplega-ai/qa-use"
3
Understand and suggest QA test cases based on code changes
2026-01-05