Browse Skills
44969 skills found
koan-vector-migration.md
2
1
export
koan-vector-migration
2
from
"sylin-org/koan-framework"
from
"sylin-org/koan-framework"
3
Vector export/import, embedding caching, provider migration
2026-01-05
example-usage-patterns.md
2
1
export
example-usage-patterns
2
from
"daishiman/AIWorkflowOrchestrator"
from
"daishiman/AIWorkflowOrchestrator"
3
Documentation patterns for creating clear, executable, and maintainable usage examples across APIs, CLIs, libraries, and frameworks.Anchors:• Docs for Developers (Jared Bhatti et al.) / 適用: 実践的な例示パターン / 目的: 開発者に即座に理解・実行可能な例を提供• The Documentation System (Diataxis) / 適用: チュートリアル・ハウツー・リファレンス分類 / 目的: 目的に応じた例の種類と粒度を選択• Clean Code (Robert C. Martin) / 適用: 明確な命名・単一責務 / 目的: 自己説明的なサンプルコードTrigger:Use when creating code examples, writing tutorials, documenting API usage, building sample projects, establishing example conventions, or standardizing example patterns across a codebase.example creation, tutorial writing, API documentation, sample code, documentation patterns
2026-01-05
go-sync-primitives.md
2
1
export
go-sync-primitives
2
from
"JamesPrial/claudefiles"
from
"JamesPrial/claudefiles"
3
sync.WaitGroup and sync.Mutex patterns
2026-01-05
tins.md
2
1
export
tins
2
from
"MushroomFleet/TINS-for-Skills"
from
"MushroomFleet/TINS-for-Skills"
3
creating TINS-compliant README files, generating implementations from TINS READMEs, and validating TINS documentation
2026-01-05
explaining-code.md
2
1
export
explaining-code
2
from
"patricio0312rev/skillset"
from
"patricio0312rev/skillset"
3
Explains code with visual diagrams and analogies. Use when explaining how code works, teaching about a codebase, or when the user asks "how does this work?"
2026-01-05
archiving-databases.md
2
1
export
archiving-databases
2
from
"jeremylongshore/claude-code-plugins-nixtla"
from
"jeremylongshore/claude-code-plugins-nixtla"
3
This skill automates database archival processes. It helps reduce primary database size by moving historical records to archive tables or cold storage solutions like S3, Azure Blob, or GCS. The plugin supports PostgreSQL and MySQL, implementing automated retention policies, compression, compliance tracking, and zero-downtime migration. Use this when the user mentions "database archival", "archive old database records", "retention policies", "cold storage", or "reduce database size." It is particularly useful for handling requests related to data lifecycle management and compliance requirements in database systems.
2026-01-05
memory-management-optimization.md
2
1
export
memory-management-optimization
2
from
"HTRamsey/claude-config"
from
"HTRamsey/claude-config"
3
Debug memory leaks, profile memory usage, optimize allocations. Use when heap grows unexpectedly, OOM errors occur, allocation performance matters, profiling shows memory bottleneck, Valgrind/ASAN reports issues, or Python objects not being collected. Covers C++ (Valgrind, ASAN, RAII), Python (tracemalloc, objgraph), and general patterns.
2026-01-05
ethics.md
2
1
export
ethics
2
from
"poemswe/co-researcher"
from
"poemswe/co-researcher"
3
Research ethics, IRB compliance, and data privacy analysis.
2026-01-05
analyzing-security-headers.md
2
1
export
analyzing-security-headers
2
from
"jeremylongshore/claude-code-plugins-nixtla"
from
"jeremylongshore/claude-code-plugins-nixtla"
3
This skill analyzes HTTP security headers of a given domain to identify potential vulnerabilities and misconfigurations. It provides a detailed report with a grade, score, and recommendations for improvement. Use this skill when the user asks to "analyze security headers", "check HTTP security", "scan for security vulnerabilities", or requests a "security audit" of a website. It will automatically activate when security-related keywords are used in conjunction with domain names or URLs.
2026-01-05
setting-up-experiment-tracking.md
2
1
export
setting-up-experiment-tracking
2
from
"jeremylongshore/claude-code-plugins-nixtla"
from
"jeremylongshore/claude-code-plugins-nixtla"
3
This skill automates the setup of machine learning experiment tracking using tools like MLflow or Weights & Biases (W&B). It is triggered when the user requests to "track experiments", "setup experiment tracking", "initialize MLflow", or "integrate W&B". The skill configures the necessary environment, initializes the tracking server (if needed), and provides code snippets for logging experiment parameters, metrics, and artifacts. It helps ensure reproducibility and simplifies the comparison of different model runs.
2026-01-05
context-assembler.md
2
1
export
context-assembler
2
from
"mehdic/bazinga"
from
"mehdic/bazinga"
3
Assembles relevant context for agent spawns with prioritized ranking. Ranks packages by relevance, enforces token budgets with graduated zones, captures error patterns for learning, and supports configurable per-agent retrieval limits.
2026-01-05
swiftui-engineer.md
2
1
export
swiftui-engineer
2
from
"TrevorS/dot-claude"
from
"TrevorS/dot-claude"
3
Build, review, debug, and modernize SwiftUI apps for macOS with modern patterns. Use when building SwiftUI UIs, reviewing code quality, debugging view issues, checking anti-patterns, migrating from AppKit, or designing app architecture.
2026-01-05
refactoring-code.md
2
1
export
refactoring-code
2
from
"third774/dotfiles"
from
"third774/dotfiles"
3
Improve code structure while preserving behavior with test verification. Use when cleaning up code, reducing duplication, simplifying complexity, or reorganizing modules.
2026-01-05
writing-skills.md
2
1
export
writing-skills
2
from
"cipherstash/cipherpowers"
from
"cipherstash/cipherpowers"
3
Use when creating new skills, editing existing skills, or verifying skills work before deployment - applies TDD to process documentation by testing with subagents before writing, iterating until bulletproof against rationalization
2026-01-05
creating-apm-dashboards.md
2
1
export
creating-apm-dashboards
2
from
"jeremylongshore/claude-code-plugins-nixtla"
from
"jeremylongshore/claude-code-plugins-nixtla"
3
This skill enables Claude to create Application Performance Monitoring (APM) dashboards. It is triggered when the user requests the creation of a new APM dashboard, monitoring dashboard, or a dashboard for application performance. The skill helps define key metrics and visualizations for monitoring application health, performance, and user experience across multiple platforms like Grafana and Datadog. Use this skill when the user needs assistance setting up a new monitoring solution or expanding an existing one. The plugin supports the creation of dashboards focusing on golden signals, request metrics, resource utilization, database metrics, cache metrics, business metrics, and error tracking.
2026-01-05
beads-integration.md
2
1
export
beads-integration
2
from
"jmanhype/speckit"
from
"jmanhype/speckit"
3
Manages persistent task memory using Beads. Automatically invoked when discussing task tracking, long-running projects, session persistence, or context preservation across sessions. Handles syncing between tasks.md and Beads.
2026-01-05
setup-wizard.md
2
1
export
setup-wizard
2
from
"IgorWarzocha/agentic-job-search-vault"
from
"IgorWarzocha/agentic-job-search-vault"
3
Guided onboarding for new users. Collects reference documents, builds CANDIDATE-PROFILE.md from them, configures agents. Use for: "set up", "initialize", "get started", "configure my profile".
2026-01-05
readme-improvement.md
2
1
export
readme-improvement
2
from
"duc01226/EasyPlatform"
from
"duc01226/EasyPlatform"
3
Use when creating or improving README files, project documentation, getting started guides, or installation instructions.
2026-01-05
run-with-timeout.md
2
1
export
run-with-timeout
2
from
"ManuelKugelmann/BitBot"
from
"ManuelKugelmann/BitBot"
3
Run commands with timeout protection to prevent hanging. Use for potentially long-running tests or operations.
2026-01-05
setting-up-synthetic-monitoring.md
2
1
export
setting-up-synthetic-monitoring
2
from
"jeremylongshore/claude-code-plugins-nixtla"
from
"jeremylongshore/claude-code-plugins-nixtla"
3
This skill automates the setup of synthetic monitoring for applications. It allows Claude to proactively track performance and availability by configuring uptime, transaction, and API monitoring. Use this skill when the user requests to "set up synthetic monitoring", "configure uptime monitoring", "track application performance", or needs help with "proactive performance tracking". The skill helps to identify critical endpoints and user journeys, design monitoring scenarios, and configure alerts and dashboards.
2026-01-05
angular-component.md
2
1
export
angular-component
2
from
"duc01226/EasyPlatform"
from
"duc01226/EasyPlatform"
3
Use when creating or modifying Angular components in PlatformExampleAppWeb (Angular 19) with proper base class inheritance, state management, and platform patterns.
2026-01-05
sparze.md
2
1
export
sparze
2
from
"glassesneo/sparze"
from
"glassesneo/sparze"
3
Expert guidance for building Entity Component System (ECS) applications with Sparze, a Zig ECS library. Use when working with Sparze ECS code for (1) Writing system functions with query filters, (2) Organizing systems with single responsibility and proper execution order, (3) Designing component architectures and groups, (4) Using query modifiers (Optional, Exclude, Free), (5) Managing resources and events, (6) Understanding performance trade-offs between Query/Group/SingleQuery, (7) Implementing event-driven system chains, (8) Implementing deferred commands pattern, or (9) Any other Sparze ECS development tasks.
2026-01-05
code-duplication-detector.md
2
1
export
code-duplication-detector
2
from
"sovrium/sovrium"
from
"sovrium/sovrium"
3
Detects duplicate code patterns, similar functions, repeated logic, and copy-paste code across the codebase. Identifies refactoring opportunities by finding code that violates DRY principle. Reports duplication with similarity scores and refactoring suggestions. Use when user requests "find duplicates", "check for copy-paste code", "detect repeated logic", or mentions DRY violations.
2026-01-05
claude-code-slash-commands.md
2
1
export
claude-code-slash-commands
2
from
"JamesPrial/claudefiles"
from
"JamesPrial/claudefiles"
3
Create custom slash commands for Claude Code. Use when the user wants to create, generate, or build a slash command (.md file) for Claude Code, or when they ask about slash command syntax, frontmatter options, argument handling, or want help organizing their commands. Triggers on phrases like "make a slash command", "create a command for Claude Code", "write a /command", or questions about $ARGUMENTS, allowed-tools, or command frontmatter.
2026-01-05