Browse Skills
4429 skills found
limacharlie-call.md
1
1
export
limacharlie-call
2
from
"refractionPOINT/lc-ai"
from
"refractionPOINT/lc-ai"
3
**REQUIRED for ALL LimaCharlie operations** - list orgs, sensors, rules, detections, queries, and 143 functions. NEVER call LimaCharlie MCP tools directly. Use cases: 'what orgs do I have', 'list sensors', 'search IOCs', 'run LCQL query', 'create detection rule'. This skill loads function docs and delegates to sub-agent.
2026-01-05
az-cli.md
1
1
export
az-cli
2
from
"lttr/claude-marketplace"
from
"lttr/claude-marketplace"
3
This skill should be used when working with Azure DevOps from the command line. Trigger when user mentions az devops, az repos, az pipelines, az boards, or asks about managing PRs, work items, pipelines, or repositories in Azure DevOps. Also trigger for questions about Azure DevOps CLI setup, authentication, or querying work items.
2026-01-05
cache-strategy-builder.md
1
1
export
cache-strategy-builder
2
from
"MaciWP/CV_Astro"
from
"MaciWP/CV_Astro"
3
This skill implements caching strategies (Redis, in-memory) with TTL, invalidation, and patterns.Supports Redis (ioredis, redis-py), in-memory (LRU cache), with cache-aside, write-through, read-through patterns.Creates cache wrappers, TTL management, cache invalidation, cache warming, decorator patterns.Activate when user says "add caching", "Redis cache", "cache strategy", "improve performance with cache".Output: Complete caching implementation with Redis/in-memory, TTL, invalidation, and performance boost.
2026-01-05
url-parameter-parser.md
1
1
export
url-parameter-parser
2
from
"feed-mob/agent-skills"
from
"feed-mob/agent-skills"
3
Parse URLs in CSV files and extract query parameters as new columns. Use when working with CSV files containing URLs that need parameter extraction and analysis.
2026-01-05
sql-analysis.md
1
1
export
sql-analysis
2
from
"spjoshis/claude-code-plugins"
from
"spjoshis/claude-code-plugins"
3
Master SQL for data analysis with complex queries, joins, aggregations, window functions, and query optimization.
2026-01-05
embodiment-grounding-loop.md
1
1
export
embodiment-grounding-loop
2
from
"Cloudhabil/AGI-Server"
from
"Cloudhabil/AGI-Server"
3
Execute a safe sensor/actuator loop to ground tasks in local system state. Use when tasks require environment feedback or bounded actions.
2026-01-05
moai-lang-rust.md
1
1
export
moai-lang-rust
2
from
"junseokandylee/RallyApp"
from
"junseokandylee/RallyApp"
3
Rust 1.91+ development specialist covering Axum, Tokio, SQLx, and memory-safe systems programming. Use when building high-performance, memory-safe applications or WebAssembly.
2026-01-05
fetching-library-docs.md
1
1
export
fetching-library-docs
2
from
"mjunaidca/mjs-agent-skills"
from
"mjunaidca/mjs-agent-skills"
3
Token-efficient library API documentation fetcher using Context7 MCP with 77% token savings.Fetches code examples, API references, and usage patterns for published libraries (React,Next.js, Prisma, etc). Use when users ask "how do I use X library", need code examples,want API syntax, or are learning a framework's official API. Triggers: "Show me React hooks","Prisma query syntax", "Next.js routing API". NOT for exploring repo internals/source code(use researching-with-deepwiki) or local files.
2026-01-05
troubleshoot.md
1
1
export
troubleshoot
2
from
"thedotmack/rad-mem"
from
"thedotmack/rad-mem"
3
Diagnose and fix rad-mem installation issues. Checks PM2 worker status, database integrity, service health, dependencies, and provides automated fixes for common problems.
2026-01-05
workflow-orchestrator.md
1
1
export
workflow-orchestrator
2
from
"stharrold/stharrold-templates"
from
"stharrold/stharrold-templates"
3
Orchestrates git workflow for Python feature/release/hotfix development.Loads and coordinates other skills based on current context.Includes PR feedback handling via work-item generation.Use when:- User says "next step?" or "continue workflow"- Working in git repo with TODO_[feature|release|hotfix]_*.md files- Need to determine workflow phase and load appropriate skills- Handling PR feedback via work-itemsTriggers: next step, continue, what's next, workflow status, PR feedbackCoordinates: tech-stack-adapter, git-workflow-manager, bmad-planner,speckit-author, quality-enforcer, workflow-utilitiesContext management: Prompt user to run /context when context usageis high, then /init to reset before continuing workflow.
2026-01-05
performance.md
1
1
export
performance
2
from
"89jobrien/steve"
from
"89jobrien/steve"
3
Comprehensive performance specialist covering analysis, optimization, load testing, and framework-specific performance. Use when identifying bottlenecks, optimizing code, conducting load tests, analyzing Core Web Vitals, fixing memory leaks, or improving application performance across all layers (application, database, frontend). Includes React-specific optimization patterns.
2026-01-05
databases-architecture-skill.md
1
1
export
databases-architecture-skill
2
from
"pluginagentmarketplace/custom-plugin-nextjs"
from
"pluginagentmarketplace/custom-plugin-nextjs"
3
Master database design (SQL, NoSQL), system architecture, API design (REST, GraphQL), and building scalable systems. Learn PostgreSQL, MongoDB, system design patterns, and enterprise architectures.
2026-01-05
supabase-rpc-manager.md
1
1
export
supabase-rpc-manager
2
from
"jgtolentino/insightpulse-odoo"
from
"jgtolentino/insightpulse-odoo"
3
Supabase PostgreSQL RPC, pgvector operations, and real-time subscriptions
2026-01-05
django-query-optimizer.md
1
1
export
django-query-optimizer
2
from
"MaciWP/CV_Astro"
from
"MaciWP/CV_Astro"
3
Detects and fixes N+1 query problems and enforces query optimization. This skill should be used when working with Django QuerySets to ensure select_related, prefetch_related, and order_by are properly applied for optimal database performance.
2026-01-05
drizzle-orm.md
1
1
export
drizzle-orm
2
from
"JasonPaff/head-shakers"
from
"JasonPaff/head-shakers"
3
Enforces Head Shakers Drizzle ORM coding conventions when creating or modifying database queries, schemas, and migrations. This skill ensures consistent patterns for query structure, type safety, permission filtering, pagination, resilience, and database operations.
2026-01-05
tool-interface-analysis.md
1
1
export
tool-interface-analysis
2
from
"Dowwie/agent_framework_study"
from
"Dowwie/agent_framework_study"
3
Analyze tool registration, schema generation, and error feedback mechanisms in agent frameworks. Use when (1) understanding how tools are defined and registered, (2) evaluating schema generation approaches (introspection vs manual), (3) tracing error feedback loops to the LLM, (4) assessing retry and self-correction mechanisms, or (5) comparing tool interfaces across frameworks.
2026-01-05
database-patterns.md
1
1
export
database-patterns
2
from
"Zate/cc-plugins"
from
"Zate/cc-plugins"
3
This skill should be used for database schema design, indexes, query optimization, migrations, SQL, PostgreSQL, MySQL, ORM patterns, data modeling, database relationships
2026-01-05
redis-advanced-types.md
1
1
export
redis-advanced-types
2
from
"pluginagentmarketplace/custom-plugin-redis"
from
"pluginagentmarketplace/custom-plugin-redis"
3
Master Redis advanced data types - Bitmaps, HyperLogLog, Streams, and Geospatial indexes for specialized use cases
2026-01-05
datetime-timezone.md
1
1
export
datetime-timezone
2
from
"mjunaidca/mjs-agent-skills"
from
"mjunaidca/mjs-agent-skills"
3
Handle datetime and timezone conversions correctly across frontend, API, and database. Use this skill when working with datetime-local inputs, scheduling features, due dates, reminders, or any time-sensitive functionality. Covers the critical pitfall of browser datetime-local inputs lacking timezone info.
2026-01-05
performance-management.md
1
1
export
performance-management
2
from
"pluginagentmarketplace/custom-plugin-engineering-manager"
from
"pluginagentmarketplace/custom-plugin-engineering-manager"
3
Master performance management, goal-setting, OKRs, reviews, feedback, and metrics for engineering teams
2026-01-05
agentdb-performance-optimization.md
1
1
export
agentdb-performance-optimization
2
from
"bjpl/open_learn_co"
from
"bjpl/open_learn_co"
3
Optimize AgentDB performance with quantization (4-32x memory reduction), HNSW indexing (150x faster search), caching, and batch operations. Use when optimizing memory usage, improving search speed, or scaling to millions of vectors.
2026-01-05
managing-animations.md
1
1
export
managing-animations
2
from
"jls42/leapmultix"
from
"jls42/leapmultix"
3
Creates and manages CSS and JavaScript animations (keyframes, transitions, sprite animations, canvas animations). Use when adding visual animations or user feedback
2026-01-05
importing-data.md
1
1
export
importing-data
2
from
"tilmon-engineering/claude-skills"
from
"tilmon-engineering/claude-skills"
3
Systematic CSV import process - discover structure, design schema, standardize formats, import to database, detect quality issues (component skill for DataPeeker analysis sessions)
2026-01-05
docker-mcp.md
1
1
export
docker-mcp
2
from
"GGPrompts/my-gg-plugins"
from
"GGPrompts/my-gg-plugins"
3
Comprehensive guide for Docker MCP Toolkit Dynamic Tools - discover and use ~170 MCP servers on-demand. Use when working with MCP servers, dynamic tools, database access, APIs, cloud services, or needing external integrations during conversations.
2026-01-05