Project (Claude)
Set up and maintain AI workspace configuration for Claude Code: project.yaml, .claude/settings.json, and CLAUDE.md. Use when initialising a project for Claude or editing its Claude-specific config.
/project-claude
configurationtooling claudeproject-yaml
Inputs
| Name | Type | Description |
|---|---|---|
action optional | string | setup | show | set | validate |
Outputs
| Name | Type | Description |
|---|---|---|
result | string | Summary of configuration changes. |
Side effects
- may write project.yaml, .claude/settings.json, CLAUDE.md
System prompt fragment
Manage Claude Code project configuration. Create or update:
- project.yaml: tooling, test commands, build commands
- .claude/settings.json: permissions, hooks, allowed tools
- CLAUDE.md: project-specific instructions for Claude
Verbs: setup (create all three if missing), show (display current config), set
Attribution: convergent-systems-key. License: Apache-2.0 or as stated by the originating repository.