agentforce-adlc
Agentforce Agent Development Life Cycle — author, discover, scaffold, deploy, test, and optimize .agent files
Summary
agent files for Agentforce agents, from authoring and discovery through scaffolding, deployment, testing, and optimization.
- It helps developers rapidly build and iterate on agent definitions within Claude Code, reducing manual steps and ensuring consistency.
Install & Usage
mkdir -p .claude/agentsAdd the configuration to .claude/agents/agentforce-adlc.md
@agentforce-adlcUse Cases
Usage Examples
/agentforce-adlc scaffold my-agent --template basic
/agentforce-adlc deploy path/to/my-agent.agent --env staging
/agentforce-adlc test path/to/my-agent.agent --verbose
Security Audits
Frequently Asked Questions
What is agentforce-adlc?
This skill streamlines the entire lifecycle of .agent files for Agentforce agents, from authoring and discovery through scaffolding, deployment, testing, and optimization. It helps developers rapidly build and iterate on agent definitions within Claude Code, reducing manual steps and ensuring consistency.
How to install agentforce-adlc?
To install agentforce-adlc: create the agents directory (mkdir -p .claude/agents), then add the config to .claude/agents/agentforce-adlc.md. Finally, @agentforce-adlc in Claude Code.
What is agentforce-adlc best for?
agentforce-adlc is a agent categorized under Development. It is designed for: testing, deployment, agent. Created by Anthropic.
What can I use agentforce-adlc for?
agentforce-adlc is useful for: Scaffold a new .agent file from a template to quickly start building an Agentforce agent.; Discover existing .agent files in a project and list their capabilities and dependencies.; Deploy an .agent file to a target environment after local validation and testing.; Run automated tests against an .agent file to verify behavior before deployment.; Optimize an .agent file by analyzing its structure and suggesting improvements.; Author or edit .agent files with syntax validation and inline documentation..