ad-subagent

Generate compliant Codex subagent TOML configuration files.

1|Updated May 8, 2026
One-click install
npx skills add https://github.com/alexandremendoncaalvaro/agentic-development --skill ad-subagent
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ad-subagent
Source: https://github.com/alexandremendoncaalvaro/agentic-development/tree/main/.agents/skills/ad-subagent
Command: npx skills add https://github.com/alexandremendoncaalvaro/agentic-development --skill ad-subagent

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill solves the overhead of manually drafting and configuring custom subagents for Codex, ensuring that delegated tasks follow a consistent, high-quality structure without reinventing roles or tool sets.

Core Features & Use Cases

  • Standardized Scaffolding: Automatically generates TOML configuration files for custom subagents based on official Codex specifications.
  • Delegation-Fit Validation: Guides the user through a structured interview process to ensure a subagent is actually the right tool for the task, preventing unnecessary complexity.
  • Use Case: When you need a specialized reviewer for a specific codebase module, use this skill to quickly scaffold a read-only subagent that enforces your project's specific review criteria.

Quick Start

Use the ad-subagent skill to draft a new custom subagent for reviewing frontend documentation.

Frequently Asked Questions about ad-subagent

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create custom Codex subagent TOML configurations for delegated work?

You can scaffold custom Codex subagent TOML configurations by generating compliant files at project or personal paths. This enables structured, reproducible agent identities for specialized roles like reviewers or researchers requiring persistent instructions and tool restrictions.

What is the best way to set up a read-only reviewer subagent in Codex?

To set up a read-only reviewer subagent in Codex, scaffold a custom TOML configuration that enforces specific review criteria and tool restrictions. This ensures the delegated reviewer follows consistent, bounded instructions without reinventing roles for each module.

When do I need a custom subagent TOML file instead of a standard Codex agent?

You need a custom subagent TOML file when delegating project-specific tasks like reviewing, researching, or test designing that require persistent instructions and tool restrictions. Standard agents lack the bounded, reproducible identities needed for these structured workflows.

Can I restrict tool access for delegated AI workflows using Codex subagents?

Yes, you can restrict tool access for delegated AI workflows by defining tool restrictions within the custom subagent TOML configuration. This ensures bounded, reproducible agent identities that enforce project-specific boundaries and prevent unnecessary complexity.

Does scaffolding a Codex subagent require validating if delegation is the right approach?

Yes, scaffolding a Codex subagent involves a structured interview process to validate that a subagent is actually the right tool for the task. This delegation-fit validation prevents unnecessary complexity before generating the TOML configuration.

What are the limitations of using custom subagent TOML files for agentic workflows?

Custom subagent TOML files are limited to Codex specifications and require manual delegation-fit validation before use. They are not suitable for tasks lacking persistent instructions or bounded tool restrictions, adding configuration overhead for simple agentic workflows.