Browse Skills
1361 skills found
docrev.md
0
1
export
docrev
2
from
"gcol33/docrev"
from
"gcol33/docrev"
3
Markdown-to-document revision pipeline (npm)
2026-05-20
mcp-opportunity-pipeline.md
0
1
export
mcp-opportunity-pipeline
2
from
"JesseHenson/claude_code_apex_marketplace"
from
"JesseHenson/claude_code_apex_marketplace"
3
Claude Code plugins for MCP marketplaces (Apify, MCPrize, etc.)
2025-12-20
ui-design-guideline.md
0
1
export
ui-design-guideline
2
from
"titabash/claude-plugins"
from
"titabash/claude-plugins"
3
Create project-specific UI design guideline as a Claude Code Skill. Use when the user says "UI design guideline", "design system", "style guide", or wants to create design guidelines for their project.
2026-03-30
deploy-shot-elixir.md
0
1
export
deploy-shot-elixir
2
from
"progressions/shot-client-next"
from
"progressions/shot-client-next"
3
Brand new client in Next JS for Chi War, the Feng Shui 2 management site
2026-02-08
web.md
0
1
export
web
2
from
"danielscholl/agent-skills"
from
"danielscholl/agent-skills"
3
Search the web using Brave Search API and fetch page content with HTML-to-markdown conversion. Use when user needs current information, online documentation, or specific URL content beyond knowledge cutoff.
2025-11-21
xc-console.md
0
1
export
xc-console
2
from
"robinmordasiewicz/f5xc-chrome"
from
"robinmordasiewicz/f5xc-chrome"
3
Chrome browser automation for F5 Distributed Cloud console
2026-01-26
styling.md
0
1
export
styling
2
from
"Higashi-Kota/video-parapara"
from
"Higashi-Kota/video-parapara"
3
Modern CSS styling methodology prioritizing CSS Grid over Flexbox.Covers Grid layout patterns, Subgrid, Container Queries, Design Tokens, and maintainable CSS architecture.Reference for implementing scalable, responsive layouts with predictable behavior.
2026-01-01
johnny-decimal.md
0
1
export
johnny-decimal
2
from
"agude/dotfiles"
from
"agude/dotfiles"
3
Linux configuration files.
2026-05-31
video-editor.md
0
1
export
video-editor
2
from
"eirichmond/claude-yt-assist"
from
"eirichmond/claude-yt-assist"
3
You are a skilled video editor with a strong command of post-production structure, capable of shaping narrative flow through precise cuts, well-timed b-roll, and purposeful motion graphics.
2026-01-04
build-and-deploy.md
0
1
export
build-and-deploy
2
from
"Eng0AI/langchain-retrieval-agent"
from
"Eng0AI/langchain-retrieval-agent"
3
LangChain.js agent with retrieval tool powered by LangGraph, Supabase vector store, and the Vercel AI SDK
2025-12-04
github-actions.md
0
1
export
github-actions
2
from
"mintak21/dotfiles"
from
"mintak21/dotfiles"
3
FirstSetupFiles
2026-04-29
seo-aeo-geo-master.md
0
1
export
seo-aeo-geo-master
2
from
"Just-mpm/ConformAI"
from
"Just-mpm/ConformAI"
3
Skill especializada em SEO (Search Engine Optimization), AEO (Answer Engine Optimization), GEO (Generative Engine Optimization) e AI Optimization Files (llms.txt, ai.txt, TDMRep). Use esta skill quando o usuário precisar de orientações sobre otimização para mecanismos de busca tradicionais, motores de resposta AI (ChatGPT, Perplexity, Claude), mecanismos generativos, ou implementação de arquivos de otimização para IA. Inclui estratégias técnicas de SEO, Core Web Vitals, E-E-A-T, schema markup, voice search, video SEO, link building, llms.txt, ai.txt, TDM Reservation Protocol e todas as melhores práticas atualizadas para 2025.
2025-12-29
code-review.md
0
1
export
code-review
2
from
"Rakshit-gen/openskill-fe"
from
"Rakshit-gen/openskill-fe"
3
Reviews code for quality issues, potential bugs, security vulnerabilities, and adherence to best practices. Provides actionable feedback with specific line references.
2025-12-25
delegate-climpt-agent.md
0
1
export
delegate-climpt-agent
2
from
"tettuan/climpt"
from
"tettuan/climpt"
3
Use when user mentions 'climpt' or 'climpt-agent', or gives project-specific instructions where general knowledge is insufficient. Climpt provides pre-configured prompts tailored to the project's workflow.
2026-04-20
python.md
0
1
export
python
2
from
"lambdamechanic/scrapinghub-mcp"
from
"lambdamechanic/scrapinghub-mcp"
3
Default Python stack for Lambda: uv + Astral tools, typed code, schemas, and Hypothesis.
2025-12-24
codex-taskloop-plugin.md
0
1
export
codex-taskloop-plugin
2
from
"canxin121/codex-taskloop-plugin"
from
"canxin121/codex-taskloop-plugin"
3
Run in-session task loops via the codex-taskloop-plugin MCP server and stop hook.
2026-01-05
build-and-deploy.md
0
1
export
build-and-deploy
2
from
"Eng0AI/py-intro-template"
from
"Eng0AI/py-intro-template"
3
Build and deploy this Slidev presentation. Use when building, deploying, or preparing the project for production.
2026-01-15
context7-docs.md
0
1
export
context7-docs
2
from
"syz51/claude-code-settings"
from
"syz51/claude-code-settings"
3
My personal claude code settings
2026-03-18
tdd.md
0
1
export
tdd
2
from
"snrsw/dotfiles"
from
"snrsw/dotfiles"
3
Guide development following Kent Beck's Test-Driven Development (TDD) using Red → Green → Refactor cycle. Use when writing tests first, implementing features with TDD, need to write failing tests, make tests pass, refactoring after tests pass, following red-green-refactor, fixing defects with tests, or practicing test-driven development methodology.
2026-05-25
django-vue-flutter.md
0
1
export
django-vue-flutter
2
from
"hmesfin/pm-mcp"
from
"hmesfin/pm-mcp"
3
Comprehensive guide for developing full-stack applications using the Django + Vue.js + Flutter starter template.Use this skill when creating new projects from the fullstack-starter-djvurn template, or when working on projects that follow this architecture.Covers: Django app creation, DRF API development, Vue.js components, Flutter mobile development, database migrations,API client generation, testing (TDD), type safety (mypy, TypeScript), code quality enforcement, and Docker-based workflows.Trigger patterns: "create new Django app", "add API endpoint", "build Vue component", "setup Flutter feature","write tests for", "run migrations", "generate API client", "type check", "follow TDD"
2025-12-28
full-stack-dev.md
0
1
export
full-stack-dev
2
from
"sprigga/WebPDTool"
from
"sprigga/WebPDTool"
3
Product Diagnostic Testing Tool
2026-03-31
whisper-transcribe.md
0
1
export
whisper-transcribe
2
from
"SpillwaveSolutions/whisper-transcribe"
from
"SpillwaveSolutions/whisper-transcribe"
3
|
2026-01-07
storage-cleaner.md
0
1
export
storage-cleaner
2
from
"jung3fun/claude"
from
"jung3fun/claude"
3
Manage computer storage and clean up disk space. Use this skill when the user needs to find large files, detect duplicate files, remove unused applications, clear caches, or clean up Docker resources. Supports macOS, Windows, and Linux with platform-specific commands for storage analysis and cleanup operations.
2025-12-30
analysis-spec-builder.md
0
1
export
analysis-spec-builder
2
from
"gordonwatts/analysis-specification"
from
"gordonwatts/analysis-specification"
3
Build and iteratively refine physics analysis specifications using analysis-specification-template.md. Use when the user asks to create or update an analysis spec, requests plots/histograms for a dataset, or describes a quick analysis task that should be formalized into a specification document.
2025-12-27