mit einem Klick
programer
// 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.
// 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.
| 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. |
Check whether Claude Code CLI is installed locally.
claude --version in the terminal and confirm it returns normally with a version number.Example task command
cd <task-directory> && claude --dangerously-skip-permissions "Implement XXX: 1. ... 2. ..."
Check whether Codex CLI is installed locally.
codex --version in the terminal and confirm it returns normally with a version number.Example task command
cd <task-directory> && codex --dangerously-bypass-approvals-and-sandbox "Implement XXX: 1. ... 2. ..."
Develop and maintain frontend apps in `<AgentWorkspaceRoot>/app` such as tools, mini-games, landing pages, and interactive experiences. Use when the user asks to create, iterate on, or fix an app or page.
Build high-quality HTML presentations with the App module in `<AgentWorkspaceRoot>/app`, suitable for pitches, reports, and presentations. Help users converge on a style quickly by showing visual directions first and iterating on content afterward.
Manage Kian's installed Skills, including installing a skill from a GitHub repository, listing installed skills, enabling or disabling visibility, and uninstalling non-builtin skills. Use this when the task is to change which Skills an agent can use.
Manage Kian's own configuration and runtime behavior, including app preferences, workspace settings, models and providers, shortcuts, chat channels, and MCP servers. Use this when changing Kian itself rather than project files.
Use the built-in background browser for interactive web tasks, including opening pages, inspecting the DOM, filling forms, clicking through multi-step flows, and verifying page state. Use this when real browser interaction is required instead of only fetching static text.
Manage global scheduled tasks and execution records, including creating, updating, deleting, viewing, and troubleshooting schedules. Use when the user mentions cron, scheduled jobs, or timed execution. Only 5-field minute-level cron expressions are supported.