Browse Skills
44969 skills found
ops-responder.md
1
1
export
ops-responder
2
from
"fractary/claude-plugins"
from
"fractary/claude-plugins"
3
Respond to incidents and apply remediations - restart services, scale resources,clear caches, update configurations, rollback deployments, apply fixes, verifyremediation success, document actions taken, track remediation history.
2026-01-05
spec-validator.md
1
1
export
spec-validator
2
from
"fractary/claude-plugins"
from
"fractary/claude-plugins"
3
Validates implementations against specifications by checking requirements coverage, acceptance criteria, and documentation updates
2026-01-05
interpreting-results.md
1
1
export
interpreting-results
2
from
"tilmon-engineering/claude-skills"
from
"tilmon-engineering/claude-skills"
3
Component skill for systematic result interpretation with intellectual honesty in DataPeeker analysis sessions
2026-01-05
dependency-management.md
1
1
export
dependency-management
2
from
"Gaku52/claude-code-skills"
from
"Gaku52/claude-code-skills"
3
依存関係管理ガイド。Swift Package Manager、CocoaPods、npm、pip等のパッケージマネージャー運用、バージョン管理、セキュリティアップデート、ライセンス管理など、依存関係の効率的な管理方法。
2026-01-05
database-schema.md
1
1
export
database-schema
2
from
"JasonPaff/head-shakers"
from
"JasonPaff/head-shakers"
3
Enforces Head Shakers database schema conventions when creating or modifying Drizzle ORM table definitions, including constraints, indexes, relations, and column patterns. This skill should be used proactively whenever working with schema files to ensure consistent schema design for PostgreSQL with Neon serverless.
2026-01-05
synthesis-abstraction-ladder.md
1
1
export
synthesis-abstraction-ladder
2
from
"synapseradio/thinkies"
from
"synapseradio/thinkies"
3
Navigate between concrete details and abstract principles to find the thinking altitude where problems become solvable. Use when: (1) asked to zoom in on specifics, zoom out to big picture, or move between abstraction levels, (2) stuck in implementation details without seeing the pattern or floating in abstractions without actionable steps, (3) discussion needs grounding in concrete examples or needs elevation to identify transferable patterns, (4) explaining concepts to audiences at different expertise levels who need different altitudes to understand.
2026-01-05
graphql-fundamentals.md
1
1
export
graphql-fundamentals
2
from
"pluginagentmarketplace/custom-plugin-graphql"
from
"pluginagentmarketplace/custom-plugin-graphql"
3
Master GraphQL core concepts - types, queries, mutations, and subscriptions
2026-01-05
image-comparison-tool.md
1
1
export
image-comparison-tool
2
from
"dkyazzentwatwa/chatgpt-skills"
from
"dkyazzentwatwa/chatgpt-skills"
3
Compare images with SSIM similarity scoring, pixel difference highlighting, and side-by-side visualization.
2026-01-05
creating-mcp-servers.md
1
1
export
creating-mcp-servers
2
from
"billlzzz18/bl1nk-skill-platform"
from
"billlzzz18/bl1nk-skill-platform"
3
Creates production-ready MCP servers using FastMCP v2. Use when building MCP servers, optimizing tool descriptions for context efficiency, implementing progressive disclosure for multiple capabilities, or packaging servers for distribution.
2026-01-05
whole-brain-emulation-core-simulation.md
1
1
export
whole-brain-emulation-core-simulation
2
from
"starwreckntx/IRP__METHODOLOGIES-"
from
"starwreckntx/IRP__METHODOLOGIES-"
3
Simulate whole-brain emulation core processes.
2026-01-05
interview-records.md
1
1
export
interview-records
2
from
"sigridjineth/interview-copilot-with-skills"
from
"sigridjineth/interview-copilot-with-skills"
3
Archive of past customer interviews. Contains full transcripts, summaries, pain points, outcomes, and skills used. Use for referencing previous conversations with the same company or finding similar case patterns.
2026-01-05
nathan-standards.md
1
1
export
nathan-standards
2
from
"89jobrien/steve"
from
"89jobrien/steve"
3
Development standards for the Nathan n8n-Jira agent automation system. Covers n8n workflows, Python patterns, and project conventions.
2026-01-05
configure.md
1
1
export
configure
2
from
"designnotdrum/brain-jar"
from
"designnotdrum/brain-jar"
3
Configure pattern-radar sources, weights, and domains.
2026-01-05
spring-reactive.md
1
1
export
spring-reactive
2
from
"pluginagentmarketplace/custom-plugin-spring-boot"
from
"pluginagentmarketplace/custom-plugin-spring-boot"
3
Build reactive applications - WebFlux, Mono/Flux, R2DBC, backpressure, reactive streams
2026-01-05
managing-github-projects.md
1
1
export
managing-github-projects
2
from
"kynoptic/markdownlint-trap"
from
"kynoptic/markdownlint-trap"
3
Manages GitHub Projects V2 items and custom fields using GitHub CLI commands. Use when adding issues/PRs to projects, updating Status (Backlog/Todo/Doing/Done), Value (Essential/Useful/Nice-to-have), or Effort (Light/Moderate/Heavy) fields, querying project data, or performing bulk operations.
2026-01-05
technical-implementation.md
1
1
export
technical-implementation
2
from
"leeovery/claude-technical-workflows"
from
"leeovery/claude-technical-workflows"
3
Execute implementation plans using strict TDD workflow with quality gates. Fifth phase of research-discussion-specification-plan-implement-review workflow. Use when: (1) Implementing a plan from docs/workflow/planning/{topic}.md, (2) User says 'implement', 'build', or 'code this' after planning, (3) Ad hoc coding that should follow TDD and quality standards, (4) Bug fixes or features benefiting from structured implementation. Writes tests first, implements to pass, commits frequently, stops for user approval between phases.
2026-01-05
copilot-mcp-server.md
1
1
export
copilot-mcp-server
2
from
"Aykahshi/copilot-mcp-tool"
from
"Aykahshi/copilot-mcp-tool"
3
Direct access to GitHub Copilot MCP server tools for AI-powered development assistance
2026-01-05
deciding-constraint-inventory.md
1
1
export
deciding-constraint-inventory
2
from
"synapseradio/thinkies"
from
"synapseradio/thinkies"
3
Systematically identify and catalog all constraints that bound a decision or solution space. Use when: (1) asked to propose solutions without first identifying what constraints bound the problem, (2) constraints are presented as equally immutable without distinguishing negotiable from non-negotiable, (3) historical constraints are assumed without validating they still apply, (4) solutions are rejected for violating constraints that were not identified upfront.
2026-01-05
refactor-test-safety-net.md
1
1
export
refactor-test-safety-net
2
from
"CANTAGESTUDIO/CosmicAtlasPacker"
from
"CANTAGESTUDIO/CosmicAtlasPacker"
3
[Code Quality] Establishes test coverage requirements before refactoring. Use to identify missing tests, create minimal safety net tests, and define verification strategy for behavior preservation.
2026-01-05
unsloth-finetuning.md
1
1
export
unsloth-finetuning
2
from
"ScientiaCapital/unsloth-mcp-server"
from
"ScientiaCapital/unsloth-mcp-server"
3
Fine-tune LLMs 2x faster with 80% less memory using Unsloth. Use when the user wants to fine-tune models like Llama, Mistral, Phi, or Gemma. Handles model loading, LoRA configuration, training, and model export.
2026-01-05
using-perplexity-for-context.md
1
1
export
using-perplexity-for-context
2
from
"designnotdrum/brain-jar"
from
"designnotdrum/brain-jar"
3
Automatically use Perplexity search for personalized context enrichment. Use when facing unfamiliar technologies, decision points, learning questions, or preference-dependent choices.
2026-01-05
embedding-repair.md
1
1
export
embedding-repair
2
from
"Cloudhabil/AGI-Server"
from
"Cloudhabil/AGI-Server"
3
Diagnose and repair embedding model availability and MSHR index health; use when embedding errors, dimension mismatches, or rebuild failures appear.
2026-01-05
error-handling-patterns.md
1
1
export
error-handling-patterns
2
from
"tipmaster/claude-config"
from
"tipmaster/claude-config"
3
Use when adding error handling, designing APIs, or debugging failures - guides selection of fail-fast vs graceful degradation, error boundaries, retry strategies, and user-facing messages to build resilient systems
2026-01-05
advanced-evaluation.md
1
1
export
advanced-evaluation
2
from
"rohunvora/my-claude-skills"
from
"rohunvora/my-claude-skills"
3
Master LLM-as-a-Judge evaluation techniques including direct scoring, pairwise comparison, rubric generation, and bias mitigation. Use when building evaluation systems, comparing model outputs, or establishing quality standards for AI-generated content.
2026-01-05