🤖 Data & AI

2580 skills found

managing-permissions.md
3
1 export managing-permissions
2 wombat9000 from "wombat9000/claude-plugins"
3 Personal collection of claude code plugins
2026-01-21
claude-code-plugin-builder.md
3
1 export claude-code-plugin-builder
2 pleaseai from "pleaseai/claude-code-plugins"
3 Creates Claude Code plugins with proper manifest structure, directory layout, and components (commands, agents, skills, hooks, MCP servers). Use when user requests creating plugins, adding slash commands, integrating MCP servers, setting up hooks, migrating Gemini extensions, or mentions "plugin.json", ".claude-plugin", or "marketplace.json". Handles plugin testing, debugging, and marketplace distribution.
2026-02-26
prepare-release.md
3
1 export prepare-release
2 Agent-CI from "Agent-CI/agentexec"
3 Robust agent execution, background workers & activity reporting.
2026-01-21
system-health-skill.md
3
1 export system-health-skill
2 oalles from "oalles/skills-engine"
3 Skills Engine — a Spring-native MVP that models Skills as semantic components (metadata, attributes, tools) and provides a simple Progressive Skill Loading (PSL) engine to condition and govern LLMs.
2025-12-30
coverage-analyzer.md
3
1 export coverage-analyzer
2 kanopi from "kanopi/cms-cultivator"
3 A comprehensive Claude Code plugin providing specialized slash commands for Drupal and WordPress development.
2026-02-19
maud-syntax-fundamentals.md
3
1 export maud-syntax-fundamentals
2 matthewharwood from "matthewharwood/engmanager.xyz"
3 A personal engineering-management site exploring systems leadership, design-driven engineering, and building teams that ship. Notes on architecture, platforms, culture, and the craft of leading engineers at scale.
2026-01-31
scratchpad-fetch.md
3
1 export scratchpad-fetch
2 otrebu from "otrebu/agents"
3 Download and aggregate web pages/docs into timestamped scratchpad files. Use when user asks to "concatenate all these resources", "get all these links", "checkout all these resources", or wants to gather fresh context from documentation URLs. All URLs from one prompt go into single file at docs/scratchpad/<timestamp>.md.
2026-01-24
metadata-manager.md
3
1 export metadata-manager
2 mozilla from "mozilla/bigquery-etl-skills"
3 Use this skill when creating or updating DAG configurations (dags.yaml), schema.yaml, and metadata.yaml files for BigQuery tables. Handles creating new DAGs when needed and coordinates test updates when queries are modified (invokes sql-test-generator as needed). Works with bigquery-etl-core, query-writer, and sql-test-generator skills.
2026-02-05
vanilla-rails-style.md
3
1 export vanilla-rails-style
2 ZempTime from "ZempTime/zemptime-marketplace"
3 Use when refactoring Ruby/Rails code, organizing methods, deciding on guard clauses vs if/else, or following 37signals conventions - these patterns are counter to standard Ruby style guides
2026-02-19
brainstorming.md
3
1 export brainstorming
2 axiomantic from "axiomantic/spellbook"
3 Multi-platform AI assistant skills and workflows. Serious engineering. Also fun.
2026-02-25
cool-mysql.md
3
1 export cool-mysql
2 StirlingMarketingGroup from "StirlingMarketingGroup/cool-mysql"
3 A cool MySQL library for cool people
2026-02-23
wp-migrate.md
3
1 export wp-migrate
2 BWBama85 from "BWBama85/wp-migrate.sh"
3 WordPress migration script supporting SSH push and archive import modes with automated database handling, URL replacement, and wp-content sync
2026-01-05
data-processor.md
3
1 export data-processor
2 ArtemisAI from "ArtemisAI/code-execution-with-MCP"
3 MCP Server for secure, sandboxed code execution — run Python, JavaScript, and TypeScript from AI agents safely.
2026-02-26
code-standards.md
3
1 export code-standards
2 ItamarZand88 from "ItamarZand88/claude-code-agentic-engineering"
3 Advanced Claude Code slash commands and subagents for agentic engineering workflows - complete task-to-implementation pipeline with intelligent delegation
2026-02-20
providers.md
3
1 export providers
2 juanre from "juanre/llmring"
3 Use when switching between LLM providers, accessing provider-specific features (Anthropic caching, OpenAI logprobs), or using raw SDK clients - covers multi-provider patterns and direct SDK access for OpenAI, Anthropic, Google, and Ollama
2026-01-31
vibe-validate.md
3
1 export vibe-validate
2 jdutton from "jdutton/vibe-validate"
3 Faster Agentic Coding with confidence in every commit
2026-02-26
gtnh-skill.md
3
1 export gtnh-skill
2 clay07g from "clay07g/GTNH-Claude-Skill"
3 Claude skill for answering questions about the GregTech: New Horizons modpack for Minecraft, based on data mining the installation.
2026-02-06
skill-sync.md
3
1 export skill-sync
2 KyleKing from "KyleKing/vcr-tui"
3 TUI for VCR Cassettes
2026-01-30
readme-generator.md
3
1 export readme-generator
2 GhostTypes from "GhostTypes/ff-5mp-api-py"
3 A comprehensive Python library for controlling FlashForge 3D printers
2026-02-17
security-audit.md
3
1 export security-audit
2 netresearch from "netresearch/security-audit-skill"
3 Agent Skill for PHP security audits - OWASP patterns, vulnerability detection | Claude Code compatible
2026-02-25
opencode-cli.md
3
1 export opencode-cli
2 SpillwaveSolutions from "SpillwaveSolutions/opencode_cli"
3 This skill should be used when configuring or using the OpenCode CLI for headless LLM automation. Use when the user asks to "configure opencode", "use opencode cli", "set up opencode", "opencode run command", "opencode model selection", "opencode providers", "opencode vertex ai", "opencode mcp servers", "opencode ollama", "opencode local models", "opencode deepseek", "opencode kimi", "opencode mistral", "fallback cli tool", or "headless llm cli". Covers command syntax, provider configuration, Vertex AI setup, MCP servers, local models, cloud providers, and subprocess integration patterns.
2026-01-22
raindrop.md
3
1 export raindrop
2 gmickel from "gmickel/raindrop-skill"
3 Manage Raindrop.io bookmarks, collections, tags, and highlights via API. Use when user mentions raindrop, bookmarks, saving links, organizing URLs, bookmark collections, or web highlights.
2026-02-07
searching-web.md
3
1 export searching-web
2 trancong12102 from "trancong12102/agentskills"
3 A collection of reusable agent skills for AI coding assistants.
2026-02-26
debug-mode.md
3
1 export debug-mode
2 nicobailon from "nicobailon/debug-mode"
3 Hypothesis-driven debugging with hybrid dual-track parallel execution (Opus 4.5 + GPT 5.2). Spawns two independent chains of subagents where each reviews and improves upon its own previous work, then synthesizes findings from both tracks. Use when debugging hard-to-reproduce bugs, CI/E2E test failures, flaky tests, or when standard fixes have failed.
2026-02-10