get-started

仓库创建 2026年2月25日最近提交 24 天前SkillHot 收录 20 天前
▸ 精选理由

对新手友好,包含安装与示例命令,适合作为首次上手文档。

这个 Skill 做什么

引导安装 gitagent 并创建第一个代理的完整入门流程。

帮你把 gitagent 安装好并一步步搭建第一个代理,包含脚手架、配置和校验,省去摸索基础设置的时间。适合第一次接触 gitagent、想要快速上手或问“怎么开始”的场景。亮点是提供模板 scaffold 和自动验证,能快速生成可运行的代理并提示常见错误。

▸ 展开 SKILL.md 英文原文

Guides installation of gitagent and creation of first agent with scaffolding, configuration, and validation. Use when the user is new to gitagent, asks how to get started, wants to install gitagent, set up their first agent, or says 'how do I start?'

Skill 开发管理入门指南安装脚手架配置验证通用
2.9k
Stars
342
Forks
18
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/open-gitagent/opengap/main/examples/gitagent-helper/skills/get-started/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/open-gitagent/opengap/main/examples/gitagent-helper/skills/get-started/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Get Started with gitagent

## When to Use
When a user is new to gitagent, wants to set up their first agent, or asks "how do I start?"

## Instructions

### Installation
```bash
npm install -g @open-gitagent/opengap
opengap --version
```

### Create Your First Agent
Walk the user through these steps:

1. **Scaffold** — Pick a template:
   ```bash
   # Minimal (2 files)
   opengap init --template minimal --dir ./my-agent

   # Standard (with skills, tools, knowledge)
   opengap init --template standard --dir ./my-agent

   # Full (compliance, hooks, memory, workflows)
   opengap init --template full --dir ./my-agent
   ```

2. **Edit** — Customize `agent.yaml` (name, description, model) and
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有