Browse Skills
44895 skills found
implementation.md
0
1
export
implementation
2
from
"terraphim/codex-skills"
from
"terraphim/codex-skills"
3
Production-ready code implementation following approved designs. Writes clean,tested, documented code. Zero linting violations. All code includes tests.
2026-01-05
technical-indicators.md
0
1
export
technical-indicators
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
计算股票技术指标(MA、MACD、RSI、BOLL等)。适用于技术分析、量化回测、趋势判断等场景。支持单个指标计算或批量计算所有指标,返回包含指标值的DataFrame。
2026-01-05
perf-analyzer.md
0
1
export
perf-analyzer
2
from
"michaeldubu/Nexus-Code-CLI"
from
"michaeldubu/Nexus-Code-CLI"
3
Analyzes performance benchmarks from CUDA, CPU, memory tests. Parses output, identifies bottlenecks, tracks metrics over time, generates optimization insights.
2026-01-05
google-workspace.md
0
1
export
google-workspace
2
from
"andmarios/google-workspace-skill"
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
from
"Lobbi-Docs/claude"
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
advanced-text-search-matching.md
0
1
export
advanced-text-search-matching
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Production-grade text search algorithms for finding and matching text in large documents with millisecond performance. Includes Boyer-Moore search, n-gram similarity, fuzzy matching, and intelligent indexing. Use when building search features for large documents, finding quotes with imperfect matches, implementing fuzzy search, or need character-level precision.
2026-01-05
context-handover.md
0
1
export
context-handover
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Create concise handover summary for seamless continuation in new chat session
2026-01-05
kdrama-narrative-builder.md
0
1
export
kdrama-narrative-builder
2
from
"ledagame/persona-theater"
from
"ledagame/persona-theater"
3
Create emotionally compelling murder mystery narratives using Danpyeonsun methodology and K-drama storytelling principles. Designs 3-act dramatic structures, complex morally-gray characters, bittersweet endings, and scene-by-scene emotional beats. Use when writing scenarios for detective games, designing murder mystery plots, or creating K-drama style narratives with moral complexity.
2026-01-05
clickhouse-python.md
0
1
export
clickhouse-python
2
from
"hiivmind/clickhouse-skills"
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
from
"jiunbae/agent-skills"
from
"jiunbae/agent-skills"
3
Obsidian Vault의 TaskManager에서 작업을 읽고 관리하는 스킬. Board.md(Kanban), Table.md(Dataview), Notes/* 를 지원하며 workspace 프로젝트와 자동 연동합니다. '작업 목록', '할일 조회', 'task 읽기', 'obsidian 작업' 요청 시 활성화됩니다.
2026-01-05
peekaboo.md
0
1
export
peekaboo
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
macOS UI automation and screenshot capture tool. Use when working with macOS applications and needing to: (1) Capture screenshots with UI element annotations, (2) Automate UI interactions (clicking, typing, scrolling), (3) Control applications and windows programmatically, (4) Navigate menus and dialogs, (5) Perform visual analysis of screens, (6) Create multi-step automation workflows. Requires macOS 15.0+ with Screen Recording and Accessibility permissions.
2026-01-05
wallet-send-bsv.md
0
1
export
wallet-send-bsv
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Send BSV transactions using @bsv/sdk. Build, sign, and broadcast transactions to the BSV blockchain.
2026-01-05
hookify.md
0
1
export
hookify
2
from
"ferg-cod3s/anthropic-plugin-converter"
from
"ferg-cod3s/anthropic-plugin-converter"
3
Hook creation and management system for React, Vue, and other frameworks with automated hook generation, testing, and documentation.
2026-01-05
numpy-fft.md
0
1
export
numpy-fft
2
from
"majiayu000/claude-skill-registry"
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
from
"FlorinPopaCodes/claude-skills"
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
breadcrumb-impl.md
0
1
export
breadcrumb-impl
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Guia implementação de breadcrumb de navegação hierárquica seguindo padrões de acessibilidade WCAG e design system do Ultrathink
2026-01-05
repo-reorganization.md
0
1
export
repo-reorganization
2
from
"smith6jt-cop/Skills_Registry"
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
from
"majiayu000/claude-skill-registry"
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
openwebf-app-testing-vitest.md
0
1
export
openwebf-app-testing-vitest
2
from
"archview-ai/webf-plugin"
from
"archview-ai/webf-plugin"
3
Set up and improve WebF app tests with Vitest and React Testing Library. Use when the user mentions Vitest, React Testing Library, unit tests, component tests, “testing trophy”, or asks to add/fix tests in a Vite/React/TS WebF app.
2026-01-05
skill-cookiecutterproject-slug.md
0
1
export
skill-cookiecutterproject-slug
2
from
"dnvriend/cookiecutter-python-cli-uv"
from
"dnvriend/cookiecutter-python-cli-uv"
3
{{cookiecutter.project_description}}
2026-01-05
ast-grep-code-search.md
0
1
export
ast-grep-code-search
2
from
"biwsantang/dotfiles"
from
"biwsantang/dotfiles"
3
Performs structural code search and refactoring using AST-based patterns. Use when searching for code patterns, refactoring code structurally, finding function calls, class definitions, or when the user mentions "ast-grep", "structural search", "code pattern", or needs to find/replace code that's difficult with regex.
2026-01-05
git-commit.md
0
1
export
git-commit
2
from
"junjiangao/ccode"
from
"junjiangao/ccode"
3
智能 Git 提交助手:审查代码变更、分析提交历史、生成符合项目规范的提交信息并执行提交。支持自定义规范、提交前确认和智能暂存区处理。
2026-01-05
delontheme-integration.md
0
1
export
delontheme-integration
2
from
"tw-lin/ng-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
combat-system-creator.md
0
1
export
combat-system-creator
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Create and modify combat system components for SHINOBI WAY game following the dual-system architecture (CombatCalculationSystem + CombatWorkflowSystem). Use when user wants to add new combat mechanics, damage formulas, status effects, mitigation logic, turn phases, or refactor existing combat code. Guides through proper separation of pure calculations vs state management.
2026-01-05