Features

More Than Copilot

ShipMyAgent provides a safe and controllable Agent Runtime for your team.

01

Repo-Centered

Repo Native

Reject complex low-code drag-and-drop platforms. Your directory structure and TypeScript definitions ARE the agent's definition. Developing an Agent is as intuitive as writing standard business code.

02

Proactive Execution

Proactive Employee

True agency unlocked. It doesn't just wait for commands—it **proactively notifies you and executes tasks**. It learns by searching the web, installs skills on demand, and writes scripts to handle complex workflows autonomously.

03

Controlled Actions

Human-in-the-Loop

Empower your Agent without losing control. All sensitive actions (fixes, shell commands) push approval requests to you. Just click Agree or Reject on your phone.

04

Traceable Process

Auditable Memory

Every thought, every action result, and every human approval is persistently logged in the file system. It's your most trustworthy and transparent digital employee.

05

Extensible Skills

Claude Code Skills

Fully compatible with the Claude Code Skills ecosystem. Install high-quality community skills or extend your Agent's capabilities with simple Bash/Python scripts.

These capabilities are not about replacing humans; they raise execution speed, governance, and sustainable collaboration inside familiar engineering workflows.

Repo Native

Reject complex low-code drag-and-drop platforms. Your directory structure and TypeScript definitions ARE the agent's definition. Developing an Agent is as intuitive as writing standard business code.

  • PROFILE.md

    Define personality & rules in plain English

  • ship.json

    Configure permissions and project settings

PROFILE.md
ship.json
1# Personality
2You are a Market Researcher.
3Traits: Insightful, data-driven.
4
5# Workspace
6This repository is your workspace.
7
8# Capabilities
9## Scripts
10You can run tools in ./scripts/:
11- ./scripts/fetch_news.ts
12- ./scripts/analyze.py
13
14## Coding
15- Use web/data tools when needed
16- Write & execute custom scripts
17 in the ./code/ directory
18

Ship Your Repo

Deploy your repository directly as a conversational, executable AI Agent. No extra orchestration required—just ship it.