Skip to content

Claude Code

Claude Code is the most direct ACT experience today. It supports ACT skills, commands, agents, and hooks with the least translation in the docs.

Terminal window
cd ~/.agentic-coding-toolkit && ./scripts/install.sh --tool claude

ACT supports Claude Code installs into a non-default config directory. Use this when you run separate Claude profiles, isolated environments, or experimental configs:

Terminal window
cd ~/.agentic-coding-toolkit && ./scripts/install.sh --tool claude --config-dir ~/.claude-work

ACT also respects Claude Code’s CLAUDE_CONFIG_DIR environment variable:

Terminal window
CLAUDE_CONFIG_DIR=~/.claude-work ./scripts/install.sh --tool claude

If both are set, --config-dir wins.

LocationIncludes
~/.claude/commands/Symlinked ACT command files
~/.claude/skills/Symlinked canonical ACT skill directories
~/.claude/agents/Generated Claude-compatible ACT agent files
~/.claude/hooks/Copied ACT hook core scripts and Claude adapters
~/.claude/settings.jsonACT hook entries merged into Claude Code settings
~/.config/agentic-coding-toolkit/Shared ACT settings and copied runtime helper

If --config-dir or CLAUDE_CONFIG_DIR is set, that Claude config directory is used instead of ~/.claude.

Start a new Claude Code session from the same environment where you installed ACT, then run:

Terminal window
/act-help

You should see the ACT help navigator listing commands, agents, and skills.

Invoke ACT skills directly by name:

Terminal window
/act-workflow-spec "add a settings screen"
/act-workflow-plan ai_specs/settings-spec.md
/act-git-push-make-pr
  • ACT commands such as /act-help and /act-update are supported as documented
  • ACT agents are supported
  • /act-help works as the main command navigator

ACT installs Claude-compatible hooks through Claude’s settings system. That includes ACT hook automation and ACT statusline support.

Claude Code supports file-based permission configuration through .claude/settings.json. For the recommended ACT setup, see Permissions & Safety.

After updating ACT, rerun the installer to refresh symlinks, generated agent files, copied hook scripts, and merged hook entries:

Terminal window
cd ~/.agentic-coding-toolkit && ./scripts/install.sh --tool claude

If you installed ACT into a custom Claude config, rerun the installer with the same target:

Terminal window
cd ~/.agentic-coding-toolkit && ./scripts/install.sh --tool claude --config-dir ~/.claude-work
Terminal window
cd ~/.agentic-coding-toolkit && ./scripts/uninstall.sh --tool claude

Use the same --config-dir or CLAUDE_CONFIG_DIR target if you installed into a custom Claude config.

Uninstall removes ACT-owned command symlinks, skill symlinks, generated agent files, hook entries, and copied hook scripts. It leaves shared ACT settings under ~/.config/agentic-coding-toolkit untouched.

  • You want the smoothest direct-skill workflow
  • You want the full ACT surface today
  • You want ACT’s hook automation plus statusline support