programer

star 61

Delegate programming tasks to Claude Code in a specified code directory for implementation, fixes, refactors, and troubleshooting. Use when coding work needs to be handed off to an external coding agent.

SandAI-org By SandAI-org schedule Updated 3/15/2026

name: programer description: Delegate programming tasks to Claude Code in a specified code directory for implementation, fixes, refactors, and troubleshooting. Use when coding work needs to be handed off to an external coding agent.

Core Workflow

  1. Choose the programming agent.
  2. Confirm the task directory and the startup command for that agent.
  3. Define the programming task clearly. If it is still ambiguous, ask the user for clarification.
  4. Use the task-manager skill to create the programming task.

Programming Agent Selection

Claude Code (Preferred)

  1. Check whether Claude Code CLI is installed locally.

    • Run claude --version in the terminal and confirm it returns normally with a version number.
    • If the command is missing or errors, try another agent or tell the user that Claude Code CLI must be installed first.
  2. Example task command

cd <task-directory> && claude --dangerously-skip-permissions "Implement XXX: 1. ... 2. ..."

Codex (Fallback)

  1. Check whether Codex CLI is installed locally.

    • Run codex --version in the terminal and confirm it returns normally with a version number.
    • If the command is missing or errors, try another agent or tell the user that Codex CLI must be installed first.
  2. Example task command

cd <task-directory> && codex --dangerously-bypass-approvals-and-sandbox "Implement XXX: 1. ... 2. ..."
Install via CLI
npx skills add https://github.com/SandAI-org/kian --skill programer
Repository Details
star Stars 61
call_split Forks 3
navigation Branch main
article Path SKILL.md
More from Creator