- Home
- /
- Categories
- /
- Agents
Agents
AI agents and automation
backend-java
by shaul1991
Java Developer Agent. Java/Spring Boot 기반 백엔드 개발을 담당합니다. Spring, JPA, Hibernate, Maven, Gradle 전문.
agentmail
by albertpurnama
Give AI agents their own email inboxes using the AgentMail API. Use when building email agents, sending/receiving emails programmatically, managing inboxes, handling attachments, organizing with labels, creating drafts for human approval, or setting up real-time notifications via webhooks/websockets. Supports multi-tenant isolation with pods.
AgentSearch
by t0ken-ai
The search engine for AI agents. 39+ sites, zero API keys, zero cloud, zero cost. 100% local & private.
prime
by ddaanet
Load plan artifacts and recall for ad-hoc plan work outside workflow skills. Triggers on "/prime", "load plan context", "prime the plan", or when working on plan artifacts without a workflow skill (design, runbook, orchestrate). Reads existing plan files, then chain-calls /recall.
skill-creator
by arielperez82
Guide for creating effective skills. Use when users want to create a new skill (or update an existing skill) that extends the agent's capabilities with specialized knowledge, workflows, or tool integrations.
eval-conversation-flow
by whitespectre
Score assistant responses for conversational flow on a strict 1-5 scale, then return strict JSON only with dimension, score, rationale, and improvement suggestions. Use when the user asks to evaluate flow, coherence across turns, responsiveness, or how well the assistant carries context forward.
github-skill
by Darna-Digital
GitHub skill
rag-implementation
by Cursedpotential
Build Retrieval-Augmented Generation (RAG) systems for LLM applications with vector databases and semantic search. Use when implementing knowledge-grounded AI, building document Q&A systems, or integrating LLMs with external knowledge bases.
PDD Shopping
by harrylabsj
Navigate Pinduoduo (拼多多) with smart group buying strategies, seller vetting, bargain hunting techniques, and browser-based subsidy/detail checks.
customer-centric-design
by moderndegree
Customer-obsessed design methodology. Use when designing features, validating problems, choosing research methods, or measuring design success.
outliner
by hansonyyds
科技专栏提纲生成技能。当用户提供素材(文章、推文等)要求分析并生成写作提纲时使用。用户请求如"帮我分析这篇文章"、"生成提纲"、"写个专栏"等。生成 2-3 个差异化提纲方案,并行启动写作 agent,保存草稿供用户选择。
claude-extensibility
by brixtonpham
"Claude Code extensibility: agents, skills, output styles. Capabilities: create/update/delete agents and skills, YAML frontmatter, system prompts, tool/model selection, resumable agents, CLI-defined agents. Actions: create, edit, delete, optimize, test extensions. Keywords: agent, skill, output-style, SKILL.md, subagent, Task tool, progressive disclosure. Use when: creating agents/skills, editing extensions, configuring tool access, choosing models, testing activation."
futu-api
by christophert0607-creator
Kiro Quant Futu + V3 pipeline operation skill. Use this when an agent needs to: - run/rebuild the V3 launcher and switch runtime profile (lite/standard) - execute end-to-end health checks (compile, dry-run, core commands) - update task progress documents and handoff notes - operate Futu OpenAPI data/trading workflow with fallback data sources
Multi-Agent Consensus Engine
by ryanrdetzel
A structured debate system using defined cognitive frameworks (personas) to cross-examine technical proposals and force consensus.
project-orchestration
by htooayelwinict
Coordinate multiple agents by routing tasks to appropriate specialists. EXCLUSIVE to project-manager agent.
long-long-run
by huahuadeliaoliao
Use when a task needs a persistent session-bound runtime for long-running execution, project exploration, recovery, monitoring, or continued progress toward one main objective while still handling temporary user interruptions.
ekscoding
by kaixinbaba
Use this when the user asks for coding task/progress planning, executing the next unchecked task, executing tasks until a target module is complete, generating human+agent acceptance docs, interactive guided validation walkthrough, archiving plan history, or generating deployment checklists. Triggers on commands like /createTasks, /doNextTask, /doTasksUntil, /validateResult, /helpValidate, /archiveHistory, /generateDeploymentChecklist, or when you says things like "拆分任务"、"执行下一个任务"、"执行到 Module X"、"生成验收文档"、"帮我验收"、"引导我验证"、"一步步测"、"归档任务历史"、"生成部署清单"、"我要上线了准备清单".
snakemake
by sahuno
Expert Snakemake workflow engineer for bioinformatics pipelines on SLURM HPC. Specializes in creating, debugging, and running Snakemake 9 workflows with battle-tested SLURM profiles, proper container integration, and reproducible run organization. Use this skill proactively whenever the user asks to: create/write/build a Snakemake workflow or pipeline, debug a Snakemake error or failed SLURM job, add rules to an existing Snakefile, write or fix a SLURM profile for Snakemake, organize pipeline outputs or run directories, convert a shell script or ad-hoc analysis into a reproducible Snakemake workflow, or troubleshoot Snakemake 9 + SLURM executor issues (memory conflicts, container propagation, stale locks). Also trigger when the user mentions snakemake dry-run, snakemake DAG, snakemake profile, workflow-profile, SLURM executor plugin, modkit pileup pipeline, or any multi-sample bioinformatics pipeline that needs per-sample parallelism with a dependency DAG. Do NOT trigger for: tasks with <3 steps and no parallelism (bash script is better), pure Nextflow workflows, or one-off data exploration.
dexranger
by sashazykov
Check crypto tokens for rug pull risk and scams using DEX Ranger. Use when the user wants to check a token's trust score, safety, warnings, or red flags on Ethereum (ETH), Solana (SOL), BSC, or TON. Also use when the user provides a token contract address and wants to know if it's safe, a scam, or a rug pull.
mission-control
by rguillory747
Monitor and manage AI agent squads via Mission Control dashboard. Send heartbeats, log activities, update tasks.
openclaw-team-bus
by louis-cai
Multi-agent communication bus for OpenClaw. Use for team coordination, task distribution, and inter-agent messaging via shared filesystem.
Genome Weaver
by smouj
"🧬 Darwinian skill evolution with variant generation, benchmark and selection."
openclaw-agent-builder
by irangareddy
Build specialized openclaw agents with proper workspace structure, identity, and skills
doc-driven-development
by qiao-925
文档驱动开发规范,要求 Agent 在生成代码或修复 bug 前先查阅官方文档与示例,包含 API 验证流程、搜索策略与 MCP 调用规则。适用于接入第三方库、排查 API 报错、版本变更等场景。