🤖 Data & AI
2581 skills found
agent-mail.md
3
1
export
agent-mail
2
from
"jwcraig/agent-mail-cli"
from
"jwcraig/agent-mail-cli"
3
Multi-agent coordination via agent-mail CLI. Use when communicating with other agents, coordinating file access, sending/receiving messages, checking inbox, or reserving files. Triggers on "send message to agent", "check inbox", "reserve files", "coordinate with other agents", multi-agent workflows, file reservations, acknowledgements, "list agents", "delete agent", "clean up agents", "purge agents".
2026-01-31
koerner-office.md
3
1
export
koerner-office
2
from
"blicktz/knowledge_base_repo"
from
"blicktz/knowledge_base_repo"
3
Talk to Koerner Office King Of Hustle about their expertise. Koerner Office King Of Hustle provides authentic advice using their mental models, core beliefs, and real-world examples.
2026-02-07
imsa-analyst.md
3
1
export
imsa-analyst
2
from
"tobi/imsa_data"
from
"tobi/imsa_data"
3
use to query historical data on the IMSA Weathertech seasons
2026-02-24
lintmesh.md
3
1
export
lintmesh
2
from
"hexsprite/lintmesh"
3
Run multiple linters (eslint, oxlint, tsc, biome) in parallel with unified JSON output. Use when linting code, checking for errors before commits, or debugging lint failures. Triggers on "lint", "check code", "run linters", or after editing JS/TS files.
2026-01-21
sitrep-coordinator.md
3
1
export
sitrep-coordinator
2
from
"hummbl-dev/hummbl-claude-skills"
from
"hummbl-dev/hummbl-claude-skills"
3
Production-ready Claude skills for HUMMBL mental models framework development, multi-agent coordination, and repository management
2026-02-15
developing-llamaindex-systems.md
3
1
export
developing-llamaindex-systems
2
from
"SpillwaveSolutions/developing-llamaindex-systems"
from
"SpillwaveSolutions/developing-llamaindex-systems"
3
>-
2026-01-17
add-language.md
3
1
export
add-language
2
from
"bartolli/codanna-profiles"
from
"bartolli/codanna-profiles"
3
Guide for implementing a new language parser in Codanna. Use when adding language support, implementing parsers, or extending language capabilities. Covers the six-file architecture (mod.rs, definition.rs, parser.rs, behavior.rs, resolution.rs, audit.rs), trait implementation patterns, resolution scope design, and integration workflow. Triggers on requests to add language support, implement new parser, extend language capabilities, or create language implementation.
2026-01-23
shownotes-generator.md
3
1
export
shownotes-generator
2
from
"WomenDefiningAI/claude-code-skills"
from
"WomenDefiningAI/claude-code-skills"
3
Community resource for personalizing your Claude setup
2026-01-22
brokle-backend-dev.md
3
1
export
brokle-backend-dev
2
from
"brokle-ai/brokle"
from
"brokle-ai/brokle"
3
The AI engineering platform for AI teams. Observability, evaluation, and prompt management for LLMs and AI agents. OpenTelemetry native.
2026-02-08
reviewing-code.md
3
1
export
reviewing-code
2
from
"tdhopper/dotfiles2.0"
from
"tdhopper/dotfiles2.0"
3
The new dotfiles repo managed with yadm
2026-02-26
locque-authoring.md
3
1
export
locque-authoring
2
from
"jaggederest/locque"
from
"jaggederest/locque"
3
Locque, a dependently-typed LLM first programming language
2026-01-12
code-review.md
3
1
export
code-review
2
from
"ue-too/ue-too"
from
"ue-too/ue-too"
3
toolkit for interactive HTML canvas applications
2026-02-26
skill-sync.md
3
1
export
skill-sync
2
from
"KyleKing/vcr-tui"
from
"KyleKing/vcr-tui"
3
TUI for VCR Cassettes
2026-01-30
plan.md
3
1
export
plan
2
from
"akiojin/gwt"
from
"akiojin/gwt"
3
Generate a plan for how an agent should accomplish a complex coding task. Use when a user asks for a plan, and optionally when they want to save, find, read, update, or delete plan files in $CODEX_HOME/plans (default ~/.codex/plans).
2026-02-27
project-memory-recall.md
3
1
export
project-memory-recall
2
from
"hungson175/deploy-memory-tools"
from
"hungson175/deploy-memory-tools"
3
Retrieve project-specific insights from file-based memory. Use when working on features, encountering domain-specific questions, or user says "--project-recall" or "--recall" (you decide which scope, may use both). Skip for routine tasks or universal pattern questions (use coder-memory-recall). This Skill MUST be executed using Task tool with subagent_type="general-purpose". Runs in separate context to avoid polluting main conversation.
2026-02-12
dpo-specialist.md
3
1
export
dpo-specialist
2
from
"moag1000/Little-ISMS-Helper"
from
"moag1000/Little-ISMS-Helper"
3
this is my proposal for a little ISMS helper powered by Claude Code
2026-01-17
openspec.md
3
1
export
openspec
2
from
"ruan-cat/monorepo"
from
"ruan-cat/monorepo"
3
npm @ruan-cat/* 依赖包所在的单仓。存储并维护阮喵喵自用的包。
2026-02-16
searching-web.md
3
1
export
searching-web
2
from
"trancong12102/agentskills"
from
"trancong12102/agentskills"
3
A collection of reusable agent skills for AI coding assistants.
2026-02-26
raindrop.md
3
1
export
raindrop
2
from
"gmickel/raindrop-skill"
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
docker.md
3
1
export
docker
2
from
"wrsmith108/docker-claude-skill"
from
"wrsmith108/docker-claude-skill"
3
Container-based development for isolated, reproducible environments. Use when running npm commands, installing packages, executing code, or managing project dependencies. Trigger phrases include "npm install", "run the build", "start the server", "install package", or any code execution request.
2026-01-30
debug-mode.md
3
1
export
debug-mode
2
from
"nicobailon/debug-mode"
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
cool-mysql.md
3
1
export
cool-mysql
2
from
"StirlingMarketingGroup/cool-mysql"
from
"StirlingMarketingGroup/cool-mysql"
3
A cool MySQL library for cool people
2026-02-23
agent-comms.md
3
1
export
agent-comms
2
from
"buddyh/claude-code-skills"
from
"buddyh/claude-code-skills"
3
Skills I've built for my own Claude Code workflows
2026-02-04
security-audit.md
3
1
export
security-audit
2
from
"netresearch/security-audit-skill"
from
"netresearch/security-audit-skill"
3
Agent Skill for PHP security audits - OWASP patterns, vulnerability detection | Claude Code compatible
2026-02-25