Browse Skills
44969 skills found
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
security-header-generator.md
1
1
export
security-header-generator
2
from
"Dexploarer/claudius-skills"
from
"Dexploarer/claudius-skills"
3
Generates security HTTP headers (CSP, HSTS, CORS, etc.) for web applications to prevent common attacks. Use when user asks to "add security headers", "setup CSP", "configure CORS", "secure headers", or "HSTS setup".
2026-01-05
injection-vulnerabilities-ai-generated-code.md
1
1
export
injection-vulnerabilities-ai-generated-code
2
from
"harperaa/secure-claude-skills"
from
"harperaa/secure-claude-skills"
3
Understand how AI generates SQL injection, command injection, and XSS vulnerabilities. Use this skill when you need to learn about injection attack patterns in AI code, see real-world examples of injection vulnerabilities, understand why AI generates insecure database queries, or recognize vulnerable code patterns. Triggers include "SQL injection AI", "command injection", "XSS vulnerabilities", "injection attacks", "AI database queries", "shell injection", "cross-site scripting AI code".
2026-01-05
document-converter-suite.md
1
1
export
document-converter-suite
2
from
"dkyazzentwatwa/chatgpt-skills"
from
"dkyazzentwatwa/chatgpt-skills"
3
Convert between 8 formats (PDF, DOCX, PPTX, XLSX, TXT, CSV, MD, HTML). Best-effort text extraction, batch processing, and document format transformation.
2026-01-05
ops-monitor.md
1
1
export
ops-monitor
2
from
"fractary/claude-plugins"
from
"fractary/claude-plugins"
3
Monitor deployed infrastructure health and performance - check resource status,query CloudWatch metrics (CPU, memory, requests, errors), analyze performancetrends, track SLI/SLO metrics, detect anomalies, generate health reports withresource status summaries, identify degraded services, provide performanceoptimization recommendations.
2026-01-05
patternschain-of-responsibility.md
1
1
export
patternschain-of-responsibility
2
from
"mgreenly/ikigai"
from
"mgreenly/ikigai"
3
Chain of Responsibility Pattern pattern for C development
2026-01-05
css-flexbox-grid.md
1
1
export
css-flexbox-grid
2
from
"pluginagentmarketplace/custom-plugin-css"
from
"pluginagentmarketplace/custom-plugin-css"
3
Master Flexbox and CSS Grid layouts for modern responsive design
2026-01-05