Browse Skills

22656 skills found

testing-builder.md
0
1 export testing-builder
2 jackspace from "jackspace/ClaudeSkillz"
3 Automatically generates comprehensive test suites (unit, integration, E2E) based on code and past testing patterns. Use when user says "write tests", "test this", "add coverage", or after fixing bugs to create regression tests. Eliminates testing friction for ADHD users.
2026-01-05
generate-spec.md
0
1 export generate-spec
2 AhamSammich from "AhamSammich/auto-code"
3 Generates app_spec.txt specification files from codebases. Use when you need to create specification documents, analyze code structure, document project architecture, or generate comprehensive project overviews in XML format.
2026-01-05
technical-indicators.md
0
1 export technical-indicators
2 majiayu000 from "majiayu000/claude-skill-registry"
3 计算股票技术指标(MA、MACD、RSI、BOLL等)。适用于技术分析、量化回测、趋势判断等场景。支持单个指标计算或批量计算所有指标,返回包含指标值的DataFrame。
2026-01-05
google-workspace.md
0
1 export google-workspace
2 andmarios from "andmarios/google-workspace-skill"
3 Manage Google Workspace with Docs, Sheets, Slides, Drive, Gmail, Calendar, and Contacts operations. Full document/spreadsheet/presentation editing, file management, email, and scheduling.
2026-01-05
beanie-odm.md
0
1 export beanie-odm
2 Lobbi-Docs from "Lobbi-Docs/claude"
3 This skill should be used when the user asks to "create MongoDB model", "define Beanie document", "write MongoDB query", "create aggregation pipeline", "run database migration", "index MongoDB collection", or mentions Beanie, Motor, MongoDB documents, or async database operations. Provides MongoDB/Beanie ODM patterns for FastAPI.
2026-01-05
context-handover.md
0
1 export context-handover
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Create concise handover summary for seamless continuation in new chat session
2026-01-05
clickhouse-python.md
0
1 export clickhouse-python
2 hiivmind from "hiivmind/clickhouse-skills"
3 Write Python code to interact with ClickHouse using clickhouse-connect. Use when creating ETL scripts, data pipelines, analytics applications, or any Python code that needs to query or insert data into ClickHouse.
2026-01-05
obsidian-tasks.md
0
1 export obsidian-tasks
2 jiunbae from "jiunbae/agent-skills"
3 Obsidian Vault의 TaskManager에서 작업을 읽고 관리하는 스킬. Board.md(Kanban), Table.md(Dataview), Notes/* 를 지원하며 workspace 프로젝트와 자동 연동합니다. '작업 목록', '할일 조회', 'task 읽기', 'obsidian 작업' 요청 시 활성화됩니다.
2026-01-05
wallet-send-bsv.md
0
1 export wallet-send-bsv
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Send BSV transactions using @bsv/sdk. Build, sign, and broadcast transactions to the BSV blockchain.
2026-01-05
numpy-fft.md
0
1 export numpy-fft
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Discrete Fourier Transform routines for spectral analysis, signal filtering, and frequency-domain operations. Triggers: fft, fourier transform, spectral analysis, rfft, fftshift, ifft.
2026-01-05
always-works-testing.md
0
1 export always-works-testing
2 FlorinPopaCodes from "FlorinPopaCodes/claude-skills"
3 Default testing standard for all implementation work - ensures code actually works through mandatory execution validation before confirming to user. Applies automatically whenever writing, modifying, debugging, or implementing any code (scripts, APIs, UI, configs, data operations, logic changes). This is the baseline expectation, not an optional extra - every implementation must be verified through actual execution, not assumed correct.
2026-01-05
repo-reorganization.md
0
1 export repo-reorganization
2 smith6jt-cop from "smith6jt-cop/Skills_Registry"
3 Python package reorganization with pyproject.toml inside package directory
2026-01-05
new-db-schema.md
0
1 export new-db-schema
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Create new database tables with Drizzle ORM schemas and Valibot validation.使用 Drizzle ORM 创建新的数据库表模式和 Valibot 验证。Use when:- Adding new database tables- Creating entity schemas- User mentions "new table", "database schema", "add entity", "新增表", "数据库模式"
2026-01-05
delontheme-integration.md
0
1 export delontheme-integration
2 tw-lin from "tw-lin/ng-lin"
3 Implement ng-alain theming system with layout configuration, responsive design, menu management, and settings drawer for ng-lin project
2026-01-05
pytorch-cuda.md
0
1 export pytorch-cuda
2 majiayu000 from "majiayu000/claude-skill-registry"
3 PyTorch CUDA environment and performance guidance, with emphasis on CUDA 13 toolkit/driver requirements, PyTorch wheel compatibility, and runtime checks. Use when configuring PyTorch on NVIDIA GPUs, debugging CUDA setup, or migrating to CUDA 13; triggers: pytorch cuda, cuda 13, driver version, nvcc, torch.version.cuda, tf32, streams.
2026-01-05
context-optimizer.md
0
1 export context-optimizer
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Optimizes token usage and context management for large tasks, cleanup operations, multi-step workflows, code audits, and complex agent operations. Automatically triggers when handling cleanup commands, large codebase analysis, multi-file operations, or tasks requiring multiple subagents. Enforces efficient context usage while maintaining quality results.
2026-01-05
python-cleanup.md
0
1 export python-cleanup
2 franklinbaldo from "franklinbaldo/egregora"
3 Perform comprehensive dead code and clean-up analysis in Python projects using static analysis, coverage, dependency checks, and security scanning. Use when asked to clean up code, find unused code, analyze dependencies, or improve code quality.
2026-01-05
mastra-skills.md
0
1 export mastra-skills
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Use when building or working with Mastra agents - establishes best practices for agent development, tool creation, and workflow orchestration
2026-01-05
jelly-gemini.md
0
1 export jelly-gemini
2 dev-jelly from "dev-jelly/jelly-dotclaude"
3 Google Gemini AI integration for Claude Code. Supports multimodal analysis, long context processing, fast inference with Gemini 2.5 Flash/Pro models, and Nano Banana image generation/editing extension. Activated when users mention "Gemini", need image analysis, image generation, or require large context processing.
2026-01-05
reverse-date.md
0
1 export reverse-date
2 christopheryeo from "christopheryeo/claude-skills"
3 Convert dates from various formats (like "21 Oct 2025", "October 21, 2025", "21/10/2025") to ISO format (YYYY-MM-DD). Use when users need to standardize date formats, convert human-readable dates to machine-readable formats, or reformat dates for data processing.
2026-01-05
learn-skills.md
0
1 export learn-skills
2 abdullahbeam from "abdullahbeam/nexus-design-abdullah"
3 Learn how Nexus skills work. Load when user mentions: learn skills, how do skills work, what is a skill, skill tutorial, skill structure, understand skills, explain skills, when to create skill, skill vs project. 10-12 min.
2026-01-05
analytics-measurement.md
0
1 export analytics-measurement
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Analytics and conversion tracking for lead generation websites. Use when implementing GTM, GA4, or any measurement. Works with astro-architecture for GTM setup. No CRO mérés nélkül vakrepülés.
2026-01-05
root-cause-tracing.md
0
1 export root-cause-tracing
2 pproenca from "pproenca/dot-claude"
3 Use when errors occur deep in execution and you need to trace back to find the original trigger - systematically traces bugs backward through call stack, adding instrumentation when needed, to identify source of invalid data or incorrect behavior
2026-01-05
workflow-phases.md
0
1 export workflow-phases
2 elevanaltd from "elevanaltd/oa"
3 HestAI workflow phase execution including D0→D1→D2→D3→B0→B1→B2→B3→B4→B5 sequence, agent assignments per phase, phase transition validation, and deliverable requirements. Use when starting new phase, determining next steps, or validating phase completion.
2026-01-05