Agents

AI agents and automation

Showing 1753-1776 of 4328 skills
agentmail-to

agentmail-toolkit

by agentmail-to

Add email capabilities to AI agents using popular frameworks. Provides pre-built tools for TypeScript and Python frameworks including Vercel AI SDK, LangChain, Clawdbot, OpenAI Agents SDK, and LiveKit Agents. Use when integrating AgentMail with agent frameworks that need email send/receive tools.

Agents 15 4mo ago
xenitV1

parallel-agents

by xenitV1

Native multi-agent orchestration using Claude Code's Agent Tool. Use when multiple independent tasks can run with different domain expertise or when comprehensive analysis requires multiple perspectives.

Agents 131 5mo ago
Lubu-Labs

deepagents-planning-todos

by Lubu-Labs

Use the write_todos tool effectively for task planning and decomposition in Deep Agents. Use when users want to (1) implement task planning with write_todos, (2) break down complex tasks into subtasks, (3) track agent progress through todos, (4) debug why todos aren't completing, (5) design todo structures for different task types (research, coding, analysis), (6) understand todo status lifecycle and best practices, or (7) visualize todo progression from LangSmith traces.

Agents 99 3mo ago
proflead

scalability-assessment

by proflead

Assess a system for growth bottlenecks. Use when a senior developer needs to evaluate scaling limits.

Agents 109 5mo ago
Lubu-Labs

langgraph-project-setup

by Lubu-Labs

Initialize and configure LangGraph projects with proper structure, langgraph.json configuration, environment variables, and dependency management. Use when users want to (1) create a new LangGraph project, (2) set up langgraph.json for deployment, (3) configure environment variables for LLM providers, (4) initialize project structure for agents, (5) set up local development with LangGraph Studio, (6) configure dependencies (pyproject.toml, requirements.txt, package.json), or (7) troubleshoot project configuration issues.

Agents 99 4mo ago
proflead

ticket-breakdown

by proflead

Break a task or ticket into small steps. Use when a junior developer needs guidance on how to start.

Agents 109 5mo ago
Lubu-Labs

langgraph-state-management

by Lubu-Labs

Design state schemas, implement reducers, configure persistence, and debug state issues for LangGraph applications. Use when users want to (1) design or define state schemas for LangGraph graphs, (2) implement reducer functions for state accumulation, (3) configure persistence with checkpointers (InMemorySaver/MemorySaver, SqliteSaver, PostgresSaver), (4) debug state update issues or unexpected state behavior, (5) migrate state schemas between versions, (6) validate state schema structure, (7) choose between TypedDict and MessagesState patterns, (8) implement custom reducers for lists, dicts, or sets, (9) use the Overwrite type to bypass reducers, (10) set up thread-based persistence for multi-turn conversations, or (11) inspect checkpoints for debugging.

Agents 99 4mo ago
proflead

feature-flag-playbook

by proflead

Plan feature flag rollout and cleanup. Use when a mid-level developer needs controlled release guidance.

Agents 109 5mo ago
proflead

config-file-explainer

by proflead

Explain a configuration file and its key options. Use when a junior developer is confused by a config file.

Agents 109 5mo ago
netcorepal

cleanddd-requirements-analysis

by netcorepal

需求澄清与拆解,识别干系人并将需求条目标注所属对象与业务实体;仅产出结构化需求描述,不做建模定义,可作为后续建模输入

Agents 30 5mo ago
rand

discover-math

by rand

Automatically discover mathematics and algorithm skills when working with linear algebra, calculus, optimization, statistics, probability, numerical methods, category theory, or topology. Activates for math development tasks.

Agents 111 4mo ago
rand

discover-build-systems

by rand

Automatically discover build system skills when working with Make, CMake, Bazel, Gradle, Maven, Cargo, Meson, build automation, or compilation. Activates for build-systems development tasks.

Agents 111 4mo ago
rand

discover-testing

by rand

Automatically discover testing skills when working with unit testing, integration testing, e2e testing, TDD, test coverage, mocking, pytest, Jest, or test automation. Activates for testing development tasks.

Agents 111 4mo ago
bntvllnt

workflow

by bntvllnt

High-velocity solo development workflow. Idea to production same-day. 9 commands: plan, spike, ship, review, spec-review, focus, done, drop, workflow. Auto-activates on: "plan", "spec", "ship", "spike", "spec-review", "review spec", "analyze spec", "challenge spec", "focus", "what should i do", "prioritize", "overwhelmed", "what should i work on", "done", "finish", "complete", "drop", "abandon", "workflow", "what's next", "whats next", "next step", "what now".

