Browse Skills

9063 skills found

securitymemory-safety.md
1
1 export securitymemory-safety
2 mgreenly from "mgreenly/ikigai"
3 Memory Safety security skill
2026-01-05
accessibility-contrast-audit.md
1
1 export accessibility-contrast-audit
2 CANTAGESTUDIO from "CANTAGESTUDIO/CosmicAtlasPacker"
3 [Design System] Quantitative accessibility audit for UI - contrast ratios, font sizes, tap targets, heading hierarchy. Use when (1) checking WCAG color contrast compliance, (2) auditing text sizes for readability, (3) validating touch/click target sizes, (4) reviewing heading structure and landmarks, (5) user asks to 'check accessibility', 'audit contrast', 'WCAG compliance', or 'a11y check'.
2026-01-05
finishing-a-development-branch.md
1
1 export finishing-a-development-branch
2 WesleyMFrederick from "WesleyMFrederick/cc-workflows"
3 Use when implementation is complete, all tests pass, and you need to decide how to integrate the work - guides completion of development work by presenting structured options for merge, PR, or cleanup
2026-01-05
cosmian-kms.md
1
1 export cosmian-kms
2 oriolrius from "oriolrius/pki-manager-web"
3 Expert guidance for Cosmian Key Management System including key generation, certificate management, encryption operations, access policies, and KMS CLI operations. Use this when working with Cosmian KMS, cryptographic key management, or Cosmian-specific PKI operations.
2026-01-05
audit-report.md
1
1 export audit-report
2 Zate from "Zate/cc-plugins"
3 Template and formatting guidelines for security audit reports. Provides consistent structure for findings, severity classification, ASVS mapping, and remediation recommendations.
2026-01-05
beta.md
1
1 export beta
2 greenstevester from "greenstevester/fastlane-skill"
3 Build and upload iOS app to TestFlight
2026-01-05
test-implementer.md
1
1 export test-implementer
2 graphlessdb from "graphlessdb/graphlessdb"
3 You are an implementer of unit and integration tests.
2026-01-05
kotlin-testing.md
1
1 export kotlin-testing
2 pluginagentmarketplace from "pluginagentmarketplace/custom-plugin-kotlin"
3 Kotlin testing - JUnit 5, MockK, Kotest, coroutine testing
2026-01-05
network-engineering.md
1
1 export network-engineering
2 89jobrien from "89jobrien/steve"
3 Network architecture, troubleshooting, and infrastructure patterns. Use when designing network topologies, debugging connectivity issues, configuring load balancers, DNS, or implementing network security.
2026-01-05
emerging-specialty-skills.md
1
1 export emerging-specialty-skills
2 pluginagentmarketplace from "pluginagentmarketplace/custom-plugin-nextjs"
3 Master emerging technologies including blockchain, cybersecurity, QA testing, and specialized tech roles. Stay ahead with cutting-edge technologies.
2026-01-05
anticipating-failure-modes.md
1
1 export anticipating-failure-modes
2 synapseradio from "synapseradio/thinkies"
3 Systematically enumerate how code can fail to prevent claiming safety without evidence. Use when: (1) asked to identify failure modes, enumerate risks, or stress-test reliability assumptions, (2) code is characterized as safe or production-ready without enumerated failure scenarios, (3) a code review covers only successful execution paths, (4) changes are ready for approval without failure analysis, (5) code lacks input validation, error handling, or defensive checks, (6) test coverage includes only successful cases.
2026-01-05
dotnet-development.md
1
1 export dotnet-development
2 iButters from "iButters/ClaudeCodePlugins"
3 Comprehensive .NET development guidelines covering DDD, SOLID principles, ASP.NET Core REST APIs, and C# best practices.Use when working with: (1) C# code files (.cs), (2) .NET project files (.csproj, .sln), (3) ASP.NET Core applications,(4) Domain-Driven Design implementations, (5) REST API development, (6) Entity Framework Core,(7) Unit/integration testing in .NET. Specifically triggers for: classes inheriting AggregateRoot/Entity,services with IRepository dependencies, controllers inheriting ControllerBase, or files in Domain/Application/Infrastructure folders.
2026-01-05
vague.md
1
1 export vague
2 mcclowes from "mcclowes/omg"
3 Use when writing Vague (.vague) files - a declarative language for generating realistic test data with superposition, constraints, and cross-references
2026-01-05
frontend-e2e-user-journeys.md
1
1 export frontend-e2e-user-journeys
2 samjhecht from "samjhecht/wrangler"
3 Use when implementing critical user workflows that span multiple pages/components - tests complete journeys end-to-end using Page Object Model, user-centric selectors, and condition-based waiting; use sparingly (10-15% of tests)
2026-01-05
codex-exec.md
1
1 export codex-exec
2 dceoy from "dceoy/gh-actions-for-devops"
3 Execute development tasks using OpenAI Codex CLI for code generation, refactoring, feature implementation, and bug fixes. Use when the user asks to create code, add features, refactor, fix bugs, or generate tests. Requires Codex CLI installed.
2026-01-05
agentuity-cli-cloud-apikey-create.md
1
1 export agentuity-cli-cloud-apikey-create
2 agentuity from "agentuity/discord-help-agent"
3 Create a new API key. Requires authentication. Use for Agentuity cloud platform operations
2026-01-05
fastapi-generator.md
1
1 export fastapi-generator
2 Dexploarer from "Dexploarer/claudius-skills"
3 Generates FastAPI endpoints with proper Pydantic models, dependency injection, async handlers, and OpenAPI documentation. Use when building Python REST APIs.
2026-01-05
ab-test-calculator.md
1
1 export ab-test-calculator
2 dkyazzentwatwa from "dkyazzentwatwa/chatgpt-skills"
3 Calculate statistical significance for A/B tests. Sample size estimation, power analysis, and conversion rate comparisons with confidence intervals.
2026-01-05
websearch.md
1
1 export websearch
2 rakibdev from "rakibdev/dotfiles"
3 Search web for latest docs and articles.
2026-01-05
code-quality.md
1
1 export code-quality
2 xbklairith from "xbklairith/kisune"
3 Use when reviewing code or before commits - runs 25-point quality checklist (structure, errors, security, performance, testing), identifies code smells, suggests refactorings with examples. Activates when user says "review this", "check my code", mentions "refactor", "optimize", "code quality", or before git commits.
2026-01-05
integration-testing.md
1
1 export integration-testing
2 JasonPaff from "JasonPaff/head-shakers"
3 Enforces Head Shakers integration testing conventions for facades, server actions, and database operations using Testcontainers with real PostgreSQL.
2026-01-05
rails-security-best-practices.md
1
1 export rails-security-best-practices
2 sjnims from "sjnims/iron-chef-claude-rails"
3 This skill should be used when the user asks about "Rails security", "SQL injection", "XSS", "CSRF", "authentication security", "authorization", "secure Rails", "security vulnerabilities", "OWASP", or discusses security concerns in Rails applications. Load this skill when reviewing code for security issues or implementing security features.
2026-01-05
code-reviewer.md
1
1 export code-reviewer
2 WomenDefiningAI from "WomenDefiningAI/claude-code-skills"
3 Research-backed code review skill with OWASP Top 10 security checks, SAST tool integration (SonarQube, CodeQL, Snyk), performance pattern detection, and automated quality standards enforcement. Auto-invoked for code review, security audit, PR analysis, and bug checking. Implements 2025 best practices with 92% faster vulnerability remediation.
2026-01-05
enterprise-python.md
1
1 export enterprise-python
2 QoSz from "QoSz/Spotify-Tracker"
3 Enterprise-ready Python development incorporating Kaizen (continuous improvement) and Monozukuri (meticulous craftsmanship) principles. Use this skill when building Python applications, APIs, CLI tools, data pipelines, automation scripts, or when the user requests clean, efficient, fast, simple, elegant, enterprise-grade, bulletproof, or production-ready Python code. This skill enforces modern Python 3.12+ best practices, type safety, testing patterns, security, and performance optimization.
2026-01-05