VoltAgent/awesome-claude-code-subagents
Plugin Claude Code
Plugin marketplace listing 10 plugins: voltagent-core-dev, voltagent-lang, voltagent-infra, voltagent-qa-sec, voltagent-data-ai.
VoltAgent/awesome-claude-code-subagents
Plugin Claude Code
Plugin marketplace listing 10 plugins: voltagent-core-dev, voltagent-lang, voltagent-infra, voltagent-qa-sec, voltagent-data-ai.
VoltAgent/awesome-claude-code-subagents
Instructions file
Instructions for VoltAgent/awesome-claude-code-subagents, covering claude.md, project overview, repository structure, subagent file format and communication protocol.
VoltAgent/awesome-claude-code-subagents
Plugin Claude Code
Essential development subagents for everyday coding tasks - backend, frontend, fullstack, mobile, and API design.
VoltAgent/awesome-claude-code-subagents
Plugin Claude Code
Language-specific expert agents with deep framework knowledge - Python, TypeScript, Go, Rust, Java, and more.
VoltAgent/awesome-claude-code-subagents
Plugin Claude Code
DevOps, cloud, and deployment specialists - Kubernetes, Terraform, AWS, Azure, GCP, and SRE.
VoltAgent/awesome-claude-code-subagents
Plugin Claude Code
Testing, security, and code quality experts - code review, penetration testing, QA automation, and UI flow validation.
VoltAgent/awesome-claude-code-subagents
Plugin Claude Code
Data engineering, ML, and AI specialists - data pipelines, machine learning, LLM architecture.
VoltAgent/awesome-claude-code-subagents
Plugin Claude Code
Tooling and developer productivity experts - CLI tools, documentation, README generation, and DX optimization.
VoltAgent/awesome-claude-code-subagents
Plugin Claude Code
Domain-specific technology experts - blockchain, fintech, gaming, IoT, payments, X/Twitter APIs.
VoltAgent/awesome-claude-code-subagents
Plugin Claude Code
Product, legal, and business specialists - product strategy, licensing, project management, UX research.
VoltAgent/awesome-claude-code-subagents
Plugin Claude Code
Agent coordination and meta-programming - multi-agent orchestration, workflow automation, and safe refactor governance. Works best with other voltagent plugins installed.
VoltAgent/awesome-claude-code-subagents
Plugin Claude Code
Research, search, and analysis specialists - market research, competitive analysis, trend forecasting, and idea validation.
Cursor rule Cursor
ALWAYS read the AGENTS.md in the root of the repository and apply the instructions to the current task.
Instructions file CodexOpenCode
Instructions for VoltAgent/voltagent, covering voltagent, what is voltagent?, validating changes, important notes for ai agents and gotchas.
Instructions file
Instructions for VoltAgent/voltagent, a project described as: AI Agent Engineering Platform built on an Open Source TypeScript AI Agent Framework.
Skill Claude CodeCodex
Analyze CSV files in the workspace and summarize insights.
Skill Claude CodeCodex
Automates browser interactions for web testing, form filling, screenshots, and data extraction. Use when the user needs to navigate websites, interact with web pages, fill forms, take screenshots, test web applications, or extract information from web pages.
Agent
VoltAgent implements cancellation through the standard AbortController API. Pass an AbortController instance to agent methods to stop LLM generation, tool execution, and multi-agent workflows.
Agent
Pass custom data through agent operations using context.
Agent
Dynamic agents use functions instead of static values for instructions, model, and tools. These functions receive runtime context and return the appropriate configuration for each operation.
Agent
Hooks intercept specific points in the agent execution pipeline. Use them to observe or modify behavior during agent operations: before a request starts, when preparing messages for the LLM, before and after tool execution, or after completion.
Agent
VoltAgent's Memory class stores conversation history and enables agents to maintain context across interactions. Supports persistent storage, semantic search, and working memory.
Agent
VoltAgent works with three different message type formats, each serving a specific purpose in the agent lifecycle. Understanding when and how to use each type is essential for building effective AI applications.
Agent
Middleware runs before guardrails and hooks on each agent call. Use it to read or modify input and output, or to stop a call with a typed error.