Browse Skills
6825 skills found
technical-specification.md
9
1
export
technical-specification
2
from
"secondsky/claude-skills"
from
"secondsky/claude-skills"
3
Creates detailed technical specifications for software projects covering requirements, architecture, APIs, and testing strategies. Use when planning features, documenting system design, or creating architecture decision records.
2026-01-05
Unnamed Skill.md
9
1
export
Unnamed Skill
2
from
"secondsky/claude-skills"
from
"secondsky/claude-skills"
3
Firecrawl v2.5 API for web scraping/crawling to LLM-ready markdown. Use for site extraction, dynamic content, or encountering JavaScript rendering, bot detection, content loading errors.
2026-01-05
documentation.md
9
1
export
documentation
2
from
"LangConfig/langconfig"
from
"LangConfig/langconfig"
3
Expert guidance for writing clear, comprehensive documentation including READMEs, API docs, docstrings, and technical guides. Use when creating or improving documentation.
2026-01-12
import-to-ontology.md
9
1
export
import-to-ontology
2
from
"pacphi/sindri"
from
"pacphi/sindri"
3
Intelligently parse and move content from source markdown files to appropriate ontology locations with validation, enrichment, and web content integration
2026-01-21
architecture.md
9
1
export
architecture
2
from
"mcouthon/agents"
from
"mcouthon/agents"
3
Use when asked to document architecture, understand system structure, create diagrams, or analyze component relationships. Focuses on interfaces and high-level design. Triggers on: "use architecture mode", "architecture", "system design", "how is this structured", "document the system", "create a diagram", "high-level overview", "component diagram". Read-only mode for analysis, can create documentation files.
2026-01-05
api-reference-documentation.md
9
1
export
api-reference-documentation
2
from
"secondsky/claude-skills"
from
"secondsky/claude-skills"
3
Creates professional API documentation using OpenAPI specifications with endpoints, authentication, and interactive examples. Use when documenting REST APIs, creating SDK references, or building developer portals.
2026-01-05
seo-optimizer.md
9
1
export
seo-optimizer
2
from
"secondsky/claude-skills"
from
"secondsky/claude-skills"
3
SEO optimization with keyword analysis, readability assessment, technical validation, content quality. Use for search rankings, blog posts, content audits, or encountering keyword density, readability scores, meta tags, schema markup errors.
2026-01-05
commit-messages.md
9
1
export
commit-messages
2
from
"nette/claude-code"
from
"nette/claude-code"
3
Invoke BEFORE committing changes
2026-01-18
python-style.md
9
1
export
python-style
2
from
"hoelzro/dotfiles"
from
"hoelzro/dotfiles"
3
Python coding conventions and best practices. Use when writing, reviewing, or refactoring Python code, or when working with Python scripts and projects.
2026-01-20
php-doc.md
9
1
export
php-doc
2
from
"nette/claude-code"
from
"nette/claude-code"
3
Invoke BEFORE writing phpDoc.
2026-01-18
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
Unnamed Skill.md
9
1
export
Unnamed Skill
2
from
"secondsky/claude-skills"
from
"secondsky/claude-skills"
3
Content Collections TypeScript-first build tool for Markdown/MDX content. Use for blogs, docs, content sites with Vite + React, MDX components, type-safe Zod schemas, Contentlayer migration, or encountering TypeScript import errors, path alias issues, collection validation errors.
2026-01-05
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
google-apps-script.md
9
1
export
google-apps-script
2
from
"henkisdabro/wookstar-claude-code-plugins"
from
"henkisdabro/wookstar-claude-code-plugins"
3
Comprehensive guide for Google Apps Script development covering all built-in services (SpreadsheetApp, DocumentApp, GmailApp, DriveApp, CalendarApp, FormApp, SlidesApp), triggers, authorization, error handling, and performance optimization. Use when automating Google Sheets operations, creating Google Docs, managing Gmail/email, working with Google Drive files, automating Calendar events, implementing triggers (time-based, event-based), building custom functions, creating add-ons, handling OAuth scopes, optimizing Apps Script performance, working with UrlFetchApp for API calls, using PropertiesService for persistent storage, or implementing CacheService for temporary data. Covers batch operations, error recovery, and JavaScript ES6+ runtime.
2026-01-05
Unnamed Skill.md
9
1
export
Unnamed Skill
2
from
"secondsky/claude-skills"
from
"secondsky/claude-skills"
3
Nuxt Content v3 Git-based CMS for Markdown/MDC content sites. Use for blogs, docs, content-driven apps with type-safe queries, schema validation (Zod/Valibot), full-text search, navigation utilities. Supports Nuxt Studio production editing, Cloudflare D1/Pages deployment, Vercel deployment, SQL storage, MDC components, content collections.
2026-01-05
seer.md
9
1
export
seer
2
from
"ajobi-uhc/seer"
from
"ajobi-uhc/seer"
3
Set up GPU sandboxes for interpretability research. Use when writing setup.py scripts with Sandbox, SandboxConfig, ModelConfig, or create_notebook_session. Provides the exact API for Modal GPU environments - MUST read before writing any sandbox setup code.
2026-01-21
react-hooks-best-practices.md
9
1
export
react-hooks-best-practices
2
from
"berlysia/dotfiles"
from
"berlysia/dotfiles"
3
This skill should be used when the user asks to "review React hooks", "check useEffect usage", "optimize hooks performance", "design custom hooks", "refactor to use hooks", "remove unnecessary useEffect", "simplify useMemo usage", or discusses React hooks patterns. Provides guidance on writing minimal, effective React hooks code.
2026-01-05
swift-best-practices.md
9
1
export
swift-best-practices
2
from
"secondsky/claude-skills"
from
"secondsky/claude-skills"
3
This skill should be used when writing or reviewing Swift code for iOS or macOS projects. Apply modern Swift 6+ best practices, concurrency patterns, API design guidelines, and migration strategies. Covers async/await, actors, MainActor, Sendable, typed throws, and Swift 6 breaking changes.
Keywords: concurrency, async-await, actors, Sendable, typed-throws, Swift-6, migration, data-races, MainActor, nonisolated, isolated, iOS, macOS, SwiftUI, Combine, Swift-concurrency, actor-isolation, strict-concurrency, Swift-migration, modern-Swift, Swift-evolution, code-review, Swift-patterns, Apple-platforms, Xcode, iOS-development, macOS-development
2026-01-05
Unnamed Skill.md
9
1
export
Unnamed Skill
2
from
"secondsky/claude-skills"
from
"secondsky/claude-skills"
3
Generate planning docs (IMPLEMENTATION_PHASES.md, DATABASE_SCHEMA.md, API_ENDPOINTS.md, ARCHITECTURE.md) for web projects. Use for new projects, major features, or phased development with Cloudflare Workers + Vite + React.
2026-01-05
python-testing.md
9
1
export
python-testing
2
from
"LangConfig/langconfig"
from
"LangConfig/langconfig"
3
Expert guidance for writing Python tests with pytest and unittest. Use when writing tests, debugging test failures, or improving test coverage for Python projects.
2026-01-12
writing-enhancer.md
9
1
export
writing-enhancer
2
from
"memorysaver/looplia-core"
from
"memorysaver/looplia-core"
3
Rephrase or completely rewrite content matching user's preferred tone, voice, and style.
2026-01-05
phase-cleanup.md
8
1
export
phase-cleanup
2
from
"mvillmow/ProjectOdyssey"
from
"mvillmow/ProjectOdyssey"
3
Refactor and finalize code after parallel phases complete, addressing technical debt. Use in cleanup phase to polish code before merge.
2026-01-16
threads-api.md
8
1
export
threads-api
2
from
"rawveg/skillsforge-marketplace"
from
"rawveg/skillsforge-marketplace"
3
Threads API Documentation
2026-01-19
project-planner.md
8
1
export
project-planner
2
from
"cncorp/arsenal"
from
"cncorp/arsenal"
3
Use this skill when the user wants to plan a new project or feature implementation. This skill helps gather requirements through an iterative question-and-answer process, tracking decisions in a markdown file until a comprehensive specification is ready.
2026-01-05