Browse Skills
9063 skills found
testing-skills-with-subagents.md
1
1
export
testing-skills-with-subagents
2
from
"samjhecht/wrangler"
from
"samjhecht/wrangler"
3
DEPRECATED - Use writing-skills instead. This skill has been consolidated into writing-skills which now contains both skill creation and testing methodology.
2026-01-05
bir-tax-filing.md
1
1
export
bir-tax-filing
2
from
"jgtolentino/insightpulse-odoo"
from
"jgtolentino/insightpulse-odoo"
3
Automate Philippine BIR (Bureau of Internal Revenue) tax form generation and filing. Handles 1601-C (withholding tax), 2550Q (quarterly VAT), 1702-RT/EX (annual income tax), and ATP (Authorization to Print) validation. Ensures 100% compliance with BIR regulations.
2026-01-05
test.md
1
1
export
test
2
from
"sachitv/avro-typescript"
from
"sachitv/avro-typescript"
3
Execute the project test suite using Deno
2026-01-05
better-auth-python.md
1
1
export
better-auth-python
2
from
"Syedaashnaghazanfar/full-stack-todo-app"
from
"Syedaashnaghazanfar/full-stack-todo-app"
3
Better Auth JWT verification for Python/FastAPI backends. Use when integrating Python APIs with a Better Auth TypeScript server via JWT tokens. Covers JWKS verification, FastAPI dependencies, SQLModel/SQLAlchemy integration, and protected routes.
2026-01-05
github-code-reviewer.md
1
1
export
github-code-reviewer
2
from
"presmihaylov/claude"
from
"presmihaylov/claude"
3
Review GitHub PRs with surgical precision. Flag only high-severity issues (bugs, security, performance, breaking changes) via succinct inline comments on specific lines. Skip style, nits, and minor improvements. High signal, low noise.
2026-01-05
mcp-complete-guide.md
1
1
export
mcp-complete-guide
2
from
"jgtolentino/insightpulse-odoo"
from
"jgtolentino/insightpulse-odoo"
3
Complete 11-phase guide for building production-ready MCP (Model Context Protocol) servers with semantic layer integration. Covers foundation to deployment, including agent-centric design, tool development, testing, error handling, performance optimization, monitoring, security, governance, and semantic layer integration for business metrics. Use when building enterprise-grade MCP servers that integrate with dbt, Tableau, or other semantic layers for Finance SSC, business analytics, or data governance use cases.
2026-01-05
tdd-full-coverage.md
1
1
export
tdd-full-coverage
2
from
"troykelly/claude-skills"
from
"troykelly/claude-skills"
3
Use when implementing features or fixes - test-driven development with RED-GREEN-REFACTOR cycle and full code coverage requirement
2026-01-05
jest-testing.md
1
1
export
jest-testing
2
from
"C0ntr0lledCha0s/claude-code-plugin-automations"
from
"C0ntr0lledCha0s/claude-code-plugin-automations"
3
Automatically activated when user works with Jest tests, mentions Jest configuration, asks about Jest matchers/mocks, or has files matching *.test.js, *.test.ts, jest.config.*. Provides Jest-specific expertise for testing React, Node.js, and JavaScript applications. Also applies to Vitest due to API compatibility. Does NOT handle general quality analysis - use analyzing-test-quality for that.
2026-01-05
infra-auditor.md
1
1
export
infra-auditor
2
from
"fractary/claude-plugins"
from
"fractary/claude-plugins"
3
Audit infrastructure status, health, and compliance without modifications - provides observability and drift detection
2026-01-05
expression-readme-audit.md
1
1
export
expression-readme-audit
2
from
"synapseradio/thinkies"
from
"synapseradio/thinkies"
3
Verify README accuracy, completeness, and audience fit by testing claims against the actual codebase. Use when: (1) asked to verify documentation before a release, (2) significant changes to APIs or setup procedures might have invalidated documentation, (3) onboarding feedback or "it doesn't work" reports suggest documentation gaps, (4) README instructions haven't been verified against current codebase state.
2026-01-05
run-tests.md
1
1
export
run-tests
2
from
"semicolon-devteam/semo"
from
"semicolon-devteam/semo"
3
테스트 실행 및 품질 검증. Use when:(1) 테스트 실행 요청, (2) 변경 후 검증 필요, (3) 커버리지 확인.
2026-01-05
contract-tester.md
1
1
export
contract-tester
2
from
"vladm3105/aidoc-flow-framework"
from
"vladm3105/aidoc-flow-framework"
3
Test and validate API contracts against specifications
2026-01-05
agentuity-cli-cloud-session-list.md
1
1
export
agentuity-cli-cloud-session-list
2
from
"agentuity/discord-help-agent"
from
"agentuity/discord-help-agent"
3
List recent sessions. Requires authentication. Use for Agentuity cloud platform operations
2026-01-05
minitest-tdd-best-practices.md
1
1
export
minitest-tdd-best-practices
2
from
"sjnims/iron-chef-claude-rails"
from
"sjnims/iron-chef-claude-rails"
3
This skill should be used when the user asks about "Minitest", "TDD", "test-driven development", "Rails testing", "writing tests", "test coverage", or testing strategies for Rails applications. Load this skill when implementing or reviewing tests.
2026-01-05
maven-converter.md
1
1
export
maven-converter
2
from
"git-qiaozq/claude-skills"
from
"git-qiaozq/claude-skills"
3
将 Java 项目转换为标准 Maven 结构,自动重组目录、转换包名(test→example)并生成 pom.xml。当用户需要将非 Maven Java 项目转换为 Maven 项目、重构现有项目为 Maven 标准结构,或请求 Maven 项目设置/转换时使用此技能。
2026-01-05
mxql.md
1
1
export
mxql
2
from
"kyupid/mxql-for-claude-code"
from
"kyupid/mxql-for-claude-code"
3
Complete MXQL (Metrics Query Language) toolkit for generating, analyzing, validating, and testing queries. Supports conversational query generation, automated validation, comprehensive analysis with optimization suggestions, and test query generation with sample data. Use this for all MXQL-related tasks including creating queries, debugging, optimization, and testing.
2026-01-05
golang.md
1
1
export
golang
2
from
"specvital/web"
from
"specvital/web"
3
Provides idiomatic Go programming expertise and best practices. Ensures clean, efficient, and maintainable code following official Go conventions. Specializes in concurrent programming patterns, interface design, error handling strategies, and performance optimization. Masters standard library usage and ecosystem integration.Use when: writing Go code (.go files), designing interfaces and struct types, implementing concurrent patterns (goroutines/channels), handling errors idiomatically, writing table-driven tests, creating Go modules, optimizing performance-critical code, managing dependencies with go.mod, implementing HTTP servers and clients, working with context propagation, or designing package APIs for public libraries.
2026-01-05
gemini-search.md
1
1
export
gemini-search
2
from
"22GNUs/dotfiles"
from
"22GNUs/dotfiles"
3
Use Gemini CLI for Google Search and deep web research. Triggers on phrases like "search", "look up", "research", "latest info", "find out", "google", or when current/real-time information is needed.
2026-01-05
route-builder.md
1
1
export
route-builder
2
from
"totalaudiopromo/totalaud.io"
from
"totalaudiopromo/totalaud.io"
3
API route specialist - handles route scaffolding, Zod validation, authentication, error handling, and endpoint consistency.
2026-01-05
run-uat.md
1
1
export
run-uat
2
from
"oocx/tfplan2md-uat"
from
"oocx/tfplan2md-uat"
3
Run User Acceptance Testing by creating a PR with rendered markdown on GitHub or Azure DevOps. Use when validating markdown rendering in real platforms.
2026-01-05
spring-boot.md
1
1
export
spring-boot
2
from
"spjoshis/claude-code-plugins"
from
"spjoshis/claude-code-plugins"
3
Master Spring Boot with auto-configuration, REST APIs, JPA, security, testing, and production-ready features for enterprise applications.
2026-01-05
golang.md
1
1
export
golang
2
from
"KubrickCode/workflow-toolkit"
from
"KubrickCode/workflow-toolkit"
3
Provides idiomatic Go programming expertise and best practices. Ensures clean, efficient, and maintainable code following official Go conventions. Specializes in concurrent programming patterns, interface design, error handling strategies, and performance optimization. Masters standard library usage and ecosystem integration.Use when: writing Go code (.go files), designing interfaces and struct types, implementing concurrent patterns (goroutines/channels), handling errors idiomatically, writing table-driven tests, creating Go modules, optimizing performance-critical code, managing dependencies with go.mod, implementing HTTP servers and clients, working with context propagation, or designing package APIs for public libraries.
2026-01-05
auditing-security.md
1
1
export
auditing-security
2
from
"jls42/leapmultix"
from
"jls42/leapmultix"
3
Audits application security (XSS, CSP, vulnerable dependencies, CORS). Use before releases, after adding dependencies, or modifying security-utils.js
2026-01-05
fix-pr-feedback.md
1
1
export
fix-pr-feedback
2
from
"stars-end/affordabot"
from
"stars-end/affordabot"
3
Address PR feedback with iterative refinement. MUST BE USED when fixing PR issues.Supports auto-detection (CI failures, code review) and manual triage (user reports bugs). Creates Beads issues for all problems, fixes systematically.Use when user says "fix the PR", "i noticed bugs", "ci failures", or "codex review found issues",or when user mentions CI failures, review comments, failing tests, PR iterations,bug fixes, feedback loops, or systematic issue resolution.
2026-01-05