โ† All skills

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.

Class skill ID skill/project-claude Version 1.0.0 Lifecycle stable Author convergent-systems-key
/project-claude
configurationtooling claudeproject-yaml
Inputs
NameTypeDescription
action optional string setup | show | set | validate
Outputs
NameTypeDescription
result string Summary of configuration changes.
Side effects
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 = (update a setting), validate (check schema). Never overwrite user-customized values without confirmation. For Copilot configuration use /project-copilot instead.

Attribution: convergent-systems-key. License: Apache-2.0 or as stated by the originating repository.