OpenTools.ai
opentools.ai › news › anthropics-claude-for-chrome-your-new-ai-browser-buddy
Anthropic's Claude for Chrome: Your New AI Browser Buddy! | AI News
3 days ago - Anthropic has launched its Claude in Chrome extension to all paid subscribers, allowing the AI to manage and interact with web pages directly from your browser. From reading content to filling forms and orchestrating complex workflows, Claude's ...
Claude Code now supports Custom Agents
Setting up a team of 5 at the moment: │ bug-detective-tdd │ code-review-architect │ sprint-architect-planner │ system-architect-tdd │ tdd-advocate The wizard is nice, allows you to specify a description which then auto generates a system prompt and description, or you can manually set these. Choose which tools you want to make available for the agent and the colour of the agent. The only thing I think this is missing is the ability to override the model. For example, with a model selection you could've had Opus as an architect agent and Sonnet for implementation related agents. More on reddit.com
Claude code /agents mode - could someone explain how it works and what are your experiences?
The primary purpose of agents is to save token space in your main context by offloading work and only retaining the relevant output in the context rather than the entire conversation history. They also allow for parallelization and choosing specific models for specific tasks, but the biggest thing is the context encapsulation. The key things to know about agents: - Agents only receive the prompt that the outer context chooses to give them. They do NOT receive the full conversation prior to the agent being called. This means their responsibility needs to be well-defined and the main context should have a clear understanding of what to give them. This is especially relevant for agents that you want to write code for you, as code often requires a lot of context to write correctly. I personally only have agents write very simple code or make sure that they can get all the context they need by passing in pre-prepared plans in markdown files. - The main context only sees the last message of the agent in its context stream. This is usually the final summary report from its task, but sometimes it can do things like update a TodoWrite as a final step and this messes up what the outer context sees. My recommendations, based on my experience working with them: - Agents are _great_ for data gathering and consolidation (i.e. read-only tasks). I have a standard agent I use any time I want to gather context for a complicated task and this has helped a lot with removing all the codebase exploration from the working context of the main Claude. - Agents are also great for wrapping tool calls that generate a lot of output, like building and unit tests. I have a standard build-test-engineer I use whose only job is run build/test, then consolidate the output to just what's relevant to the main Claude. I've found this has substantially improved performance during extended debugging of its own changes, as it keeps the actual work closer in context so that it doesn't get stuck trying to hack around bugs without a good memory of why it's trying to do that in the first place. - To get the best results, use slash commands to automate requesting it to explicitly use specific agents. It's not always great on deciding to use agents on its own. - I also include some explicit instructions for agent use cases in the `CLAUDE.md`. So far I've gotten Claude to reliably use `build-test-engineer` and I also have it using `batch-editor` reasonably often (this is my agent for applying simple edits across a bunch of files, like for refactoring/cleanup tasks.) More on reddit.com
We prepared a collection of Claude code subagents for production-ready workflows.
Out of curiosity, what’s the point of using such generic agents when you can generate one for your specific use case in an instant? More on reddit.com
ELI5: What's the actual point of using Agents with Claude?
Agents have their own context independent of the main thread. They can go off and ingest/process large amounts of tokens to research topics and then return only the distilled answer to the question back to the main thread. Reduces the need for compaction which diminishes efficiency of the main thread and leads to more errors. There is also research that shows the more the context fills, the worse the model performs overall. More on reddit.com
Videos
27:21
Claude Code Skills Will Dominate 2026: Build Your AI Agent Army ...
16:02
Mastering Claude Code Skills (This Changes EVERYTHING) - YouTube
17:17
How to Use Subagents in Claude Code - YouTube
09:38
How to use Claude Code Agents - YouTube
17:23
Claude Code just Built me an AI Agent Team (Claude Code + Skills ...
09:13
Claude Code: 1 Million Tokens + Unlimited Agents Changes Everything ...
Anthropic
anthropic.com › engineering › effective-harnesses-for-long-running-agents
Effective harnesses for long-running agents
1 month ago - We developed a two-fold solution ... that sets up the environment on the first run, and a coding agent that is tasked with making incremental progress in every session, while leaving clear artifacts for the next session....
Claude
code.claude.com › docs › en › sub-agents
Subagents - Claude Code Docs
Claude Code includes built-in subagents that are available out of the box: The general-purpose subagent is a capable agent for complex, multi-step tasks that require both exploration and action.
Sshh
blog.sshh.io › p › how-i-use-every-claude-code-feature
How I Use Every Claude Code Feature - by Shrivu Shankar
November 2, 2025 - It just prompts Claude to read all changed files in my current git branch. /pr: A simple helper to clean up my code, stage it, and prepare a pull request. IMHO if you have a long list of complex, custom slash commands, you’ve created an anti-pattern. To me the entire point of an agent like Claude is that you can type almost whatever you want and get a useful, mergable result.
Claude Code Agents
subagents.cc
Claude Code Agents
This agent specializes in understanding user needs, pain points, and behaviors to inform product decisions within rapid development cycles. ... Discover professionally crafted Claude Code Agents with detailed descriptions and examples.
GitHub
github.com › hesreallyhim › a-list-of-claude-code-agents
GitHub - hesreallyhim/a-list-of-claude-code-agents: A list of Claude Code Sub-Agents submitted by the community.
EquilateralAgents Open Core by HappyHippo.ai 22 self-learning AI agents with memory and community standards contribution. Features agent memory (tracks last 100 executions), pattern recognition, and workflow optimization for security, quality, deployment, and compliance. Claude Code Subagents Collection by Seth Hobson.
Starred by 1.1K users
Forked by 106 users
Anthropic
anthropic.com › engineering › equipping-agents-for-the-real-world-with-agent-skills
Equipping agents for the real world with Agent Skills
October 16, 2025 - As model capabilities improve, we can now build general-purpose agents that interact with full-fledged computing environments. Claude Code, for example, can accomplish complex tasks across domains using local code execution and filesystems.
GitHub
github.com › wshobson › agents
GitHub - wshobson/agents: Intelligent automation and multi-agent orchestration for Claude Code
2 weeks ago - A comprehensive production-ready system combining 99 specialized AI agents, 15 multi-agent workflow orchestrators, 107 agent skills, and 71 development tools organized into 67 focused, single-purpose plugins for Claude Code.
Starred by 23.2K users
Forked by 2.6K users
Languages Python 68.0% | Shell 32.0%
GitHub
github.com › darcyegb › ClaudeCodeAgents
GitHub - darcyegb/ClaudeCodeAgents: A set of useful QA agents for Claude Code.
Claude Code agents are specialized configurations that give Claude Code specific expertise and behaviors for particular tasks.
Starred by 419 users
Forked by 36 users
Claudecodeagents
claudecodeagents.com
Claude Code Agents
🪨 Claude Cave Timer · Discover powerful AI agents to enhance your development workflow. Click any agent to get started with ready-to-use prompts. All · Product Strategy5Development8Design & UX4Quality & Testing4Operations5Business & Analytics7AI & Innovation3 ·
Claude
claude.ai
Claude
Talk with Claude, an AI assistant from Anthropic
Anthropic
anthropic.com › engineering › building-agents-with-the-claude-agent-sdk
Building agents with the Claude Agent SDK
September 29, 2025 - But this has also made Claude in Claude Code effective at non-coding tasks. By giving it tools to run bash commands, edit files, create files and search files, Claude can read CSV files, search the web, build visualizations, interpret metrics, and do all sorts of other digital work – in short, create general-purpose agents with a computer.
Jannesklaas
jannesklaas.github.io › ai › 2025 › 07 › 20 › claude-code-agent-design.html
Agent design lessons from Claude Code | Jannes’ Blog
July 20, 2025 - What suprised me is that Claude Code’s design is relatively simple. It is a standard agentic pattern for a single agent, combined with a host of tricks to enable running long sessions and well thought out tools to enable code editing.
Reddit
reddit.com › r/claudeai › claude code now supports custom agents
r/ClaudeAI on Reddit: Claude Code now supports Custom Agents
July 24, 2025 -
Now you can create your own custom AI agent team.
For example, an agent for planning, one for coding, one for testing/reviewing etc.
Just type /agents to start.
Did anyone try it yet?
Top answer 1 of 5
111
Setting up a team of 5 at the moment: │ bug-detective-tdd │ code-review-architect │ sprint-architect-planner │ system-architect-tdd │ tdd-advocate The wizard is nice, allows you to specify a description which then auto generates a system prompt and description, or you can manually set these. Choose which tools you want to make available for the agent and the colour of the agent. The only thing I think this is missing is the ability to override the model. For example, with a model selection you could've had Opus as an architect agent and Sonnet for implementation related agents.
2 of 5
67
Anthropic to all the users who post open letters and walls of text complaining: "ARE YOU NOT ENTERTAINED?"
Reddit
reddit.com › r/claudecode › claude code /agents mode - could someone explain how it works and what are your experiences?
r/ClaudeCode on Reddit: Claude code /agents mode - could someone explain how it works and what are your experiences?
August 19, 2025 -
Hi,
could someone explain how the /agents mode in Claude Code actually works? I’m wondering if it’s more of a coding sandbox step-by-step, or closer to autonomous agents handling tasks. What are your experiences with using this mode?
Top answer 1 of 2
6
The primary purpose of agents is to save token space in your main context by offloading work and only retaining the relevant output in the context rather than the entire conversation history. They also allow for parallelization and choosing specific models for specific tasks, but the biggest thing is the context encapsulation. The key things to know about agents: - Agents only receive the prompt that the outer context chooses to give them. They do NOT receive the full conversation prior to the agent being called. This means their responsibility needs to be well-defined and the main context should have a clear understanding of what to give them. This is especially relevant for agents that you want to write code for you, as code often requires a lot of context to write correctly. I personally only have agents write very simple code or make sure that they can get all the context they need by passing in pre-prepared plans in markdown files. - The main context only sees the last message of the agent in its context stream. This is usually the final summary report from its task, but sometimes it can do things like update a TodoWrite as a final step and this messes up what the outer context sees. My recommendations, based on my experience working with them: - Agents are _great_ for data gathering and consolidation (i.e. read-only tasks). I have a standard agent I use any time I want to gather context for a complicated task and this has helped a lot with removing all the codebase exploration from the working context of the main Claude. - Agents are also great for wrapping tool calls that generate a lot of output, like building and unit tests. I have a standard build-test-engineer I use whose only job is run build/test, then consolidate the output to just what's relevant to the main Claude. I've found this has substantially improved performance during extended debugging of its own changes, as it keeps the actual work closer in context so that it doesn't get stuck trying to hack around bugs without a good memory of why it's trying to do that in the first place. - To get the best results, use slash commands to automate requesting it to explicitly use specific agents. It's not always great on deciding to use agents on its own. - I also include some explicit instructions for agent use cases in the `CLAUDE.md`. So far I've gotten Claude to reliably use `build-test-engineer` and I also have it using `batch-editor` reasonably often (this is my agent for applying simple edits across a bunch of files, like for refactoring/cleanup tasks.)
2 of 2
1
Use /agents Use claude recommended method to create an agent Then @agent and give it a task It basically spins up a new instance in background and works through the task, fresh context, orchestrated by claude