Browse Skills

9063 skills found

test-generator.md
10
1 export test-generator
2 matteocervelli from "matteocervelli/llms"
3 Generate test scaffolding for modules with proper structure, fixtures, and mock configurations.
2026-01-05
testing-guide.md
10
1 export testing-guide
2 akaszubski from "akaszubski/autonomous-dev"
3 Test-driven development (TDD), unit/integration/UAT testing strategies, test organization, coverage requirements, and GenAI validation patterns. Use when writing tests, validating code, or ensuring quality.
2026-01-05
coverage-analyzer.md
10
1 export coverage-analyzer
2 matteocervelli from "matteocervelli/llms"
3 Analyze test coverage with detailed metrics, identify gaps, and generate comprehensive reports. Use when measuring code coverage, finding untested code, or validating coverage thresholds.
2026-01-05
agent-blockchain-developer.md
10
1 export agent-blockchain-developer
2 Tony363 from "Tony363/SuperClaude"
3 Expert blockchain developer specializing in smart contract development, DApp architecture, and DeFi protocols. Masters Solidity, Web3 integration, and blockchain security with focus on building secure, gas-efficient, and innovative decentralized applications.
2026-01-05
file-permission-test.md
10
1 export file-permission-test
2 matteocervelli from "matteocervelli/llms"
3 File permission test. Use for testing.
2026-01-05
Test Generator.md
10
1 export Test Generator
2 databayt from "databayt/hogwarts"
3 TDD patterns
2026-01-05
writing-skills.md
10
1 export writing-skills
2 ratacat from "ratacat/claude-skills"
3 Use when user asks to create, write, edit, or test a skill. Also use when documenting reusable techniques, patterns, or workflows for future Claude instances.
2026-01-05
jira-communication.md
10
1 export jira-communication
2 netresearch from "netresearch/claude-code-marketplace"
3 Jira API operations via Python CLI scripts. AUTOMATICALLY TRIGGER when user mentions Jira URLs (https://jira.*/browse/*, https://*.atlassian.net/browse/*), issue keys (PROJ-123), or asks about Jira issues. Use when Claude needs to: (1) Search issues with JQL queries, (2) Get or update issue details, (3) Create new issues, (4) Transition issue status (e.g., "To Do" → "Done"), (5) Add comments, (6) Log work time (worklogs), (7) List sprints and sprint issues, (8) List boards and board issues, (9) Create or list issue links, (10) Discover available Jira fields, (11) Get user profile information, (12) Download attachments from issues. If authentication fails, offer interactive credential setup via jira-setup.py. Supports both Jira Cloud and Server/Data Center with automatic auth detection.
2026-01-05
api-integration-patterns.md
10
1 export api-integration-patterns
2 akaszubski from "akaszubski/autonomous-dev"
3 API integration patterns for autonomous-dev including subprocess safety, GitHub CLI integration, retry logic, authentication, rate limiting, and timeout handling. Use when integrating external APIs or CLI tools.
2026-01-05
code-quality-assessment.md
10
1 export code-quality-assessment
2 vinnie357 from "vinnie357/claudio"
3 Activate when analyzing code quality through linting, formatting, testing, coverage analysis, and maintainability metrics
2026-01-05
agent-performance-engineer.md
10
1 export agent-performance-engineer
2 Tony363 from "Tony363/SuperClaude"
3 Expert performance engineer specializing in system optimization, bottleneck identification, and scalability engineering. Masters performance testing, profiling, and tuning across applications, databases, and infrastructure with focus on achieving optimal response times and resource efficiency.
2026-01-05
enterprise-readiness.md
10
1 export enterprise-readiness
2 netresearch from "netresearch/claude-code-marketplace"
3 Assess and enhance software projects for enterprise-grade security, quality, and automation. Use when evaluating projects for production readiness, implementing supply chain security (SLSA, signing, SBOMs), hardening CI/CD pipelines, or establishing quality gates. Aligned with OpenSSF Scorecard, Best Practices Badge (all levels), SLSA, and S2C2F. By Netresearch.
2026-01-05
kryon-interactive-test.md
10
1 export kryon-interactive-test
2 kryonlabs from "kryonlabs/kryon"
3 Create and run interactive tests for Kryon UI components
2026-01-05
performance-auditor.md
10
1 export performance-auditor
2 joshtol from "joshtol/emotive-engine"
3 Audit, optimize, and maintain 60fps performance for emotive-mascot animations. Use when diagnosing performance issues, optimizing particle systems, reducing bundle size, or ensuring smooth animations across devices.
2026-01-05
agent-network-engineer.md
10
1 export agent-network-engineer
2 Tony363 from "Tony363/SuperClaude"
3 Expert network engineer specializing in cloud and hybrid network architectures, security, and performance optimization. Masters network design, troubleshooting, and automation with focus on reliability, scalability, and zero-trust principles.
2026-01-05
agent-code-reviewer.md
10
1 export agent-code-reviewer
2 Tony363 from "Tony363/SuperClaude"
3 Expert code reviewer specializing in code quality, security vulnerabilities, and best practices across multiple languages. Masters static analysis, design patterns, and performance optimization with focus on maintainability and technical debt reduction.
2026-01-05
agent-cloud-architect.md
10
1 export agent-cloud-architect
2 Tony363 from "Tony363/SuperClaude"
3 Expert cloud architect specializing in multi-cloud strategies, scalable architectures, and cost-effective solutions. Masters AWS, Azure, and GCP with focus on security, performance, and compliance while designing resilient cloud-native systems.
2026-01-05
clean-code.md
10
1 export clean-code
2 ratacat from "ratacat/claude-skills"
3 Use when writing, reviewing, or refactoring code. Apply when naming variables or functions, structuring classes, handling errors, writing tests, or when code feels complex or hard to understand. Based on Robert C. Martin's Clean Code.
2026-01-05
accessibility-checker.md
10
1 export accessibility-checker
2 matteocervelli from "matteocervelli/llms"
3 Validate WCAG 2.1 Level AA compliance and accessibility best practices. Use when performing accessibility audits and WCAG certification.
2026-01-05
test-executor.md
10
1 export test-executor
2 matteocervelli from "matteocervelli/llms"
3 Execute test suites with proper configuration, parallel execution, and detailed reporting. Use when running unit tests, integration tests, or full test suites.
2026-01-05
agent-dependency-manager.md
10
1 export agent-dependency-manager
2 Tony363 from "Tony363/SuperClaude"
3 Expert dependency manager specializing in package management, security auditing, and version conflict resolution across multiple ecosystems. Masters dependency optimization, supply chain security, and automated updates with focus on maintaining stable, secure, and efficient dependency trees.
2026-01-05
python-json-parsing.md
10
1 export python-json-parsing
2 basher83 from "basher83/lunar-claude"
3 Python JSON parsing best practices covering performance optimization (orjson/msgspec), handling large files (streaming/JSONL), security (injection prevention), and advanced querying (JSONPath/JMESPath). Use when working with JSON data, parsing APIs, handling large JSON files, or optimizing JSON performance.
2026-01-05
github-workflow.md
10
1 export github-workflow
2 akaszubski from "akaszubski/autonomous-dev"
3 GitHub-first workflow - Issues, PRs, milestones, auto-tracking for solo developer productivity. Includes PR description templates, issue templates, automation patterns, and webhook security.
2026-01-05
agent-accessibility-tester.md
10
1 export agent-accessibility-tester
2 Tony363 from "Tony363/SuperClaude"
3 Expert accessibility tester specializing in WCAG compliance, inclusive design, and universal access. Masters screen reader compatibility, keyboard navigation, and assistive technology integration with focus on creating barrier-free digital experiences.
2026-01-05