Browse Skills
9063 skills found
sap-cap-capire.md
5
1
export
sap-cap-capire
2
from
"secondsky/sap-skills"
from
"secondsky/sap-skills"
3
SAP Cloud Application Programming Model (CAP) development skill using Capire documentation.Use when: building CAP applications, defining CDS models, implementing services, working withSAP HANA/SQLite/PostgreSQL databases, deploying to SAP BTP Cloud Foundry or Kyma, implementingFiori UIs, handling authorization, multitenancy, or messaging. Covers CDL/CQL/CSN syntax,Node.js and Java runtimes, event handlers, OData services, and CAP plugins.
2026-01-05
front-end-testing.md
5
1
export
front-end-testing
2
from
"pablobfonseca/dotfiles"
from
"pablobfonseca/dotfiles"
3
DOM Testing Library patterns for behavior-driven UI testing. Framework-agnostic patterns for testing user interfaces. Use when testing any front-end application.
2026-01-05
theone-unity-standards.md
5
1
export
theone-unity-standards
2
from
"The1Studio/theone-training-skills"
from
"The1Studio/theone-training-skills"
3
Enforces TheOne Studio Unity development standards including C# coding patterns, Unity architecture (VContainer/SignalBus and TheOne.DI/Publisher), and code review guidelines. Triggers when writing, reviewing, or refactoring Unity C# code, implementing features, setting up dependency injection, working with events, or reviewing code changes.
2026-01-05
agent-architecture-analysis.md
5
1
export
agent-architecture-analysis
2
from
"existential-birds/beagle"
from
"existential-birds/beagle"
3
Perform 12-Factor Agents compliance analysis on any codebase. Use when evaluating agent architecture, reviewing LLM-powered systems, or auditing agentic applications against the 12-Factor methodology.
2026-01-05
nestjs-framework.md
5
1
export
nestjs-framework
2
from
"FortiumPartners/ai-mesh"
from
"FortiumPartners/ai-mesh"
3
Node.js/TypeScript backend framework with dependency injection and modular architecture
2026-01-05
api-design-framework.md
5
1
export
api-design-framework
2
from
"yonatangross/skillforge-claude-plugin"
from
"yonatangross/skillforge-claude-plugin"
3
Use this skill when designing REST, GraphQL, or gRPC APIs. Provides comprehensive API design patterns, versioning strategies, error handling conventions, authentication approaches, and OpenAPI/AsyncAPI templates. Ensures consistent, well-documented, and developer-friendly APIs across all backend services.
2026-01-05
ai-consultation.md
5
1
export
ai-consultation
2
from
"jeffrigby/somepulp-agents"
from
"jeffrigby/somepulp-agents"
3
Provides AI consultation workflows, prompt templates, and best practices for multi-model consultation. Use when user asks for "second opinion", "ask codex", "ask gemini", "AI code review", "external AI consultation", or needs prompt templates for code review, security audit, or architecture analysis.
2026-01-05
refactoring.md
5
1
export
refactoring
2
from
"pablobfonseca/dotfiles"
from
"pablobfonseca/dotfiles"
3
Refactoring assessment and patterns. Use after tests pass (GREEN phase) to assess improvement opportunities.
2026-01-05
ir-velociraptor.md
4
1
export
ir-velociraptor
2
from
"AgentSecOps/SecOpsAgentKit"
from
"AgentSecOps/SecOpsAgentKit"
3
Endpoint visibility, digital forensics, and incident response using Velociraptor Query Language (VQL) for evidence collection and threat hunting at scale. Use when: (1) Conducting forensic investigations across multiple endpoints, (2) Hunting for indicators of compromise or suspicious activities, (3) Collecting endpoint telemetry and artifacts for incident analysis, (4) Performing live response and evidence preservation, (5) Monitoring endpoints for security events, (6) Creating custom forensic artifacts for specific threat scenarios.
2026-01-05
code-comments.md
4
1
export
code-comments
2
from
"rp1-run/rp1"
from
"rp1-run/rp1"
3
Extract comment locations from code files for analysis. Use when cleaning comments, auditing code documentation, or analyzing comment patterns. Supports Python, JavaScript, TypeScript, Go, Rust, Java, C/C++, Ruby, PHP, Shell scripts. Trigger terms - comments, extract comments, code comments, comment analysis, documentation audit, comment cleanup.
2026-01-05
querying-gemini.md
4
1
export
querying-gemini
2
from
"costiash/CognivAgent"
from
"costiash/CognivAgent"
3
Queries Gemini 3 Flash for high-speed code analysis, generation, and complex coding questions. Provides P0-P3 prioritized analysis reports, architecture audits, and code generation with configurable thinking levels (minimal/low/medium/high). 1M context, 64K output. Pro-level intelligence at Flash pricing.
2026-01-05
backend-vitest.md
4
1
export
backend-vitest
2
from
"petbrains/mvp-builder"
from
"petbrains/mvp-builder"
3
Fast unit testing framework for TypeScript/JavaScript. Use for testing tRPC procedures, Zod schemas, utility functions, and any TypeScript code. Built on Vite with native ESM, TypeScript support, and Jest-compatible API. Choose Vitest over Jest for modern TypeScript projects, especially with Vite-based setups.
2026-01-05
ux-researcher.md
4
1
export
ux-researcher
2
from
"viamin/aidp"
from
"viamin/aidp"
3
Expert in user research, usability testing, feedback analysis, and user-centered design
2026-01-05
test-driven-development.md
4
1
export
test-driven-development
2
from
"alexanderop/MarkVim"
from
"alexanderop/MarkVim"
3
Use when implementing any feature or bugfix, before writing implementation code - write the test first, watch it fail, write minimal code to pass; ensures tests actually verify behavior by requiring failure first
2026-01-05
test-driven-development.md
4
1
export
test-driven-development
2
from
"outfitter-dev/agents"
from
"outfitter-dev/agents"
3
Applies disciplined test-driven development (TDD) using Red-Green-Refactor cycles with modern TypeScript/Bun and Rust tooling. Use when implementing features with TDD, writing tests first, refactoring with test coverage, bug fixes requiring test reproduction, or when TDD, test-first, red-green-refactor, testing methodology, or --tdd flag are mentioned. Covers test quality, mutation testing, and both TypeScript and Rust workflows.
2026-01-05
typescript-testing.md
4
1
export
typescript-testing
2
from
"mbailey/claude"
from
"mbailey/claude"
3
Configure and troubleshoot TypeScript testing with NX and Vite. Use this skill when working with test configuration, coverage reporting, or debugging test execution issues in TypeScript projects using NX monorepo structure with Vite/Vitest test runner.
2026-01-05
scenario-testing.md
4
1
export
scenario-testing
2
from
"outfitter-dev/agents"
from
"outfitter-dev/agents"
3
End-to-end scenario testing without mocks, using real dependencies. Test scripts go in .scratch/ (gitignored), patterns documented in scenarios.jsonl (committed). Truth hierarchy - scenarios > unit tests > mocks. Use when validating features end-to-end, testing integrations, writing proof programs, or when scenario-test, e2e-test, integration-test, no-mocks, or --scenario are mentioned.
2026-01-05
openshift-popeye-analysis.md
4
1
export
openshift-popeye-analysis
2
from
"kcns008/cluster-code"
from
"kcns008/cluster-code"
3
OpenShift-specific cluster health analysis and troubleshooting based on Popeye's issue detection patterns. Use this skill when:(1) Analyzing OpenShift cluster operators and platform health(2) Troubleshooting Security Context Constraints (SCC) violations(3) Diagnosing BuildConfig, ImageStream, and Route issues(4) Analyzing Projects, Quotas, and resource management(5) Validating OpenShift-specific security configurations(6) Monitoring OpenShift networking (Routes, Routers, OVNKubernetes)(7) OpenShift performance and reliability analysis(8) ARO/ROSA managed service troubleshooting(9) OpenShift CI/CD pipeline issues (Builds, Deployments)(10) Operator Lifecycle Manager and Operator issues
2026-01-05
api-design-patterns.md
4
1
export
api-design-patterns
2
from
"benshapyro/cadre-devkit-claude"
from
"benshapyro/cadre-devkit-claude"
3
Provides REST and GraphQL API design patterns for Node.js, Flask, and FastAPI. Use when designing endpoints, request/response structures, API architecture, pagination, authentication, rate limiting, or when working in /api/ or /routes/ directories.
2026-01-05
test-generation.md
4
1
export
test-generation
2
from
"NickCrew/claude-cortex"
from
"NickCrew/claude-cortex"
3
Use when generating tests for new or existing code to improve coverage - provides a structured workflow for analyzing code, creating tests, and validating coverage goals.
2026-01-05
repo-cleanup.md
4
1
export
repo-cleanup
2
from
"NickCrew/claude-cortex"
from
"NickCrew/claude-cortex"
3
Use when a repository needs cleanup of dead code, build artifacts, unused dependencies, outdated docs, or stale tests - provides safe cleanup workflows, validation steps, and reporting templates for code, deps, docs, tests, and sprint archives.
2026-01-05
k8s-gitops.md
4
1
export
k8s-gitops
2
from
"kcns008/cluster-code"
from
"kcns008/cluster-code"
3
GitOps workflows and CI/CD pipeline integration for Kubernetes and OpenShift. Use this skill when:(1) Setting up ArgoCD or Flux for GitOps deployment(2) Creating CI/CD pipelines for K8s workloads (GitHub Actions, GitLab CI, Tekton)(3) Implementing progressive delivery (Canary, Blue-Green, A/B testing)(4) Configuring Kustomize overlays for multi-environment deployments(5) Creating Helm charts or managing Helm releases(6) Setting up image automation and promotion workflows(7) Implementing policy-as-code (Kyverno, OPA Gatekeeper)(8) Secret management in GitOps (Sealed Secrets, External Secrets, SOPS)(9) Multi-cluster GitOps configurations(10) OpenShift Pipelines (Tekton) and GitOps Operator setup
2026-01-05
plan-writing-gherkin-criteria.md
4
1
export
plan-writing-gherkin-criteria
2
from
"wahidyankf/open-sharia-enterprise"
from
"wahidyankf/open-sharia-enterprise"
3
Guide for writing Gherkin acceptance criteria using Given-When-Then syntax for testable requirements. Covers scenario structure, background blocks, scenario outlines with examples tables, common patterns for authentication/CRUD/validation/error handling, and best practices for clear testable specifications. Essential for writing user stories and plan acceptance criteria
2026-01-05
event-scraper.md
4
1
export
event-scraper
2
from
"MattB543/asheville-event-feed"
from
"MattB543/asheville-event-feed"
3
Create new event scraping scripts for websites. Use when adding a new event source to the Asheville Event Feed. ALWAYS start by detecting the CMS/platform and trying known API endpoints first. Browser scraping is NOT supported (Vercel limitation). Handles API-based, HTML/JSON-LD, and hybrid patterns with comprehensive testing workflows.
2026-01-05