Browse Skills
9063 skills found
agentuity-cli-cloud-secret-list.md
1
1
export
agentuity-cli-cloud-secret-list
2
from
"agentuity/discord-help-agent"
from
"agentuity/discord-help-agent"
3
List all secrets. Requires authentication. Use for Agentuity cloud platform operations
2026-01-05
java-patterns.md
1
1
export
java-patterns
2
from
"Zate/cc-plugins"
from
"Zate/cc-plugins"
3
This skill should be used for Java/Spring patterns, dependency injection, streams, Optional, Kotlin, Spring Boot, Maven, Gradle, JVM backend
2026-01-05
ai-news-daily.md
1
1
export
ai-news-daily
2
from
"feed-mob/agent-skills"
from
"feed-mob/agent-skills"
3
Automatically fetch and summarize the latest AI news, research, and industry developments. Use when users request: (1) Daily AI news updates, (2) Latest AI technology developments, (3) Recent AI research papers or breakthroughs, (4) AI industry trends and market news, (5) Specific AI company announcements, or (6) Automated daily AI briefings. Supports customizable search queries, multi-source aggregation, and formatted output in various styles.
2026-01-05
infra-permission-manager.md
1
1
export
infra-permission-manager
2
from
"fractary/claude-plugins"
from
"fractary/claude-plugins"
3
Manage IAM permissions - grant missing permissions when deployments fail, maintain IAM audit trail,enforce profile separation, scope permissions to environment. Uses discover-deploy profile to grantpermissions, never grants to production without explicit approval.
2026-01-05
neon-vercel-postgres.md
1
1
export
neon-vercel-postgres
2
from
"ovachiever/droid-tings"
from
"ovachiever/droid-tings"
3
Set up serverless Postgres with Neon or Vercel Postgres for Cloudflare Workers/Edge. Includes connection pooling, git-like branching for preview environments, and Drizzle/Prisma integration.Use when: setting up edge Postgres, configuring database branching, or troubleshooting "TCP not supported", connection pool exhausted, SSL config (sslmode=require), or Prisma edge compatibility.
2026-01-05
httpie-api-test.md
1
1
export
httpie-api-test
2
from
"refly-ai/skill-to-workflow"
from
"refly-ai/skill-to-workflow"
3
API 接口测试工作流,使用 HTTPie 作为核心工具。当用户需要测试 API 接口、执行接口调用、生成测试报告、管理接口依赖关系、或在项目中建立标准化的接口测试流程时使用此 skill。适用于 RESTful API 测试、接口联调、回归测试等场景。
2026-01-05
nestjs-patterns.md
1
1
export
nestjs-patterns
2
from
"spjoshis/claude-code-plugins"
from
"spjoshis/claude-code-plugins"
3
Master NestJS framework with modules, controllers, services, dependency injection, guards, interceptors, and microservices patterns for enterprise applications.
2026-01-05
e2e-testing-cypress-playwright.md
1
1
export
e2e-testing-cypress-playwright
2
from
"pluginagentmarketplace/claude-plugin-ecosystem-hub"
from
"pluginagentmarketplace/claude-plugin-ecosystem-hub"
3
Master end-to-end testing with Cypress and Playwright for complete user journey testing.
2026-01-05
prompt-injection.md
1
1
export
prompt-injection
2
from
"pluginagentmarketplace/custom-plugin-prompt-engineering"
from
"pluginagentmarketplace/custom-plugin-prompt-engineering"
3
Prompt injection attack prevention and defense
2026-01-05
pocketbase.md
1
1
export
pocketbase
2
from
"Whamp/whamp-claude-tools"
from
"Whamp/whamp-claude-tools"
3
Comprehensive PocketBase development and deployment skill providing setup guides, schema templates, security patterns, API examples, data management scripts, and real-time integration patterns for building backend services with PocketBase.
2026-01-05
better-auth.md
1
1
export
better-auth
2
from
"ovachiever/droid-tings"
from
"ovachiever/droid-tings"
3
Build authentication systems for TypeScript/Cloudflare Workers with social auth, 2FA, passkeys, organizations, and RBAC. Self-hosted alternative to Clerk/Auth.js.IMPORTANT: Requires Drizzle ORM or Kysely for D1 - no direct D1 adapter. v1.4.0 (Nov 2025) adds stateless sessions, ESM-only (breaking), JWT key rotation, SCIM provisioning. v1.3 adds SSO/SAML, multi-team support.Use when: self-hosting auth on Cloudflare D1, migrating from Clerk, implementing multi-tenant SaaS, or troubleshooting D1 adapter errors, session serialization, OAuth flows, TanStack Start cookie issues, nanostore session invalidation.
2026-01-05
bloc-pattern.md
1
1
export
bloc-pattern
2
from
"spjoshis/claude-code-plugins"
from
"spjoshis/claude-code-plugins"
3
Master BLoC (Business Logic Component) pattern for Flutter with flutter_bloc. Learn events, states, testing, and advanced patterns for scalable apps.
2026-01-05
testing.md
1
1
export
testing
2
from
"pluginagentmarketplace/custom-plugin-typescript"
from
"pluginagentmarketplace/custom-plugin-typescript"
3
TypeScript testing strategies and type-safe test practices
2026-01-05
chatkit-integration.md
1
1
export
chatkit-integration
2
from
"mjunaidca/mjs-agent-skills"
from
"mjunaidca/mjs-agent-skills"
3
Foundation skill for integrating OpenAI ChatKit framework with custom backends. This skill should be used for initial ChatKit setup including server implementation, React component integration, authentication, context injection, and database persistence. For streaming UI patterns use chatkit-streaming. For interactive widgets and actions use chatkit-actions.
2026-01-05
darkit-gin.md
1
1
export
darkit-gin
2
from
"DarkiT/gin"
from
"DarkiT/gin"
3
基于 gin-gonic/gin 的企业级 Web 框架增强版,提供开箱即用的 JWT 认证、SSE 实时通信、缓存管理、OpenAPI 文档生成等企业级功能。涵盖选项式路由配置、统一响应格式、中间件管理、安全加固、性能优化等完整开发能力。
2026-01-05
agentuity-cli-cloud-keyvalue-list-namespaces.md
1
1
export
agentuity-cli-cloud-keyvalue-list-namespaces
2
from
"agentuity/discord-help-agent"
from
"agentuity/discord-help-agent"
3
List all keyvalue namespaces. Requires authentication. Use for Agentuity cloud platform operations
2026-01-05
golang-code-review.md
1
1
export
golang-code-review
2
from
"teetsh-org/claude-skills"
from
"teetsh-org/claude-skills"
3
Comprehensive Go code review skill for PR reviews, architecture assessment, and test quality analysis. Use when reviewing Go code to ensure adherence to Go best practices, security standards, and project-specific patterns. Applies to full PR reviews, single file/function reviews, architecture evaluation, and test code quality checks.
2026-01-05
greedy-selection-algorithm.md
1
1
export
greedy-selection-algorithm
2
from
"skillrecordings/migrate-egghead"
from
"skillrecordings/migrate-egghead"
3
Use when building selection algorithms that must balance multiple diversity/coverage constraints (e.g., selecting test cases, sampling datasets, portfolio optimization). Especially useful when hard co...
2026-01-05
shopifybuild.md
1
1
export
shopifybuild
2
from
"cliztech/clizhydrogens"
from
"cliztech/clizhydrogens"
3
Scaffold Hydrogen 2 store with Tailwind, tests, Lighthouse CI, and axe.
2026-01-05
backend-development.md
1
1
export
backend-development
2
from
"pluginagentmarketplace/custom-plugin-fullstack"
from
"pluginagentmarketplace/custom-plugin-fullstack"
3
Backend development - APIs, authentication, business logic
2026-01-05
testing-strategies.md
1
1
export
testing-strategies
2
from
"Zate/cc-plugins"
from
"Zate/cc-plugins"
3
This skill should be used for test coverage, test pyramid, unit/integration/E2E test design, TDD, BDD, mocking strategies, test doubles, test architecture
2026-01-05
cqrs-event-sourcing.md
1
1
export
cqrs-event-sourcing
2
from
"NickCrew/claude-ctx-plugin"
from
"NickCrew/claude-ctx-plugin"
3
CQRS and Event Sourcing patterns for scalable, auditable systems with separated read/write models. Use when building audit-required systems, implementing temporal queries, or designing high-scale applications with complex domain logic.
2026-01-05
fullstack-security.md
1
1
export
fullstack-security
2
from
"pluginagentmarketplace/custom-plugin-fullstack"
from
"pluginagentmarketplace/custom-plugin-fullstack"
3
Security and performance - hardening, optimization, auditing
2026-01-05
debug-workflow.md
1
1
export
debug-workflow
2
from
"bash0C7/picotorokko"
from
"bash0C7/picotorokko"
3
Guides developers through scenario test debugging using Ruby debug gem step execution. Provides interactive debugging patterns and test helper context.
2026-01-05