← back to store

Claude Code

Anthropic Claude Code CLI — premium coding agent with tool use and dangerously-skip-permissions mode

v1.0.0 claude community/claude-code

Install

aid store install community/claude-code

Agent Definition (TOML)

[agent]
id = "claude-code"
display_name = "Claude Code"
command = "claude"
prompt_mode = "flag"
prompt_flag = "-p"
fixed_args = ["--dangerously-skip-permissions"]
model_flag = "--model"
streaming = false
output_format = "text"

[agent.capabilities]
research = 7
simple_edit = 9
complex_impl = 10
frontend = 8
debugging = 9
testing = 8
refactoring = 9
documentation = 7

Source

View on GitHub