Browse Skills
44457 skills found
ios-testing-skill.md
0
1
export
ios-testing-skill
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Skill describing modern iOS testing patterns: Swift Testing vs XCTest, XCUITest best practices, and OS 4.1 expectations for coverage and flakiness.
2026-01-05
microservices.md
0
1
export
microservices
2
from
"gitbasheer/workspace"
from
"gitbasheer/workspace"
3
Microservice architecture, service discovery, circuit breakers
2026-01-05
project-tracking.md
0
1
export
project-tracking
2
from
"pborenstein/plinth"
from
"pborenstein/plinth"
3
Establish the files used to track and manage progress.
2026-01-05
release-publishing-workflow.md
0
1
export
release-publishing-workflow
2
from
"j0KZ/mcp-agents"
from
"j0KZ/mcp-agents"
3
Complete release workflow including version updates, CHANGELOG management, npm publishing, git tagging, and deployment verification. Use when releasing new versions or publishing packages.
2026-01-05
tictactoe.md
0
1
export
tictactoe
2
from
"yuemori/UnityMCPTest"
from
"yuemori/UnityMCPTest"
3
Tic Tac Toe game development for Unity. Use for game logic, AI implementation, MVVM architecture, and UI development specific to this project.
2026-01-05
code-generation.md
0
1
export
code-generation
2
from
"TakumiOkayasu/dotfile-work"
from
"TakumiOkayasu/dotfile-work"
3
スキャフォールディングやボイラープレート生成時に使用。
2026-01-05
numpy-datetime.md
0
1
export
numpy-datetime
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Date and time handling with datetime64 and timedelta64, including business day offsets and naive time parsing. Triggers: datetime64, timedelta64, busday, time series, naive time.
2026-01-05
app-marketing-copy.md
0
1
export
app-marketing-copy
2
from
"ckorhonen/claude-skills"
from
"ckorhonen/claude-skills"
3
Write marketing copy and App Store / Google Play listings (ASO keywords, titles, subtitles, short+long descriptions, feature bullets, release notes), plus screenshot caption sets and text-to-image prompt templates for generating store screenshot backgrounds/promo visuals. Use when asked to: write/refresh app marketing copy, craft app store metadata, brainstorm taglines/value props, produce ad/landing/email copy, or generate prompts for screenshot/creative generation.
2026-01-05
testing-skills-with-subagents.md
0
1
export
testing-skills-with-subagents
2
from
"keenanthomson/dotfiles"
from
"keenanthomson/dotfiles"
3
Use when creating or editing skills, before deployment, to verify they work under pressure and resist rationalization - applies RED-GREEN-REFACTOR cycle to process documentation by running baseline without skill, writing to address failures, iterating to close loopholes
2026-01-05
obsidian-internal-links.md
0
1
export
obsidian-internal-links
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Follow and resolve Obsidian internal links ([[link]] syntax) to navigate interconnected notes within an Obsidian vault. Use when exploring note relationships, following references between documents, building knowledge graphs, or understanding how notes connect together. Supports recursive link traversal with configurable depth.
2026-01-05
test-design-audit.md
0
1
export
test-design-audit
2
from
"CAPHTECH/claude-marketplace"
from
"CAPHTECH/claude-marketplace"
3
テスト設計の抜け漏れ防止を実現するモデル駆動型テスト設計スキル。生成AIにテスト項目を「列挙」させる前に、抜け漏れを検出できる構造(モデルとカバレッジ基準)を先に作らせる。Use when: テスト設計、テスト計画作成、QA開始前、機能実装後のテスト作成、テストの網羅性を確保したい時、「テスト漏れがないか不安」と感じた時。
2026-01-05
testing.md
0
1
export
testing
2
from
"motlin/claude-code-plugins"
from
"motlin/claude-code-plugins"
3
Testing guidelines. Use when Writing, Editing, or reviewing tests.
2026-01-05
codecatchup.md
0
1
export
codecatchup
2
from
"treasonx/dotfiles"
from
"treasonx/dotfiles"
3
Reviews git history to summarize changes merged while you were away from a consulting project, identifying PRs, code changes, and potential concerns to discuss with the development team.
2026-01-05
coinank-data-analysis.md
0
1
export
coinank-data-analysis
2
from
"phpmac/trader"
from
"phpmac/trader"
3
使用 Coinank MCP 工具进行加密货币衍生品市场分析
2026-01-05
database-management.md
0
1
export
database-management
2
from
"pluginagentmarketplace/custom-plugin-mlops"
from
"pluginagentmarketplace/custom-plugin-mlops"
3
Master database design and management. Learn SQL, PostgreSQL, MongoDB, Redis, data modeling, performance optimization, replication, and blockchain technology.
2026-01-05
pdf.md
0
1
export
pdf
2
from
"krishagel/geoffrey"
from
"krishagel/geoffrey"
3
Comprehensive PDF manipulation toolkit for extracting text and tables, creating new PDFs, merging/splitting documents, and handling forms. When Claude needs to fill in a PDF form or programmatically process, generate, or analyze PDF documents at scale.
2026-01-05
alembic.md
0
1
export
alembic
2
from
"SlanyCukr/riot-api-project"
from
"SlanyCukr/riot-api-project"
3
Database migration management for SQLAlchemy projects using Alembic
2026-01-05
meta-analysis.md
0
1
export
meta-analysis
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Use when performing meta-analysis, pooling study data, generating forest plots, funnel plots, assessing heterogeneity, or conducting subgroup and sensitivity analyses. Invoke for any statistical synthesis of multiple studies.
2026-01-05
refactoring.md
0
1
export
refactoring
2
from
"mgd34msu/goodvibes-plugin"
from
"mgd34msu/goodvibes-plugin"
3
Identifies code smells, applies design patterns, guides migrations, and performs security/performance/accessibility refactoring. Use when improving code quality, modernizing codebases, applying design patterns, migrating to TypeScript, or extracting microservices.
2026-01-05
python-linting.md
0
1
export
python-linting
2
from
"randalmurphal/claude-config"
from
"randalmurphal/claude-config"
3
Python linting and type checking using ruff (formatting + linting) and pyright (type checking). Covers common errors, configuration, fixing violations, and when to use noqa. Use when fixing linting errors, configuring ruff/pyright, or understanding Python code quality tools.
2026-01-05
note.md
0
1
export
note
2
from
"braselog/researchAssistant"
from
"braselog/researchAssistant"
3
Quick capture for thoughts, observations, or ideas during research sessions. Use when the user types /note or wants to capture a quick thought without context-switching. Logs timestamped notes to activity.md. Supports both explicit /note command and natural language like "make a note" or "jot down".
2026-01-05
typescript.md
0
1
export
typescript
2
from
"laulauland/dotfiles"
from
"laulauland/dotfiles"
3
TypeScript coding conventions and best practices. Use when working with TypeScript files, defining types, or setting up TypeScript projects.
2026-01-05
performance-optimizer.md
0
1
export
performance-optimizer
2
from
"guvensoft/quickly-pos-v2"
from
"guvensoft/quickly-pos-v2"
3
Uygulama performansını analiz eder, bottleneck'leri bulur ve optimizasyon önerileri sunar. Build size, runtime performance ve bundle optimization üzerine odaklanır.
2026-01-05
session-protocol.md
0
1
export
session-protocol
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Session management protocol. Use for saving and loading session state.
2026-01-05