Close Menu

    Subscribe to Updates

    Get the latest creative news from FooBar about art, design and business.

    What's Hot

    Media Buying Briefing: What’s going to happen with Dentsu outside of Japan?

    How The Wall Street Journal is strategizing for ‘Google zero’

    WPP’s new boss Cindy Rose starts today: Here’s what will be on her to-do list

    Facebook X (Twitter) Instagram
    • Artificial Intelligence
    • Business Technology
    • Cryptocurrency
    • Gadgets
    • Gaming
    • Health
    • Software and Apps
    • Technology
    Facebook X (Twitter) Instagram Pinterest Vimeo
    Tech AI Verse
    • Home
    • Artificial Intelligence

      Blue-collar jobs are gaining popularity as AI threatens office work

      August 17, 2025

      Man who asked ChatGPT about cutting out salt from his diet was hospitalized with hallucinations

      August 15, 2025

      What happens when chatbots shape your reality? Concerns are growing online

      August 14, 2025

      Scientists want to prevent AI from going rogue by teaching it to be bad first

      August 8, 2025

      AI models may be accidentally (and secretly) learning each other’s bad behaviors

      July 30, 2025
    • Business

      Why Certified VMware Pros Are Driving the Future of IT

      August 24, 2025

      Murky Panda hackers exploit cloud trust to hack downstream customers

      August 23, 2025

      The rise of sovereign clouds: no data portability, no party

      August 20, 2025

      Israel is reportedly storing millions of Palestinian phone calls on Microsoft servers

      August 6, 2025

      AI site Perplexity uses “stealth tactics” to flout no-crawl edicts, Cloudflare says

      August 5, 2025
    • Crypto

      Max Keiser Says Flee to El Salvador as Kiyosaki Declares Europe ‘Toast’

      August 31, 2025

      New Mystery Coin on Pump.fun Reportedly Hits $1.8 Million in 24H Volume

      August 31, 2025

      Trump Family’s $750 Million Crypto Deal Raises Questions Ahead of WLFI Token Debut

      August 31, 2025

      CZ Backs DeFi Dominance As Japan Post Bank Unveils $1.3 Trillion Digital Currency Plan

      August 31, 2025

      Hedera (HBAR) Price Eyes New Lows Despite Major Whale Buying Actions

      August 31, 2025
    • Technology

      Media Buying Briefing: What’s going to happen with Dentsu outside of Japan?

      September 1, 2025

      How The Wall Street Journal is strategizing for ‘Google zero’

      September 1, 2025

      WPP’s new boss Cindy Rose starts today: Here’s what will be on her to-do list

      September 1, 2025

      The creator economy wants to be a mature media channel, but measurement is holding it back

      September 1, 2025

      How resell platforms like ThredUp, Depop are navigating the tariff economy

      September 1, 2025
    • Others
      • Gadgets
      • Gaming
      • Health
      • Software and Apps
    Check BMI
    Tech AI Verse
    You are at:Home»Technology»Claude Code Introduces Specialized Sub-Agents
    Technology

    Claude Code Introduces Specialized Sub-Agents

    TechAiVerseBy TechAiVerseJuly 26, 2025No Comments5 Mins Read2 Views
    Facebook Twitter Pinterest Telegram LinkedIn Tumblr Email Reddit
    Claude Code Introduces Specialized Sub-Agents
    Share
    Facebook Twitter LinkedIn Pinterest WhatsApp Email

    BMI Calculator – Check your Body Mass Index for free!

    Claude Code Introduces Specialized Sub-Agents

    Custom sub agents in Claude Code are specialized AI assistants that can be invoked to handle specific types of tasks. They enable more efficient problem-solving by providing task-specific configurations with customized system prompts, tools and a separate context window.

    What are sub agents?

    Sub agents are pre-configured AI personalities that Claude Code can delegate tasks to. Each sub agent:

    • Has a specific purpose and expertise area
    • Uses its own context window separate from the main conversation
    • Can be configured with specific tools it’s allowed to use
    • Includes a custom system prompt that guides its behavior

    When Claude Code encounters a task that matches a sub agent’s expertise, it can delegate that task to the specialized sub agent, which works independently and returns results.

    Key benefits

    Context preservation

    Each sub agent operates in its own context, preventing pollution of the main conversation and keeping it focused on high-level objectives.

    Specialized expertise

    Sub agents can be fine-tuned with detailed instructions for specific domains, leading to higher success rates on designated tasks.

    Reusability

    Once created, sub agents can be used across different projects and shared with your team for consistent workflows.

    Flexible permissions

    Each sub agent can have different tool access levels, allowing you to limit powerful tools to specific sub agent types.

    Quick start

    To create your first sub agent:

    Open the sub agents interface

    Run the following command:

    Select ‘Create New Agent’

    Choose whether to create a project-level or user-level sub agent

    Define the sub agent

    • Recommended: Generate with Claude first, then customize to make it yours
    • Describe your subagent in detail and when it should be used
    • Select the tools you want to grant access to (or leave blank to inherit all tools)
    • The interface shows all available tools, making selection easy
    • If you’re generating with Claude, you can also edit the system prompt in your own editor by pressing e

    Save and use

    Your sub agent is now available! Claude will use it automatically when appropriate, or you can invoke it explicitly:

    Sub agent configuration

    File locations

    Sub agents are stored as Markdown files with YAML frontmatter in two possible locations:

    Type Location Scope Priority
    Project sub agents .claude/agents/ Available in current project Highest
    User sub agents ~/.claude/agents/ Available across all projects Lower

    When sub agent names conflict, project-level sub agents take precedence over user-level sub agents.

    File format

    Each sub agent is defined in a Markdown file with this structure:

    Configuration fields

    Field Required Description
    name Yes Unique identifier using lowercase letters and hyphens
    description Yes Natural language description of the sub agent’s purpose
    tools No Comma-separated list of specific tools. If omitted, inherits all tools from the main thread

    Available tools

    Sub agents can be granted access to any of Claude Code’s internal tools. See the tools documentation for a complete list of available tools.

    Recommended: Use the /agents command to modify tool access – it provides an interactive interface that lists all available tools, including any connected MCP server tools, making it easier to select the ones you need.

    You have two options for configuring tools:

    • Omit the tools field to inherit all tools from the main thread (default), including MCP tools
    • Specify individual tools as a comma-separated list for more granular control (can be edited manually or via /agents)

    MCP Tools: Sub agents can access MCP tools from configured MCP servers. When the tools field is omitted, sub agents inherit all MCP tools available to the main thread.

    Managing sub agents

    Using the /agents command (Recommended)

    The /agents command provides a comprehensive interface for sub agent management:

    This opens an interactive menu where you can:

    • View all available sub agents (built-in, user, and project)
    • Create new sub agents with guided setup
    • Edit existing custom sub agents, including their tool access
    • Delete custom sub agents
    • See which sub agents are active when duplicates exist
    • Easily manage tool permissions with a complete list of available tools

    Direct file management

    You can also manage sub agents by working directly with their files:

    Using sub agents effectively

    Automatic delegation

    Claude Code proactively delegates tasks based on:

    • The task description in your request
    • The description field in sub agent configurations
    • Current context and available tools

    To encourage more proactive sub agent use, include phrases like “use PROACTIVELY” or “MUST BE USED” in your description field.

    Explicit invocation

    Request a specific sub agent by mentioning it in your command:

    Example sub agents

    Code reviewer

    Debugger

    Data scientist

    Best practices

    • Start with Claude-generated agents: We highly recommend generating your initial sub agent with Claude and then iterating on it to make it personally yours. This approach gives you the best results – a solid foundation that you can customize to your specific needs.

    • Design focused sub agents: Create sub agents with single, clear responsibilities rather than trying to make one sub agent do everything. This improves performance and makes sub agents more predictable.

    • Write detailed prompts: Include specific instructions, examples, and constraints in your system prompts. The more guidance you provide, the better the sub agent will perform.

    • Limit tool access: Only grant tools that are necessary for the sub agent’s purpose. This improves security and helps the sub agent focus on relevant actions.

    • Version control: Check project sub agents into version control so your team can benefit from and improve them collaboratively.

    Advanced usage

    Chaining sub agents

    For complex workflows, you can chain multiple sub agents:

    Dynamic sub agent selection

    Claude Code intelligently selects sub agents based on context. Make your description fields specific and action-oriented for best results.

    Performance considerations

    • Context efficiency: Agents help preserve main context, enabling longer overall sessions
    • Latency: Sub agents start off with a clean slate each time they are invoked and may add latency as they gather context that they require to do their job effectively.
    • Slash commands – Learn about other built-in commands
    • Settings – Configure Claude Code behavior
    • Hooks – Automate workflows with event handlers

    BMI Calculator – Check your Body Mass Index for free!

    Share. Facebook Twitter Pinterest LinkedIn Reddit WhatsApp Telegram Email
    Previous ArticleTea App Breach Exposes 72,000 Selfies, ID Photos and Other User Images
    Next Article Experimental surgery performed by AI-driven surgical robot
    TechAiVerse
    • Website

    Jonathan is a tech enthusiast and the mind behind Tech AI Verse. With a passion for artificial intelligence, consumer tech, and emerging innovations, he deliver clear, insightful content to keep readers informed. From cutting-edge gadgets to AI advancements and cryptocurrency trends, Jonathan breaks down complex topics to make technology accessible to all.

    Related Posts

    Media Buying Briefing: What’s going to happen with Dentsu outside of Japan?

    September 1, 2025

    How The Wall Street Journal is strategizing for ‘Google zero’

    September 1, 2025

    WPP’s new boss Cindy Rose starts today: Here’s what will be on her to-do list

    September 1, 2025
    Leave A Reply Cancel Reply

    Top Posts

    Ping, You’ve Got Whale: AI detection system alerts ships of whales in their path

    April 22, 2025169 Views

    6.7 Cummins Lifter Failure: What Years Are Affected (And Possible Fixes)

    April 14, 202548 Views

    New Akira ransomware decryptor cracks encryptions keys using GPUs

    March 16, 202530 Views

    Is Libby Compatible With Kobo E-Readers?

    March 31, 202528 Views
    Don't Miss
    Technology September 1, 2025

    Media Buying Briefing: What’s going to happen with Dentsu outside of Japan?

    Media Buying Briefing: What’s going to happen with Dentsu outside of Japan?This Media Buying Briefing…

    How The Wall Street Journal is strategizing for ‘Google zero’

    WPP’s new boss Cindy Rose starts today: Here’s what will be on her to-do list

    The creator economy wants to be a mature media channel, but measurement is holding it back

    Stay In Touch
    • Facebook
    • Twitter
    • Pinterest
    • Instagram
    • YouTube
    • Vimeo

    Subscribe to Updates

    Get the latest creative news from SmartMag about art & design.

    About Us
    About Us

    Welcome to Tech AI Verse, your go-to destination for everything technology! We bring you the latest news, trends, and insights from the ever-evolving world of tech. Our coverage spans across global technology industry updates, artificial intelligence advancements, machine learning ethics, and automation innovations. Stay connected with us as we explore the limitless possibilities of technology!

    Facebook X (Twitter) Pinterest YouTube WhatsApp
    Our Picks

    Media Buying Briefing: What’s going to happen with Dentsu outside of Japan?

    September 1, 20252 Views

    How The Wall Street Journal is strategizing for ‘Google zero’

    September 1, 20252 Views

    WPP’s new boss Cindy Rose starts today: Here’s what will be on her to-do list

    September 1, 20251 Views
    Most Popular

    Xiaomi 15 Ultra Officially Launched in China, Malaysia launch to follow after global event

    March 12, 20250 Views

    Apple thinks people won’t use MagSafe on iPhone 16e

    March 12, 20250 Views

    French Apex Legends voice cast refuses contracts over “unacceptable” AI clause

    March 12, 20250 Views
    © 2025 TechAiVerse. Designed by Divya Tech.
    • Home
    • About Us
    • Contact Us
    • Privacy Policy
    • Terms & Conditions

    Type above and press Enter to search. Press Esc to cancel.