Browse Skills
2168 skills found
knowledge-capture.md
0
1
export
knowledge-capture
2
from
"ianpojman/claude-skills"
from
"ianpojman/claude-skills"
3
Personal Claude Code skills for task management, TTS announcements, and Spark optimization
2025-11-20
gp-ui.md
0
1
export
gp-ui
2
from
"thegpvc/gp-ui"
from
"thegpvc/gp-ui"
3
Shared UI components for use by internal applications
2026-02-07
senior-ux-ui-designer.md
0
1
export
senior-ux-ui-designer
2
from
"Druidss/0xLens"
from
"Druidss/0xLens"
3
资深UI/UX设计师技能,基于PRD内容和设计偏好生成设计规范。通过设计调研和用户体验分析,创建精简实用的视觉系统和交互指南。
2025-11-17
skill-markdown-quiz-exporter-tool.md
0
1
export
skill-markdown-quiz-exporter-tool
2
from
"dnvriend/markdown-quiz-exporter-tool"
from
"dnvriend/markdown-quiz-exporter-tool"
3
A CLI tool that exports quiz markdown files to Anki, Flashcard Hero, and interactive HTML
2025-12-31
weaver.md
0
1
export
weaver
2
from
"flashingcursor/skill-creator-plugin"
from
"flashingcursor/skill-creator-plugin"
3
Claude Code plugin containing the skill-creator skill for building custom Skills
2025-11-11
btc-trading-bot.md
0
1
export
btc-trading-bot
2
from
"khopilot/bit-trand"
from
"khopilot/bit-trand"
3
Bitcoin trading simulation with technical analysis (EMA/RSI/Bollinger), Monte Carlo projections, and Telegram alerts. Cambodian market focus (USD/KHR 4050).TRIGGERS: BTC backtesting, indicator calculations, Fear & Greed integration, crypto strategy development, CoinGecko/Alternative.me APIs, portfolio simulation, trailing stop optimization, Sharpe/drawdown metrics.ENTRY POINTS: btc_trader.py (365d backtest), btc_simulation.py (60d Monte Carlo), backtest_runner.py (advanced metrics).
2025-12-29
specfirst.md
0
1
export
specfirst
2
from
"impactaky/ortify"
from
"impactaky/ortify"
3
Wrap module for running trough onnxruntime
2026-01-16
require-why-when-how-docs.md
0
1
export
require-why-when-how-docs
2
from
"gabe-almeida/next-js-my-contractor-now"
from
"gabe-almeida/next-js-my-contractor-now"
3
Require comprehensive WHY/WHEN/HOW documentation for all functions. Apply when writing functions, classes, or complex logic to explain purpose, usage context, and implementation approach.
2026-02-12
skill-concat-glob-tool.md
0
1
export
skill-concat-glob-tool
2
from
"dnvriend/concat-glob-tool"
from
"dnvriend/concat-glob-tool"
3
A CLI tool that concatenates files matching glob patterns with intelligent separators
2025-12-05
faculty-publications.md
0
1
export
faculty-publications
2
from
"szweibel/library-agent"
from
"szweibel/library-agent"
3
AI research assistant for library collection development
2025-11-17
maestro-delegation-advisor.md
0
1
export
maestro-delegation-advisor
2
from
"NehoraiHadad/agent-maestro-cli"
from
"NehoraiHadad/agent-maestro-cli"
3
AgentMaestro CLAUDE plugin-driven CLI orchestrator
2025-11-19
docker-health-build-validation.md
0
1
export
docker-health-build-validation
2
from
"alannreyes/bip2"
from
"alannreyes/bip2"
3
Sistema BIP - Búsqueda Inteligente de Productos usando Embeddings y Qdrant Vector Database
2026-02-02
context-compression.md
0
1
export
context-compression
2
from
"mhintz1980/ptl-lova"
from
"mhintz1980/ptl-lova"
3
Design and evaluate context compression strategies for long-running agent sessions. Use when agents exhaust memory, need to summarize conversation history, or when optimizing tokens-per-task rather than tokens-per-request.
2026-02-18
post-prompt-finetune.md
0
1
export
post-prompt-finetune
2
from
"ernestdolog/npm-shared-package"
from
"ernestdolog/npm-shared-package"
3
How to build a NPM package monorepo and cross stack usable packages?
2025-12-24
packmol.md
0
1
export
packmol
2
from
"Chenghao-Wu/skill_packmol"
from
"Chenghao-Wu/skill_packmol"
3
claude code skill for packmol to generate various coordinate system for particle simulations
2026-01-05
flamework-roblox-ts.md
0
1
export
flamework-roblox-ts
2
from
"StephenSHorton/flamework-template"
from
"StephenSHorton/flamework-template"
3
A flamework template with some modifications
2026-01-23
post-compact.md
0
1
export
post-compact
2
from
"Roger-Parkinson-EHP/dev-experience"
from
"Roger-Parkinson-EHP/dev-experience"
3
Developer tools: WhisperFlow speech-to-text, Claude Code skills, conversation services
2026-01-02
skill-webdesign.md
0
1
export
skill-webdesign
2
from
"raro123/fund-investigator"
from
"raro123/fund-investigator"
3
website project
2026-01-20
frontend-designer.md
0
1
export
frontend-designer
2
from
"hidari/dotfiles"
from
"hidari/dotfiles"
3
dotfiles.
2026-02-08
sym.md
0
1
export
sym
2
from
"WilletJiang/codex-context-kit-skills"
from
"WilletJiang/codex-context-kit-skills"
3
List Python symbols (classes/functions) quickly via AST to discover real identifiers before using `def`/`ctx`.
2025-12-23
finish-es-latam-audiobook.md
0
1
export
finish-es-latam-audiobook
2
from
"smoreg/biLangGen"
from
"smoreg/biLangGen"
3
Финализация аудиокниги ru→es_latam. Проверяет что ВСЕ переводы готовы, генерирует TTS, комбинирует аудио, ищет фоновую картинку, создаёт видео. Использовать ТОЛЬКО после завершения claude-translation-pipeline-es_latam.
2025-12-10
frontend-dev-guidelines.md
0
1
export
frontend-dev-guidelines
2
from
"bcl1713/ChoreQuest"
from
"bcl1713/ChoreQuest"
3
Frontend development guidelines for React/TypeScript with Next.js and Tailwind CSS. Modern patterns including Suspense, lazy loading, file organization with features directory, Tailwind styling, performance optimization, and TypeScript best practices. Use when creating components, pages, features, fetching data, styling, routing, or working with frontend code.
2025-12-10
ramp-vendor-analysis.md
0
1
export
ramp-vendor-analysis
2
from
"ramp-public/mcp-skills"
from
"ramp-public/mcp-skills"
3
Analyzes vendor spend data from Ramp and exports to connected systems. Use when user asks to "analyze vendor spend", "build vendor database", "update managed vendors", "top vendors report", "show vendors over X spend", "vendor spend analysis", "vendor renewals", "contract end dates", or asks about vendor spending patterns, vendor owners, purchase orders, or department-level vendor data.
2025-12-15
skill-creator.md
0
1
export
skill-creator
2
from
"roman-16/.nixos"
from
"roman-16/.nixos"
3
Guide for creating effective skills. Use this skill when users want to create a new skill (or update an existing skill) that extends your capabilities with specialized knowledge, workflows, or tool integrations.
2026-02-25