Agents 14 4mo ago
bntvllnt

analyze

by bntvllnt

Universal multi-perspective analyzer for any topic, file, idea, or decision. Extract key points, find gaps/risks, identify improvements with actionable plans.

Agents 14 4mo ago
bntvllnt

git

by bntvllnt

Unified git workflow for branch-first development: status/diff review, security-first commits, worktrees, and PR creation/review via gh. Auto-activates on: "commit", "push", "branch", "worktree", "pr", "pull request", "merge", "rebase", "git".

Agents 14 4mo ago
IgorWarzocha

skill-creator

by IgorWarzocha

Architect and refine OpenCode skills to extend agent capabilities. Handles directory scaffolding, SKILL.md authoring, frontmatter optimization, and resource organization (scripts/references/assets). Use proactively for creating new skills, updating existing workflows, or fixing skill discovery issues. Examples: - user: "Create a new skill for database management" → scaffold directory and initial SKILL.md - user: "My skill isn't triggering correctly" → analyze and refine frontmatter description - user: "Add a python script to the image-processing skill" → structure scripts/ directory - user: "How should I structure a skill for API docs?" → design references/ layout

Agents 124 4mo ago
IgorWarzocha

skill-creator

by IgorWarzocha

Guide for creating effective opencode skills. Use for creating or updating skills that extend agent capabilities with specialized knowledge, workflows, or tool integrations. Examples: - user: "Create a skill for git workflows" → define SKILL.md with instructions and examples - user: "Add examples to my skill" → follow the user: "query" → action pattern - user: "Update skill description" → use literal block scalar and trigger contexts - user: "Structure a complex skill" → organize with scripts/ and references/ directories - user: "Validate my skill" → check structure, frontmatter, and discovery triggers

Agents 124 5mo ago
IgorWarzocha

agent-navigation-sop

by IgorWarzocha

Generate AGENTS.md for AI agent navigation. Covers build/test commands, coding conventions, task routing, and codebase structure. Use proactively during /init workflow or when creating agent-readable repository documentation. Examples: - user: "/init" → full AI navigation AGENTS.md + skill recommendations - user: "/init basic" → minimal AGENTS.md structure only - user: "Create AGENTS.md for this repo" → assess complexity, generate navigation doc - user: "Document codebase for AI agents" → structured AGENTS.md with task routing

Agents 124 4mo ago
IgorWarzocha

agent-architect

by IgorWarzocha

Create and refine OpenCode agents via guided Q&A. Use proactively for agent creation, performance improvement, or configuration design. Examples: - user: "Create an agent for code reviews" → ask about scope, permissions, tools, model preferences, generate AGENTS.md frontmatter - user: "My agent ignores context" → analyze description clarity, allowed-tools, permissions, suggest improvements - user: "Add a database expert agent" → gather requirements, set convex-database-expert in subagent_type, configure permissions - user: "Make my agent faster" → suggest smaller models, reduce allowed-tools, tighten permissions

Agents 124 5mo ago
proflead

queue-processing-patterns

by proflead

Design safe queue consumers and retries. Use when a mid-level developer needs reliable background processing.

Agents 109 5mo ago
kernel

kernel-agent-browser

by kernel

Best practices for using agent-browser with Kernel cloud browsers. Use when automating websites with agent-browser -p kernel, dealing with bot detection, iframes, login persistence, or needing to find Kernel browser session IDs and live view URLs.

Agents 7 4mo ago
steelan9199

wechat-title-optimizer

by steelan9199

公众号标题优化专家,专为技术/效率工具类内容创作者优化标题。当用户需要优化公众号文章标题、提升文章点击率、诊断标题问题或寻找爆款标题灵感时使用此技能。支持技术热词保护、多维度优化分析和场景化标题推荐。能够智能读取上下文中的文章内容,基于文章实际内容优化标题,确保标题与内容高度匹配。

Agents 6 3mo ago
steelan9199

empjs-skill

by steelan9199

通过自然语言调用 @empjs/skill CLI 工具来管理 AI Agent 技能。 当用户需要: 1. 安装/添加技能包(install/add) 2. 列出已安装技能(list/ls) 3. 删除/卸载技能(remove/rm/uninstall) 4. 查看支持的 AI Agent 平台(agents/list-agents) 5. 使用 eskill 命令管理技能时 使用此 skill。

Agents 6 3mo ago