
from reactive-agents-ts16
A complete implementation guide for building a code assistant with shell execution, file I/O, and sandboxed code running.
This skill provides a comprehensive recipe for implementing a high-capability code assistant. It enables agents to read and write files, execute shell commands for building and testing, and run code within isolated environments, making it ideal for CI/CD automation and iterative development.
Use this recipe when you need to instantiate a TypeScript-based agent that requires deep integration with a local filesystem and terminal to perform actual coding tasks rather than just suggesting snippets.
shell-execute, file-read, and file-write tools.Built specifically for the Reactive Agents TypeScript framework; compatible with Anthropic and other LLM providers integrated via that runtime.
This skill has not been reviewed by our automated audit pipeline yet.