Browse Skills
6825 skills found
component-docs.md
0
1
export
component-docs
2
from
"dylantarre/design-system-skills"
from
"dylantarre/design-system-skills"
3
Generates component API documentation with props tables, usage examples, and guidelines. Use when documenting component libraries, creating API references, or building component documentation for designers and developers.
2026-01-05
coding-comments.md
0
1
export
coding-comments
2
from
"loklaan/dotfiles"
from
"loklaan/dotfiles"
3
My personal best practices for writing clear and effective code comments.
2026-01-05
receiving-code-review.md
0
1
export
receiving-code-review
2
from
"hmps/agent-tools"
from
"hmps/agent-tools"
3
Use when receiving code review feedback, before implementing suggestions, especially if feedback seems unclear or technically questionable - requires technical rigor and verification, not performative agreement or blind implementation
2026-01-05
writing-flashcards-from-docs.md
0
1
export
writing-flashcards-from-docs
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Use when turning a documentation link or article into spaced-repetition flashcards - fetches and extracts core ideas, compares against existing cards/notes, right-sizes output by source density and existing coverage, updates only incorrect/outdated cards, and creates missing cards with strict citation, slug, and tag rules
2026-01-05
architecture-documenter.md
0
1
export
architecture-documenter
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Maintain and update architecture documentation in docs/architecture/. Uses tool-based inspection first, falling back to CLI only when needed.
2026-01-05
obsidian-notes.md
0
1
export
obsidian-notes
2
from
"gajewsky/dotfiles"
from
"gajewsky/dotfiles"
3
Use when saving notes to Obsidian vault, creating documentation, capturing knowledge, or logging any information. This skill determines the correct PARA location and applies the appropriate template from the vault.
2026-01-05
docs-manager.md
0
1
export
docs-manager
2
from
"gaurangrshah/gsc-plugins"
from
"gaurangrshah/gsc-plugins"
3
Maintain living documentation with single source of truth approach, journal reconciliation, and worklog.db integration
2026-01-05
project-init.md
0
1
export
project-init
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Use this skill when starting a new project or adding SynthesisFlow to an existing project. Scaffolds the directory structure (docs/specs, docs/changes) and configuration files needed for the spec-driven development workflow.
2026-01-05
code-tester.md
0
1
export
code-tester
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
QA engineer and test automation specialist with deep expertise in Flutter testing. Use for designing test strategies, writing unit/widget/integration tests, improving test coverage, and ensuring code reliability.
2026-01-05
zenotika-kolb-immersive.md
0
1
export
zenotika-kolb-immersive
2
from
"Farid-Ze/kolb"
from
"Farid-Ze/kolb"
3
Full-stack immersive 3D landing page development for KOLB Assessment Platform. Combines igloo.inc atmospheric design (Awwwards SOTY 2024) with Citrix Red Bull F1 technical aesthetics. Covers WebGL/Three.js, GLSL shaders, Svelte 5, GSAP animations,and KOLB FastAPI backend integration. Use when building 3D web experiences, scroll animations, custom shaders, psychometric visualizations, or integrating with KOLB API.
2026-01-05
markdown-to-docx.md
0
1
export
markdown-to-docx
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Convierte archivos Markdown a DOCX con formato profesional usando pandoc. Incluye portada con título, tabla de contenidos, cabeceras y estilos corporativos. Usar cuando se necesite generar documentos Word desde Markdown, exportar documentación, o crear informes en formato .docx.
2026-01-05
copywriting.md
0
1
export
copywriting
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Эксперт по копирайтингу. Используй для написания продающих текстов, заголовков, landing pages и conversion copy.
2026-01-05
code-mapper.md
0
1
export
code-mapper
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Create, update, and review code-map and spec documents for features. Use this skill to document code execution flows, trace function calls, and maintain architectural documentation in docs/2-current/.
2026-01-05
task-details.md
0
1
export
task-details
2
from
"Lobbi-Docs/claude"
from
"Lobbi-Docs/claude"
3
Enriches Jira tasks with comprehensive context, requirements analysis, and technical details through intelligent extraction, dependency mapping, and historical analysis
2026-01-05
enrich-citations.md
0
1
export
enrich-citations
2
from
"MacHu-GWU/sanhe-claude-code-plugins"
from
"MacHu-GWU/sanhe-claude-code-plugins"
3
Find and add authoritative source links for all facts, citations, and references in markdown documents
2026-01-05
documentation-skill.md
0
1
export
documentation-skill
2
from
"ApexSigma-Solutions/OmegaKG"
from
"ApexSigma-Solutions/OmegaKG"
3
Generates high-quality documentation for code, including inline comments, function docstrings, and README files. It ensures consistency in tone, format, and detail level.
2026-01-05
scala-conventions-enforcer.md
0
1
export
scala-conventions-enforcer
2
from
"matthew-bram/enterprise-confluent-test-probe"
from
"matthew-bram/enterprise-confluent-test-probe"
3
This skill should be used proactively before writing any Scala code for the first time in a session. It ensures all Scala code adheres to project-specific coding standards, formatting rules, naming conventions, and architectural patterns defined in the comprehensive style guide. Trigger this skill when about to write Scala classes, traits, objects, or modify existing Scala files.
2026-01-05
barqnet-e2e.md
0
1
export
barqnet-e2e
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Orchestrator agent that coordinates all BarqNet specialized agents (backend, integration, client, documentation, audit, testing) to execute complete end-to-end workflows. Plans multi-agent deployments, manages task dependencies, tracks progress across all platforms, and ensures comprehensive completion. Use for complex multi-component tasks, full-stack features, or production deployments.
2026-01-05
oclif-patterns.md
0
1
export
oclif-patterns
2
from
"vanman2024/cli-builder"
from
"vanman2024/cli-builder"
3
Enterprise CLI patterns using oclif framework with TypeScript. Use when building oclif CLIs, creating plugins, implementing commands with flags/args, adding auto-documentation, testing CLI commands, or when user mentions oclif, enterprise CLI, TypeScript CLI, plugin system, or CLI testing.
2026-01-05
sc-repomix-nuget.md
0
1
export
sc-repomix-nuget
2
from
"randlee/synaptic-canvas"
from
"randlee/synaptic-canvas"
3
Generate AI-optimized context for NuGet packages using Repomix. Use when preparing AI docs, API references, or dependency analysis ("nuget context", "repomix nuget").
2026-01-05
technical-seo.md
0
1
export
technical-seo
2
from
"Manuelvillarvieites/energy-company"
from
"Manuelvillarvieites/energy-company"
3
Final SEO audit and technical implementation. Use at the END of a project to verify all pages, implement technical SEO (sitemap.xml, robots.txt, schema), and check for ranking readiness. Triggers on "SEO audit", "final SEO check", "verify SEO", "implement technical SEO".
2026-01-05
commit-helper.md
0
1
export
commit-helper
2
from
"swarm-agent/swarm"
from
"swarm-agent/swarm"
3
Generates clear, conventional commit messages from git diffs. Use when writing commit messages, reviewing staged changes, or when the user asks for help with git commits.
2026-01-05
test-specialist.md
0
1
export
test-specialist
2
from
"twentynineteen/bucket"
from
"twentynineteen/bucket"
3
This skill should be used when writing test cases, fixing bugs, analyzing code for potential issues, or improving test coverage for JavaScript/TypeScript applications. Use this for unit tests, integration tests, end-to-end tests, debugging runtime errors, logic bugs, performance issues, security vulnerabilities, and systematic code analysis.
2026-01-05
polars.md
0
1
export
polars
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Lightning-fast DataFrame library written in Rust for high-performance data manipulation and analysis. Use when user wants blazing fast data transformations, working with large datasets, lazy evaluation pipelines, or needs better performance than pandas. Ideal for ETL, data wrangling, aggregations, joins, and reading/writing CSV, Parquet, JSON files.
2026-01-05