Browse Skills
22656 skills found
chunking-strategies.md
0
1
export
chunking-strategies
2
from
"vanman2024/ai-dev-marketplace"
from
"vanman2024/ai-dev-marketplace"
3
Document chunking implementations and benchmarking tools for RAG pipelines including fixed-size, semantic, recursive, and sentence-based strategies. Use when implementing document processing, optimizing chunk sizes, comparing chunking approaches, benchmarking retrieval performance, or when user mentions chunking, text splitting, document segmentation, RAG optimization, or chunk evaluation.
2026-01-05
raffle-winner-picker.md
0
1
export
raffle-winner-picker
2
from
"Snoopiam/claude_all_skills"
from
"Snoopiam/claude_all_skills"
3
Picks random winners from lists, spreadsheets, or Google Sheets for giveaways, raffles, and contests. Ensures fair, unbiased selection with transparency.
2026-01-05
prompting.md
0
1
export
prompting
2
from
"sysylvia/ssylvia-website"
from
"sysylvia/ssylvia-website"
3
Context engineering and prompt optimization standards based on Anthropic best practices.Covers clarity, structure, progressive discovery, and signal-to-noise optimization.USE WHEN user says 'prompt engineering', 'context engineering', 'optimize prompt','write better prompts', 'agent design', 'prompt structure', 'do prompt engineering','run prompt optimization', 'help with prompting', 'improve this prompt'.
2026-01-05
sota-data-cleaning-feature-selection-eda.md
0
1
export
sota-data-cleaning-feature-selection-eda
2
from
"raphaelmansuy/machine-learning-feature-selection"
from
"raphaelmansuy/machine-learning-feature-selection"
3
Master SOTA data prep for Kaggle comps: automated EDA (Sweetviz), cleaning (Pyjanitor), and feature selection (Polars + XGBoost) for medium datasets (100MB–5GB) in Colab.
2026-01-05
claude-photo-manager.md
0
1
export
claude-photo-manager
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Handle photo uploads, analysis, and processing in Claude Code. This skill should be used when users want to upload images, analyze screenshots, process photos, or work with visual content in Claude Code conversations.
2026-01-05
docs-seeker.md
0
1
export
docs-seeker
2
from
"untangledfinance/untangled-web"
from
"untangledfinance/untangled-web"
3
Search technical documentation using executable scripts to detect query type, fetch from llms.txt sources (context7.com), and analyze results. Use when user needs: (1) Topic-specific documentation (features/components/concepts), (2) Library/framework documentation, (3) GitHub repository analysis, (4) Documentation discovery with automated agent distribution strategy
2026-01-05
code-analysis-toolkit.md
0
1
export
code-analysis-toolkit
2
from
"nathanvale/dotfiles"
from
"nathanvale/dotfiles"
3
Provides tool selection guidance for code analysis using rg, ast-grep, jq, Glob, Read, and Sequential Thinking. Use when analyzing .ts, .js, .py, or other source files and need to choose the right search/analysis tool, combine multiple tools for complex workflows, or handle edge cases in code refactoring. Mention 'which tool', 'search vs grep', 'ast-grep vs ripgrep', or 'combine tools' to trigger. Primary consumers are code analysis agents.
2026-01-05
opencode.md
0
1
export
opencode
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
OpenCode CLI - open source AI coding agent with TUI, IDE integration, LSP support, and MCP servers.
2026-01-05
documentation-writer.md
0
1
export
documentation-writer
2
from
"ClementWalter/rookie-marketplace"
from
"ClementWalter/rookie-marketplace"
3
This skill should be used when an agent is assigned to write a section of technical documentation. Provides guidance on breaking down large tasks, using doc-coauthoring workflow, and coordinating with VibeKanban task management. Use when task description mentions "write section", "document this component", or "expand documentation".
2026-01-05
shadcn.md
0
1
export
shadcn
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Implement shadcn/ui components for PhotoVault with accessibility and theming. Use when working with UI components, forms, dialogs, buttons, cards, tables, Tailwind styling, or fixing accessibility issues. Includes PhotoVault theme system and established UI patterns.
2026-01-05
localstorage-patterns.md
0
1
export
localstorage-patterns
2
from
"joaopelegrino/app-controle"
from
"joaopelegrino/app-controle"
3
Comprehensive guide to localStorage patterns for the Plataforma B2B de treinamento técnico corporativo educational platform. This skill covers schema design, error handling strategies, quota management, and synchronization patterns essential for building resilient web applications with client-side persistence.Learn how to handle common localStorage errors (QuotaExceededError, SecurityError, DOMException), implement graceful degradation, manage storage quotas (5-10MB browser limits, 50KB per note), and sync localStorage with React state. The skill emphasizes defensive programming, user-friendly error messages, and fallback strategies.Real-world examples are taken directly from the project codebase, including CNotesView, BashNotesView, and auto-save patterns used across 5 learning systems. Each pattern is demonstrated with production code showing how localStorage is used to persist 227 educational modules' progress and user notes.Key topics include try/catch patterns for all localStorage operations, Quota
2026-01-05
code-review.md
0
1
export
code-review
2
from
"perimetre/framework"
from
"perimetre/framework"
3
Performs pragmatic code reviews for Next.js/React projects using Perimetre framework patterns. Use when: doing code review, reviewing pull requests, checking code quality, reviewing changed files, analyzing git diffs, or when user requests code review of recent changes.
2026-01-05
astro-testing.md
0
1
export
astro-testing
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Testing and QA gate for Astro lead gen sites. Manual + E2E + A11y + Performance. FAIL = no deploy.
2026-01-05
lorairo-test-generator.md
0
1
export
lorairo-test-generator
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Generate pytest unit, integration, and GUI tests for LoRAIro with proper fixtures, mocks, and 75%+ coverage using pytest-qt for PySide6 testing
2026-01-05
copilot-delegate.md
0
1
export
copilot-delegate
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Delegate GitHub operations and research tasks to Copilot CLI to preserve Claude Code session limits. Automatically activates when detecting GitHub keywords (issue, PR, repo, commit) or research needs (compare, research, lookup, best practices). Offloads heavy operations to Copilot subprocess and returns compressed results only.
2026-01-05
ctxparallel-expert.md
0
1
export
ctxparallel-expert
2
from
"Shakes-tzd/contextune"
from
"Shakes-tzd/contextune"
3
Expert guidance on parallel development workflows using git worktrees and multi-agent execution. Use when users mention parallel work, concurrent development, speeding up development, working on multiple features simultaneously, or scaling team productivity. Activate for questions about task decomposition, worktree management, or parallelization strategies.
2026-01-05
mission-context.md
0
1
export
mission-context
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Provides context about Ed, his mission, terminology, and business. Use when working on Ed's projects, coaching business, AI Powerhouse content, BlackBelt work, or The Little Blue Report. Also use when Ed asks you to understand his business or speak in his voice.
2026-01-05
td-data-profiling.md
0
1
export
td-data-profiling
2
from
"teradata-labs/claude-cookbooks"
from
"teradata-labs/claude-cookbooks"
3
Comprehensive data profiling and quality assessment using Teradata ClearScape Analytics descriptive statistics functions
2026-01-05
systematic-dev.md
0
1
export
systematic-dev
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Disciplined development workflow that prevents incomplete implementations, silent fallbacks, and hallucinated code. Use this skill for ANY coding task, feature implementation, bug fix, or technical work. Enforces mandatory decomposition of specs into tasks, elicits clarification for ambiguities, prohibits fallbacks without explicit approval, requires research for uncertain APIs/libraries, and maintains grounding checkpoints to prevent rework. Triggers on requests like "implement", "build", "create", "fix", "add feature", "develop", or any programming task.
2026-01-05
cc-hooks-ts.md
0
1
export
cc-hooks-ts
2
from
"masseater/claude-code-plugin"
from
"masseater/claude-code-plugin"
3
TypeScriptで型安全なClaude Code Hooksを作成するためのガイド。cc-hooks-tsライブラリを使用してフックを実装する際に使用する。(1) Claude Code用の新しいhookを作成する時、(2) 既存のhookをTypeScriptで書き直す時、(3) PreToolUse/PostToolUse/SessionStart等のイベントフックを実装する時、(4) plugin.jsonにhooksを設定する時
2026-01-05
skill-creator.md
0
1
export
skill-creator
2
from
"MoosaAfzal2/ai-native-hackathon-2"
from
"MoosaAfzal2/ai-native-hackathon-2"
3
Create, write, author, or design Agent Skills for Claude Code. Use when users want to create a new skill, update an existing skill, write SKILL.md files, design skill structure, troubleshoot skill discovery, or convert prompts/workflows into reusable Skills.
2026-01-05
logo-generator.md
0
1
export
logo-generator
2
from
"AayushBaniya2006/blinkfund"
from
"AayushBaniya2006/blinkfund"
3
Generate logos using Replicate AI and make them transparent with background removal.
2026-01-05
moai-platform-railway.md
0
1
export
moai-platform-railway
2
from
"junseokandylee/ClaudeAutomate"
from
"junseokandylee/ClaudeAutomate"
3
Railway container deployment specialist covering Docker, multi-service architectures, persistent volumes, and auto-scaling. Use when deploying containerized full-stack applications.
2026-01-05
standards-updates-tracker.md
0
1
export
standards-updates-tracker
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Track changes to standards frameworks over time, identify when standards are revised, analyze impact on existing curriculum, recommend updates, and flag deprecated standards. Use for maintaining current alignment. Activates on "standards updates", "framework revisions", or "standards changes".
2026-01-05