Browse Skills

6825 skills found

ln-130-tasks-docs-creator.md
13
1 export ln-130-tasks-docs-creator
2 levnikolaevich from "levnikolaevich/claude-code-skills"
3 Creates task management documentation (docs/tasks/README.md + kanban_board.md). L2 Worker in ln-100-documents-pipeline. Sets up Linear integration and task tracking rules.
2026-01-21
test-driven-development.md
13
1 export test-driven-development
2 withzombies from "withzombies/hyperpowers"
3 Use when implementing features or fixing bugs - enforces RED-GREEN-REFACTOR cycle requiring tests to fail before writing code
2026-01-21
pr-screenshot-docs.md
13
1 export pr-screenshot-docs
2 majesticlabs-dev from "majesticlabs-dev/majestic-marketplace"
3 Capture and document UI changes with before/after screenshots for pull requests. Use when creating PRs that include visual changes to ensure reviewers can assess design modifications.
2026-01-22
dhh-coder.md
13
1 export dhh-coder
2 majesticlabs-dev from "majesticlabs-dev/majestic-marketplace"
3 Write Ruby and Rails code in DHH's distinctive 37signals style. Use this skill when writing Ruby code, Rails applications, creating models, controllers, or any Ruby file. Triggers on Ruby/Rails code generation, refactoring requests, or when the user mentions DHH, 37signals, Basecamp, HEY, Fizzy, or Campfire style.
2026-01-22
query-optimize.md
13
1 export query-optimize
2 letta-ai from "letta-ai/skills"
3 Guidance for SQL query optimization tasks. This skill should be used when optimizing slow SQL queries, improving database performance, or rewriting queries to be more efficient. Covers query plan analysis, benchmarking strategies, and database-specific optimization techniques.
2026-01-21
doc-lookup.md
13
1 export doc-lookup
2 sorryhyun from "sorryhyun/DiPeO"
3 Locate and retrieve specific documentation sections from DiPeO's docs/ by heading anchors or keywords. Returns minimal, targeted excerpts instead of full files. Use when you need precise documentation context without loading entire guides.
2026-01-05
ln-120-reference-docs-creator.md
13
1 export ln-120-reference-docs-creator
2 levnikolaevich from "levnikolaevich/claude-code-skills"
3 Creates reference documentation structure + smart documents (ADRs/Guides/Manuals) based on TECH_STACK. Only creates justified documents (nontrivial technology choices). L2 Worker in ln-100-documents-pipeline.
2026-01-21
digitalocean-coder.md
13
1 export digitalocean-coder
2 majesticlabs-dev from "majesticlabs-dev/majestic-marketplace"
3 This skill guides writing DigitalOcean infrastructure with OpenTofu/Terraform. Use when provisioning Droplets, VPCs, Managed Databases, Firewalls, or other DO resources.
2026-01-22
ln-140-test-docs-creator.md
13
1 export ln-140-test-docs-creator
2 levnikolaevich from "levnikolaevich/claude-code-skills"
3 Creates test documentation (testing-strategy.md + tests/README.md). Establishes testing philosophy and Story-Level Test Task Pattern. L2 Worker in ln-100-documents-pipeline workflow.
2026-01-21
ln-160-docs-auditor.md
13
1 export ln-160-docs-auditor
2 levnikolaevich from "levnikolaevich/claude-code-skills"
3 Audit project documentation quality across 6 categories (Hierarchy, SSOT, Compactness, Requirements, Actuality, Legacy). Use when documentation needs quality review, after major doc updates, or as part of ln-100-documents-pipeline. Outputs Compliance Score X/10 per category + Findings + Recommended Actions.
2026-01-21
dipeo-frontend-dev.md
13
1 export dipeo-frontend-dev
2 sorryhyun from "sorryhyun/DiPeO"
3 Router skill for DiPeO frontend (React, visual editor, GraphQL integration, TypeScript types). Use when task mentions React components, diagram editor, GraphQL hooks, or type errors. For simple tasks, handle directly; for complex work, escalate to dipeo-frontend-dev agent.
2026-01-05
write-compressor.md
13
1 export write-compressor
2 letta-ai from "letta-ai/skills"
3 This skill provides guidance for implementing custom compression encoders that must be compatible with existing decoders (especially arithmetic coding). It should be used when the task requires writing a compressor/encoder that produces output compatible with a given decompressor/decoder, or when implementing arithmetic coding or similar bit-level compression schemes.
2026-01-21
docs-sync.md
13
1 export docs-sync
2 sunholo-data from "sunholo-data/ailang"
3 Sync AILANG documentation website with codebase reality. Use after releases, when features are implemented, or when website accuracy is questioned. Checks design docs vs website, validates examples, updates feature status.
2026-01-21
GitHub Issue Triage.md
13
1 export GitHub Issue Triage
2 sunholo-data from "sunholo-data/ailang"
3 Monitor and triage GitHub issues against design docs and implementation status. Use when user asks to "check issues", "triage issues", "sync issues", "what issues are open", or wants to ensure issues are up-to-date with development progress.
2026-01-21
learning-path-builder.md
12
1 export learning-path-builder
2 rysweet from "rysweet/MicrosoftHackathon2025-AgenticCoding"
3 Creates personalized learning paths for technologies, frameworks, or concepts. Use for user-interactive session only for onboarding new technologies, hackathon skill-building, or personal development planning. Not for use in automated development or investigation. Sequences resources (docs, tutorials, exercises) based on current skill level and learning goals. Adapts to learning style: hands-on, theory-first, project-based.
2026-01-05
legacy-modernizer.md
12
1 export legacy-modernizer
2 Jeffallan from "Jeffallan/claude-skills"
3 Use when modernizing legacy systems, implementing incremental migration strategies, or reducing technical debt. Invoke for strangler fig pattern, monolith decomposition, framework upgrades.
2026-01-05
api-designer.md
12
1 export api-designer
2 Jeffallan from "Jeffallan/claude-skills"
3 Use when designing REST or GraphQL APIs, creating OpenAPI specifications, or planning API architecture. Invoke for resource modeling, versioning strategies, pagination patterns, error handling standards.
2026-01-05
documentation-writing.md
12
1 export documentation-writing
2 rysweet from "rysweet/MicrosoftHackathon2025-AgenticCoding"
3 Writing clear, discoverable software documentation following the Eight Rules and Diataxis framework. Use when creating README files, API docs, tutorials, how-to guides, or any project documentation. Automatically enforces docs/ location, linking requirements, and runnable examples.
2026-01-05
playwright-expert.md
12
1 export playwright-expert
2 Jeffallan from "Jeffallan/claude-skills"
3 Use when writing E2E tests with Playwright, setting up test infrastructure, or debugging flaky browser tests. Invoke for browser automation, E2E tests, Page Object Model, test flakiness, visual testing.
2026-01-05
Unnamed Skill.md
12
1 export Unnamed Skill
2 applied-artificial-intelligence from "applied-artificial-intelligence/claude-code-toolkit"
3 SQL query optimization patterns including EXPLAIN plan analysis, index strategies, query rewriting, and N+1 query prevention. Use when optimizing slow database queries, analyzing query performance, designing indexes, or debugging database bottlenecks. Works with PostgreSQL, MySQL, SQLite, and other SQL databases. Typical improvements: 10x-1000x query speedup.
2026-01-05
rust.md
12
1 export rust
2 gakonst from "gakonst/dotfiles"
3 Use when developing Rust projects in the tempoxyz org—standardizes fmt/clippy/nextest, sccache+mold, feature-powerset checks, MSRV builds, docsrs flags, and xtask patterns so local and CI behavior match.
2026-01-05
technical-writer.md
12
1 export technical-writer
2 finos from "finos/morphir-dotnet"
3 Expert communication craftsperson for morphir-dotnet. Master of Hugo/Docsy, Mermaid/PlantUML diagrams, and technical writing. Use when user asks to create documentation, update docs, write tutorials, create diagrams, fix Hugo issues, customize Docsy, validate examples, check links, enforce style guide, or solve communication challenges. Triggers include "document", "docs", "README", "tutorial", "example", "API docs", "style guide", "link check", "hugo", "docsy", "diagram", "mermaid", "plantuml", "visual", "navigation".
2026-01-05
atlassian-mcp.md
12
1 export atlassian-mcp
2 Jeffallan from "Jeffallan/claude-skills"
3 Use when querying Jira issues, searching Confluence pages, creating tickets, updating documentation, or integrating Atlassian tools via MCP protocol.
2026-01-05
test-master.md
12
1 export test-master
2 Jeffallan from "Jeffallan/claude-skills"
3 Use when writing tests, creating test strategies, or building automation frameworks. Invoke for unit tests, integration tests, E2E, coverage analysis, performance testing, security testing.
2026-01-05