coding-agent

Control multiple AI coding assistants via shell commands and PTY.

601|121|Updated Feb 5, 2026
One-click install
npx skills add https://github.com/smallnest/goclaw --skill coding-agent-smallnest
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: coding-agent
Source: https://github.com/smallnest/goclaw/tree/main/internal/builtin_skills/coding-agent
Command: npx skills add https://github.com/smallnest/goclaw --skill coding-agent-smallnest

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill enables seamless integration with various AI coding assistants, allowing you to automate coding tasks, refactor code, and generate new code programmatically without manual intervention.

Core Features & Use Cases

  • Multi-Agent Support: Integrates with popular coding agents like Codex, Claude Code, Kiro CLI, OpenCode, and Pi.
  • Programmatic Control: Execute coding tasks via shell commands, manage background sessions, and monitor progress.
  • Use Case: Automate the process of refactoring a specific module in your codebase by instructing the AI to perform the changes, review them, and commit them, all through a single command.

Quick Start

Use the coding-agent skill to have Kiro CLI create a Python script that lists all files in the current directory.

Frequently Asked Questions about coding-agent

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate code refactoring and generation with AI coding assistants?

Automate code refactoring and generation by executing shell commands through this skill to control AI assistants like Codex and Claude Code. It enables programmatic execution of coding tasks, background session management, and progress monitoring without manual intervention.

What is the best way to manage interactive AI coding sessions in the background?

Manage interactive AI coding sessions in the background using PTY for interactive terminal applications. This skill provides programmatic control over tools like Kiro CLI and OpenCode, allowing you to start sessions, monitor progress, and manage processes via shell commands.

Does this coding agent skill work with multiple AI assistants like Codex and Claude Code?

Yes, this coding agent skill works with multiple AI assistants including Codex, Claude Code, Kiro CLI, OpenCode, and Pi. It provides a unified interface to programmatically execute tasks across these different tools using shell commands.

Can I execute AI coding tasks in a sandboxed environment?

Yes, you can execute AI coding tasks in a sandboxed environment. This skill offers options for both sandboxed and direct execution, allowing you to safely run automated code generation and refactoring processes while maintaining control over the system environment.

How do I monitor the progress of automated code generation tasks?

Monitor the progress of automated code generation tasks using process management tools and shell commands provided by this skill. It tracks background interactive sessions initiated with assistants like Kiro CLI, giving you visibility into ongoing AI coding operations.

What are the limitations of using shell commands to control AI coding assistants?

Limitations of using shell commands to control AI coding assistants include relying on PTY for interactive terminal applications, which requires careful process management. Complex multi-agent workflows may need explicit session handling and monitoring to ensure tasks complete successfully.