Claude Code

SkillProductivity

This skill lets your AI delegate repository work to Claude Code. Once added, your AI can run Claude Code on a repository to analyze the code or make the changes you request, and then report back the result. It can also be used to compare Claude Code's result with another coding agent.

Available today. Use it from your connected AI after setup.

After adding the skill, ask your AI to run Claude Code on a repository and describe what you want analyzed or changed. Your AI will run the task and report the result back to you.

Then ask your AI: use the Claude Code skill

What your AI can do with it

  • Analyze code in a repository
  • Make requested changes to a repository
  • Run Claude Code on its own without a back-and-forth session
  • Report the result of the work it completed
  • Compare Claude Code's result with another coding agent

What this skill tells your AI

The instructions your AI receives, as published by cherryhq/cherry-studio in resources/code-cli-skills/code-mate-claude-code/SKILL.md and read by ahel’s review.

Run

  1. Set the Bash working directory to the exact project the user named and set a finite timeout, normally 10 minutes.
  2. Check availability with command -v claude. If it is missing, stop and ask the user to install Claude Code in Code Mate.
  3. Run one task and exit:
claude -p "<prompt>" --output-format json

Pass the prompt as one quoted argument. Parse the JSON result and report stderr and the exit status on failure. Never start the interactive REPL or /login flow.

Authentication And Permissions

If Claude reports missing login, API credentials, or provider configuration, stop and ask the user to finish Claude Code setup in Code Mate. Never request, read, print, or copy credentials.

Keep tool access read-only by default. Add only the smallest necessary --allowedTools entries when the task explicitly requires tools, and grant edit or shell tools only when the user explicitly requested workspace changes. Do not use a permission-bypass mode.

Example: for a review request, ask Claude to inspect the current repository without changing files, run the command above, then summarize the parsed JSON result.

Signals

GitHub stars
52k
Forks
5k
Last commit
Sep 2026
Advanced
Catalog kind
skill
Gateway key
code-mate-claude-code
Source
github.com/cherryhq/cherry-studio