Browse Skills
20307 skills found
verify-maps.md
1
1
export
verify-maps
2
from
"BellaBe/ideas-os"
from
"BellaBe/ideas-os"
3
Verify code maps against type definitions. Catches type mismatches, wrongarguments, and missing imports BEFORE generating actual code. This is thefast-feedback loop that prevents broken code generation.
2026-01-05
persistent-memory.md
1
1
export
persistent-memory
2
from
"MaciWP/CV_Astro"
from
"MaciWP/CV_Astro"
3
Cross-session knowledge retention system that automatically remembers decisions, bug fixes, preferences, patterns, and lessons. Always-active with Memory MCP Server backend. Keywords - memory, persistent, knowledge, cross session, remember, save context, knowledge retention, session memory
2026-01-05
backend-bugfix.md
1
1
export
backend-bugfix
2
from
"penkzhou/swiss-army-knife-plugin"
from
"penkzhou/swiss-army-knife-plugin"
3
This skill should be used when the user asks to "debug backend tests", "fix pytest failures", "analyze Python errors", "fix FastAPI bugs", or mentions keywords like "pytest", "IntegrityError", "ValidationError", "SQLAlchemy", "FastAPI". It provides the complete bugfix workflow knowledge including error classification, confidence scoring, and TDD best practices for Python/FastAPI backends.
2026-01-05
code-execution-helper.md
1
1
export
code-execution-helper
2
from
"davidmatousek/product-led-spec-kit"
from
"davidmatousek/product-led-spec-kit"
3
Guide for using code execution capabilities to perform parallel batch processing, conditional filtering, and data aggregation. This skill should be used when agents need to analyze multiple files efficiently, validate large result sets, aggregate data from multiple sources, or reduce token consumption through execution-based filtering. Provides reusable templates for quota-aware workflows, error handling patterns, and token-efficient data processing.
2026-01-05
custom-plugin-flutter-skill-localization.md
1
1
export
custom-plugin-flutter-skill-localization
2
from
"pluginagentmarketplace/custom-plugin-flutter"
from
"pluginagentmarketplace/custom-plugin-flutter"
3
Production-grade Flutter localization mastery - ARB files, flutter_localizations, intl package, pluralization, RTL support, dynamic locale switching with comprehensive code examples
2026-01-05
conscienceembedding-backend-selector.md
1
1
export
conscienceembedding-backend-selector
2
from
"Cloudhabil/AGI-Server"
from
"Cloudhabil/AGI-Server"
3
Choose the best embedding backend (OpenVINO NPU → Ollama embeddings → sentence-transformers CPU) and fall back gracefully with logging. Use when embedding reliability matters.
2026-01-05
performance-optimization.md
1
1
export
performance-optimization
2
from
"fattits30-dev/Justice-Companion"
from
"fattits30-dev/Justice-Companion"
3
Comprehensive performance analysis and optimization for Justice Companion: React rendering, SQLite query performance, bundle size analysis, memory leak detection. Use when debugging slow UI, optimizing database queries, or reducing app footprint.
2026-01-05
code-debugging.md
1
1
export
code-debugging
2
from
"Mharbulous/SyncoPaid"
from
"Mharbulous/SyncoPaid"
3
Systematic 5-step debugging ladder for broken story implementations. Use when a story is at implementing (broken) stage.
2026-01-05
dapr-observability-setup.md
1
1
export
dapr-observability-setup
2
from
"Sahib-Sawhney-WH/dapr-claude-plugin"
from
"Sahib-Sawhney-WH/dapr-claude-plugin"
3
Configure OpenTelemetry tracing, metrics, and structured logging for DAPR applications. Integrates with Azure Monitor, Jaeger, Prometheus, and other observability backends.
2026-01-05
test-driven-development.md
1
1
export
test-driven-development
2
from
"WesleyMFrederick/cc-workflows"
from
"WesleyMFrederick/cc-workflows"
3
Use when implementing any feature or bugfix, before writing implementation code - write the test first, watch it fail, write minimal code to pass; ensures tests actually verify behavior by requiring failure first
2026-01-05
backend-service-patterns.md
1
1
export
backend-service-patterns
2
from
"linehaul-ai/linehaulai-claude-marketplace"
from
"linehaul-ai/linehaulai-claude-marketplace"
3
Use when implementing API endpoints, business logic, database operations, or adding new entities to laneweaverTMS Go/Echo backend.
2026-01-05
ruby-oop-patterns.md
1
1
export
ruby-oop-patterns
2
from
"Kaakati/rails-enterprise-dev"
from
"Kaakati/rails-enterprise-dev"
3
Comprehensive guide to Object-Oriented Programming in Ruby and Rails covering classes, modules, design patterns, SOLID principles, and modern Ruby 3.x features
2026-01-05
auth-flow-builder.md
1
1
export
auth-flow-builder
2
from
"MaciWP/CV_Astro"
from
"MaciWP/CV_Astro"
3
This skill builds complete authentication flows (JWT, OAuth, session-based) with security best practices.Supports Python (FastAPI, Flask), Node.js/Bun (Hono, Express), and includes registration, login, logout, refresh tokens, password reset.Implements bcrypt/argon2 hashing, JWT signing/verification, session management, CSRF protection, rate limiting.Activate when user says "add authentication", "build login", "JWT auth", "OAuth integration", or needs secure auth.Output: Complete auth system with endpoints, middleware, security, tests, and documentation.
2026-01-05
ideas-capture.md
1
1
export
ideas-capture
2
from
"gsannikov/claude-skills"
from
"gsannikov/claude-skills"
3
Capture fleeting ideas via Apple Notes inbox. AI expands, evaluates, scores potential, and organizes by type (Patent, Startup, Business, Project). Commands - "process ideas", "show ideas", "expand [idea]", "evaluate [idea]".
2026-01-05
security-bluebook-builder.md
1
1
export
security-bluebook-builder
2
from
"SHADOWPR0/security-bluebook-builder"
from
"SHADOWPR0/security-bluebook-builder"
3
Create or refine a concise, normative security policy ("Blue Book") for sensitive applications. Use when users need a threat model, data classification rules, auth/session policy, logging and audit requirements, retention/deletion expectations, incident response, or security gates for apps handling PII/PHI/financial data.
2026-01-05
n8n-integration-testing-patterns.md
1
1
export
n8n-integration-testing-patterns
2
from
"pacphi/ampel"
from
"pacphi/ampel"
3
API contract testing, authentication flows, rate limit handling, and error scenario coverage for n8n integrations with external services. Use when testing n8n node integrations.
2026-01-05
helix-memory.md
1
1
export
helix-memory
2
from
"MarcinDudekDev/helix-memory"
from
"MarcinDudekDev/helix-memory"
3
Long-term memory system for Claude Code using HelixDB graph-vector database. Store and retrieve facts, preferences, context, and relationships across sessions using semantic search, reasoning chains, and time-window filtering.
2026-01-05
infinite-scroll-builder.md
1
1
export
infinite-scroll-builder
2
from
"MaciWP/CV_Astro"
from
"MaciWP/CV_Astro"
3
Implement infinite scroll with Intersection Observer, React Query, virtual scrolling. Load more data on scroll. TanStack Query, SWR. Keywords - infinite scroll, load more, pagination, intersection observer, virtual scroll, tanstack query infinite, lazy loading
2026-01-05
testing.md
1
1
export
testing
2
from
"dralgorhythm/claude-agentic-framework"
from
"dralgorhythm/claude-agentic-framework"
3
Write effective tests for code quality and reliability. Use when implementing features, fixing bugs, or improving coverage. Covers unit, integration, and E2E testing.
2026-01-05
form-builder.md
1
1
export
form-builder
2
from
"deve1993/Quickfy-website"
from
"deve1993/Quickfy-website"
3
Generate form components with validation (Zod, Yup), React Hook Form integration, multi-step wizards, error handling, accessibility, and comprehensive testing patterns
2026-01-05
web-ui-ux.md
1
1
export
web-ui-ux
2
from
"ssdeanx/AI-Skills"
from
"ssdeanx/AI-Skills"
3
Web UI/UX specialist guidance for designing, reviewing, and polishing web product UI (layout, usability, microcopy, accessibility, responsive behavior, forms, navigation). Use when asked to improve UI/UX, audit a page, design a screen, create a component spec, or generate HTML head/manifest/icon guidance for a web app; optionally applicable to Unreal UI (UMG) for UX heuristics.
2026-01-05
nanobanana.md
1
1
export
nanobanana
2
from
"johnpsasser/nanobanana"
from
"johnpsasser/nanobanana"
3
Generate photorealistic images with perfect text rendering using Nano Banana Pro (Gemini 3 Pro Image). Automatically enhances prompts for optimal results with this reasoning-based image model. Use when users request image generation, logos, infographics, posters, diagrams, or any visual content.
2026-01-05
skill-learning.md
1
1
export
skill-learning
2
from
"garyblankenship/SKILL.md"
from
"garyblankenship/SKILL.md"
3
Extract actionable knowledge from external sources and enhance existing skills using 4-tier novelty framework. Use when learning from URLs, documentation, or codebases. Use for enhancing existing skills or creating new ones from external patterns.
2026-01-05
advanced-math-tradingrobustness-risk.md
1
1
export
advanced-math-tradingrobustness-risk
2
from
"keith-mvs/ordinis"
from
"keith-mvs/ordinis"
3
Tail risk, EVT, regularization, validation guardrails, and common pitfalls.
2026-01-05