BeClaude

agentforce-adlc

71Official PluginDevelopmentby Anthropic

Agentforce Agent Development Life Cycle — author, discover, scaffold, deploy, test, and optimize .agent files

Python24 forks6 issuesUpdated 6/16/2026First seen 4/17/2026

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

1
Create the agents directory
mkdir -p .claude/agents
2
Save the agent file

Add the configuration to .claude/agents/agentforce-adlc.md

3
Invoke with @agent-name
@agentforce-adlc

Use Cases

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.

Usage Examples

1

/agentforce-adlc scaffold my-agent --template basic

2

/agentforce-adlc deploy path/to/my-agent.agent --env staging

3

/agentforce-adlc test path/to/my-agent.agent --verbose

View source on GitHub
testingdeploymentagentagentforceclaude-skillcursor-rules

Security Audits

LicenseUnknownSourcePassRepositoryPass

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..