Browse Skills
22656 skills found
self-evolving-loop.md
0
1
export
self-evolving-loop
2
from
"sihu-dev/forge-labs"
from
"sihu-dev/forge-labs"
3
Claude 4.5 Opus 기반 자가성장 지능형 루프. Effort Parameter, Memory Tool, 병렬 작업 관리에 사용.
2026-01-05
storyteller.md
0
1
export
storyteller
2
from
"rfxlamia/flow"
from
"rfxlamia/flow"
3
Transform abstract/metaphorical narrative into concrete visual story structure.USE WHEN: Converting poetic/theatrical narrative from diverse-content-gen into scene-by-scene visual breakdowns ready for screenwriter formatting.PIPELINE POSITION: diverse-content-gen → **storyteller** → screenwriter → production-validator → imagine → arch-vPRIMARY FUNCTION: Bridge the gap between "altar pribadi" (abstract metaphor) and "woman returns daily to same beach spot" (filmable scene).OUTPUT: Scene breakdown with concrete visual actions, preserved emotional core, and story logic documentation.
2026-01-05
embedding-pipeline.md
0
1
export
embedding-pipeline
2
from
"nadeemsangrasi/humanoid-and-robotic-book"
from
"nadeemsangrasi/humanoid-and-robotic-book"
3
Implement reusable embedding functions using Gemini embedding models via LangChain with proper error handling and batching for sitemap-crawled content.
2026-01-05
ds-tools.md
0
1
export
ds-tools
2
from
"edwinhu/workflows"
from
"edwinhu/workflows"
3
This skill should be used when the user asks "what plugins are available", "list data science tools", "what MCP servers can I use", "enable code intelligence", or needs to discover available plugins like serena, context7, or data access skills like wrds and lseg-data.
2026-01-05
llm-eval-designer.md
0
1
export
llm-eval-designer
2
from
"CAPHTECH/claude-marketplace"
from
"CAPHTECH/claude-marketplace"
3
LLM生成システムの検証設計スキル。assay-kitフレームワークを活用し、LLM特有の失敗モード(幻覚、例への過学習、部分的処理)を考慮した総合的なテストケース設計を支援する。使用タイミング:- LLMベースのワークフロー/エージェントの評価設計時- ゴールデンデータセット(golden-dataset.yaml)の設計・拡張時- 既存テストが特定パターンに過学習していないか検証時- LLM出力の品質スコアラー設計時- 「なぜこのテストケースが必要か」の根拠を示す時
2026-01-05
handling-rust-errors.md
0
1
export
handling-rust-errors
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
HASH error handling patterns using error-stack crate. Use when working with Result types, Report types, defining custom errors, propagating errors with change_context, adding context with attach, implementing Error trait, or documenting error conditions in Rust code.
2026-01-05
upload-prepare.md
0
1
export
upload-prepare
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Prepare YouTube upload for bilingual audiobook video. Runs youtube-metadata skill, builds upload command, validates all files, checks languages by reading translations from middle of book, verifies wordcards play, shows thumbnail/background/output. Does NOT upload - only preparation and checklist. Use when user wants to prepare upload, check before upload, or validate video for YouTube.
2026-01-05
requesting-code-review.md
0
1
export
requesting-code-review
2
from
"danielseltzer/code-analysis-tools"
from
"danielseltzer/code-analysis-tools"
3
Dispatch code-reviewer subagent to review implementation against plan or requirements before proceeding
2026-01-05
ds-verify.md
0
1
export
ds-verify
2
from
"edwinhu/claude-plugins"
from
"edwinhu/claude-plugins"
3
This skill should be used when the user asks to "verify reproducibility", "confirm the results", "prove it's reproducible", or as Phase 5 of the /ds workflow before claiming completion. Checks reproducibility and requires user acceptance.
2026-01-05
commit-best-practices.md
0
1
export
commit-best-practices
2
from
"olioapps/claude-code-plugins"
from
"olioapps/claude-code-plugins"
3
Create git commits with AI-generated messages following best practices. Use when the user asks to commit changes, mentions "commit", wants to save work to git, or has made changes ready to be committed. Invokes /git-actions:commit command which analyzes changes, generates concise messages matching repo style, and handles staging/approval workflow.
2026-01-05
dnevni-summary.md
0
1
export
dnevni-summary
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Creates STRUCTURED summary.md in each daily folder. Analyzes chat conversations and generates actionable summaries with "Što je uradio" and "Što bi trebao da uradi" sections per person. Use for daily reports and activity tracking.
2026-01-05
moai-workflow-templates.md
0
1
export
moai-workflow-templates
2
from
"binee108/webserver"
from
"binee108/webserver"
3
Enterprise template management with code boilerplates, feedback templates, and project optimization workflows
2026-01-05
enterprise-readiness.md
0
1
export
enterprise-readiness
2
from
"netresearch/enterprise-readiness-skill"
from
"netresearch/enterprise-readiness-skill"
3
Assess and enhance software projects for enterprise-grade security, quality, and automation. Use when evaluating projects for production readiness, implementing supply chain security (SLSA, signing, SBOMs), hardening CI/CD pipelines, or establishing quality gates. Aligned with OpenSSF Scorecard, Best Practices Badge (all levels), SLSA, and S2C2F. By Netresearch.
2026-01-05
credit-model-validation-banking.md
0
1
export
credit-model-validation-banking
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Автоматизация процесса валидации моделей кредитного риска в банковской сфере. Используется для полного цикла валидации - от загрузки pickle модели и анализа данных до генерации детального отчета с метриками (AUC, Gini, Recall, Precision, F1, KS, PSI, CSI), визуализациями и соответствием регуляторным требованиям Казахстана.
2026-01-05
test-coverage-improvement-expert.md
0
1
export
test-coverage-improvement-expert
2
from
"teliha/dev-workflows"
from
"teliha/dev-workflows"
3
Analyze test coverage and add new test cases to improve coverage without changing implementation
2026-01-05
mongodb.md
0
1
export
mongodb
2
from
"levanminhduc/LuongHoaThoNew"
from
"levanminhduc/LuongHoaThoNew"
3
Guide for implementing MongoDB - a document database platform with CRUD operations, aggregation pipelines, indexing, replication, sharding, search capabilities, and comprehensive security. Use when working with MongoDB databases, designing schemas, writing queries, optimizing performance, configuring deployments (Atlas/self-managed/Kubernetes), implementing security, or integrating with applications through 15+ official drivers. (project)
2026-01-05
prompt-engineering-helper.md
0
1
export
prompt-engineering-helper
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
LLMプロンプトの最適化・テスト支援スキル。プロンプトのパフォーマンス評価、改善提案、A/Bテスト、ベストプラクティス適用、再現性検証を行います。
2026-01-05
wrds.md
0
1
export
wrds
2
from
"edwinhu/workflows"
from
"edwinhu/workflows"
3
This skill should be used when the user asks to "query WRDS", "access Compustat", "get CRSP data", "pull Form 4 insider data", "query ISS compensation", "download SEC EDGAR filings", "get ExecuComp data", "access Capital IQ", or needs WRDS PostgreSQL query patterns.
2026-01-05
markdown-to-html.md
0
1
export
markdown-to-html
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Convierte archivos Markdown a HTML single-file con estilos profesionales corporativos
2026-01-05
skill-gmail-api.md
0
1
export
skill-gmail-api
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Gmail API skill for email operations via CLI. Supports reading, drafting, sending, archiving, labeling, and batch operations.Use when user needs to: read emails, create/send drafts, reply to messages, archive/trash messages, manage labels, or perform bulk email operations.
2026-01-05
ai-tuning.md
0
1
export
ai-tuning
2
from
"zircote/.github"
from
"zircote/.github"
3
Optimize AI assistant configurations for maximum effectiveness. USE THIS SKILL when user says "improve CLAUDE.md", "better copilot instructions", "tune AI", "optimize prompts", "MCP configuration", or wants to enhance AI assistant behavior.
2026-01-05
cloudflare-browser-rendering.md
0
1
export
cloudflare-browser-rendering
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Complete knowledge domain for Cloudflare Browser Rendering - Headless Chrome automationwith Puppeteer and Playwright on Cloudflare Workers for screenshots, PDFs, web scraping,and browser automation workflows.Use when: taking screenshots, generating PDFs from HTML or URLs, web scraping content,crawling websites, browser automation tasks, testing web applications, managing browser sessions,performing batch browser operations, integrating with AI for content extraction, or encounteringbrowser rendering errors, XPath selector errors, browser timeout issues, concurrency limits,memory exceeded errors, or "Cannot read properties of undefined (reading 'fetch')" errors.Keywords: browser rendering cloudflare, @cloudflare/puppeteer, @cloudflare/playwright,puppeteer workers, playwright workers, screenshot cloudflare, pdf generation workers,web scraping cloudflare, headless chrome workers, browser automation, puppeteer.launch,playwright.chromium.launch, browser binding, session management, puppeteer.sessions,
2026-01-05
weekly-review.md
0
1
export
weekly-review
2
from
"braselog/researchAssistant"
from
"braselog/researchAssistant"
3
Conduct a weekly review of project progress and plan for the upcoming week. Use when the user types /weekly_review, when it's Monday and no review exists for this week, or at the end of the work week. Aggregates daily activity entries and identifies patterns.
2026-01-05
brainstorming.md
0
1
export
brainstorming
2
from
"JoaquinCampo/codex-skills"
from
"JoaquinCampo/codex-skills"
3
You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.
2026-01-05