Browse Skills
44895 skills found
api-authentication.md
9
1
export
api-authentication
2
from
"secondsky/claude-skills"
from
"secondsky/claude-skills"
3
Secure API authentication with JWT, OAuth 2.0, API keys. Use for authentication systems, third-party integrations, service-to-service communication, or encountering token management, security headers, auth flow errors.
2026-01-05
workflow-schema-composer.md
9
1
export
workflow-schema-composer
2
from
"memorysaver/looplia-core"
from
"memorysaver/looplia-core"
3
This skill should be used when the user wants to create a new looplia workflow, generate
a workflow definition file, or compose workflow steps from skill recommendations. Use when
someone says "create a looplia workflow", "generate workflow.md", "compose workflow steps",
"build me an automation pipeline", or "/build" (final step).
Final step in looplia workflow building: transforms skill recommendations into valid v0.7.0
workflow YAML/Markdown files. Each step uses skill: + mission: syntax, following the one
workflow step → one skill-executor → multiple skills architecture.
v0.7.0: Generates explicit `skills:` declaration for selective plugin loading.
v0.6.3: Supports input-less workflows using input-less capable skills (e.g., search).
2026-01-22
nette-forms.md
9
1
export
nette-forms
2
from
"nette/claude-code"
from
"nette/claude-code"
3
Invoke before creating or modifying Nette Forms. Provides form controls, validation, rendering patterns.
2026-01-18
api-testing.md
9
1
export
api-testing
2
from
"secondsky/claude-skills"
from
"secondsky/claude-skills"
3
HTTP API testing for TypeScript (Supertest) and Python (httpx, pytest). Test REST APIs, GraphQL, request/response validation, authentication, and error handling.
2026-01-05
implement-phases.md
9
1
export
implement-phases
2
from
"charlesjones-dev/claude-code-plugins-dev"
from
"charlesjones-dev/claude-code-plugins-dev"
3
Use when implementing phases from a plan document, executing phased implementations, orchestrating sub-agents for phase work, or when /workflow-implement-phases command is invoked. Provides dependency analysis and parallel/sequential execution strategies.
2026-01-22
code-analyzer.md
9
1
export
code-analyzer
2
from
"dexhorthy/kustomark-ralph-bash"
from
"dexhorthy/kustomark-ralph-bash"
3
Analyzes code for quality and best practices
2026-01-20
nette-database.md
9
1
export
nette-database
2
from
"nette/claude-code"
from
"nette/claude-code"
3
Invoke before writing database queries or working with Selection API, ActiveRow in Nette.
2026-01-18
cfn-promotion.md
9
1
export
cfn-promotion
2
from
"masharratt/claude-flow-novice"
from
"masharratt/claude-flow-novice"
3
Skill Promotion Workflow - Atomic promotion from staging to production
2026-01-15
api-pagination.md
9
1
export
api-pagination
2
from
"secondsky/claude-skills"
from
"secondsky/claude-skills"
3
Implements efficient API pagination using offset, cursor, and keyset strategies for large datasets. Use when building paginated endpoints, implementing infinite scroll, or optimizing database queries for collections.
2026-01-05
Unnamed Skill.md
9
1
export
Unnamed Skill
2
from
"Harryoung/efka"
from
"Harryoung/efka"
3
为大文件生成目录概要。当入库的 Markdown 文件超过阈值(默认30KB)时,提取标题结构创建导航文件。触发条件:Markdown 文件大小 >= 30KB。
2026-01-22
better-auth.md
9
1
export
better-auth
2
from
"secondsky/claude-skills"
from
"secondsky/claude-skills"
3
Skill for integrating Better Auth - comprehensive TypeScript authentication framework for Cloudflare D1, Next.js, Nuxt, and 15+ frameworks. Use when adding auth, encountering D1 adapter errors, or implementing OAuth/2FA/RBAC features.
2026-01-05
mobile-app-testing.md
9
1
export
mobile-app-testing
2
from
"secondsky/claude-skills"
from
"secondsky/claude-skills"
3
Mobile app testing with unit tests, UI automation, performance testing. Use for test infrastructure, E2E tests, testing standards, or encountering test framework setup, device farms, flaky tests, platform-specific test errors.
2026-01-05
workers-multi-lang.md
9
1
export
workers-multi-lang
2
from
"secondsky/claude-skills"
from
"secondsky/claude-skills"
3
Multi-language Workers development with Rust, Python, and WebAssembly. Use when building Workers in languages other than JavaScript/TypeScript, or when integrating WASM modules for performance-critical code.
2026-01-05
api-design-principles.md
9
1
export
api-design-principles
2
from
"secondsky/claude-skills"
from
"secondsky/claude-skills"
3
Master REST and GraphQL API design principles to build intuitive, scalable, and maintainable APIs that delight developers. Use when designing new APIs, reviewing API specifications, or establishing API design standards.
2026-01-05
Unnamed Skill.md
9
1
export
Unnamed Skill
2
from
"secondsky/claude-skills"
from
"secondsky/claude-skills"
3
OpenAI Agents SDK for JavaScript/TypeScript (text + voice agents). Use for multi-agent workflows, tools, guardrails, or encountering Zod errors, MCP failures, infinite loops, tool call issues.
2026-01-05
architecture-patterns.md
9
1
export
architecture-patterns
2
from
"secondsky/claude-skills"
from
"secondsky/claude-skills"
3
Implement proven backend architecture patterns including Clean Architecture, Hexagonal Architecture, and Domain-Driven Design. Use when architecting complex backend systems or refactoring existing applications for better maintainability.
2026-01-05
vulnerability-scanning.md
9
1
export
vulnerability-scanning
2
from
"secondsky/claude-skills"
from
"secondsky/claude-skills"
3
Automated security scanning for dependencies, code, containers with Trivy, Snyk, npm audit. Use for CI/CD security gates, pre-deployment audits, compliance requirements, or encountering CVE detection, outdated packages, license compliance, SBOM generation errors.
2026-01-05
sveltia-cms.md
9
1
export
sveltia-cms
2
from
"secondsky/claude-skills"
from
"secondsky/claude-skills"
3
Sveltia CMS Git-backed content management (Decap/Netlify CMS successor). 5x smaller bundle (300 KB), GraphQL performance, solves 260+ issues. Use for static sites (Hugo, Jekyll, 11ty, Gatsby, Astro, Next.js), blogs, docs, i18n, or encountering OAuth errors, TOML/YAML issues, CORS problems, content listing errors.
2026-01-05
database-schema-design.md
9
1
export
database-schema-design
2
from
"secondsky/claude-skills"
from
"secondsky/claude-skills"
3
Database schema design for PostgreSQL/MySQL with normalization, relationships, constraints. Use for new databases, schema reviews, migrations, or encountering missing PKs/FKs, wrong data types, premature denormalization, EAV anti-pattern.
2026-01-05
Bun Hot Reloading.md
9
1
export
Bun Hot Reloading
2
from
"secondsky/claude-skills"
from
"secondsky/claude-skills"
3
Use when implementing hot reloading with Bun (--hot, --watch), HMR, or automatic code reloading during development. Covers watch mode, hot mode, and HTTP server reload.
2026-01-05
langchain-agents.md
9
1
export
langchain-agents
2
from
"LangConfig/langconfig"
from
"LangConfig/langconfig"
3
Expert guidance for building LangChain agents with proper tool binding, memory, and configuration. Use when creating agents, configuring models, or setting up tool integrations in LangConfig.
2026-01-12
testing-patterns.md
9
1
export
testing-patterns
2
from
"LetPeopleWork/Lighthouse"
from
"LetPeopleWork/Lighthouse"
3
TDD workflow and test strategy patterns including test pyramid, coverage strategies, mocking approaches, and anti-patterns. Load when writing tests, designing test strategies, or reviewing test coverage.
2026-01-22
Bun Test Mocking.md
9
1
export
Bun Test Mocking
2
from
"secondsky/claude-skills"
from
"secondsky/claude-skills"
3
Use for mock functions in Bun tests, spyOn, mock.module, implementations, and test doubles.
2026-01-05
content-documenter.md
9
1
export
content-documenter
2
from
"memorysaver/looplia-core"
from
"memorysaver/looplia-core"
3
Generate structured ContentSummary JSON from analyzed content.
Use after media-reviewer to produce final output with all 16 fields.
2026-01-22