Agent Skillsopen-gitagent/opengap › get-started

get-started

GitHub

指导新用户安装 gitagent 并创建第一个 Agent。涵盖全局安装、基于模板的项目脚手架生成、配置文件自定义、有效性验证及运行分享流程,帮助用户快速上手。

examples/gitagent-helper/skills/get-started/SKILL.md open-gitagent/opengap

触发场景

用户询问如何开始使用 gitagent 用户需要安装 gitagent 用户希望创建第一个 Agent 用户询问初始设置步骤

安装

npx skills add open-gitagent/opengap --skill get-started -g -y
更多选项

非标准路径

npx skills add https://github.com/open-gitagent/opengap/tree/main/examples/gitagent-helper/skills/get-started -g -y

不安装直接使用

npx skills use open-gitagent/opengap@get-started

指定 Agent (Claude Code)

npx skills add open-gitagent/opengap --skill get-started -a claude-code -g -y

安装 repo 全部 skill

npx skills add open-gitagent/opengap --all -g -y

预览 repo 内 skill

npx skills add open-gitagent/opengap --list

SKILL.md

Frontmatter
{
    "name": "get-started",
    "license": "MIT",
    "metadata": {
        "author": "gitagent",
        "version": "1.0.0",
        "category": "onboarding"
    },
    "description": "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?'"
}

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

npm install -g @open-gitagent/opengap
opengap --version

Create Your First Agent

Walk the user through these steps:

  1. Scaffold — Pick a template:

    # 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 SOUL.md (identity, personality)

  3. Validate — Check your work:

    opengap validate -d ./my-agent
    
  4. Run — Launch with Claude:

    opengap run -d ./my-agent
    
  5. Share — Push to git and anyone can run it:

    cd my-agent && git init && git add . && git commit -m "Initial agent"
    # Push to GitHub, then:
    opengap run -r https://github.com/you/my-agent
    

Minimum Required Files

  • agent.yaml — name, version, description (required)
  • SOUL.md — agent identity (required)
  • Everything else is optional

版本历史

  • d7a8e2e 当前 2026-07-25 08:12

同 Skill 集合

examples/full/skills/document-review/SKILL.md
examples/full/skills/regulatory-analysis/SKILL.md
examples/gitagent-helper/skills/create-agent/SKILL.md
examples/gitagent-helper/skills/export-agent/SKILL.md
examples/gitagent-helper/skills/manage-skills/SKILL.md
examples/gitagent-helper/skills/run-agent/SKILL.md
examples/jason-my-claw-is-the-law-deebee-4567b4/skills/compute-ladder/SKILL.md
examples/jason-my-claw-is-the-law-deebee-4567b4/skills/narco-check/SKILL.md
examples/jason-my-claw-is-the-law-deebee-4567b4/skills/packet-factory/SKILL.md
examples/llm-wiki/skills/wiki-ingest/SKILL.md
examples/llm-wiki/skills/wiki-lint/SKILL.md
examples/llm-wiki/skills/wiki-query/SKILL.md
examples/lyzr-agent/skills/research/SKILL.md
examples/nvidia-deep-researcher/skills/knowledge-retrieval/SKILL.md
examples/nvidia-deep-researcher/skills/paper-search/SKILL.md
examples/nvidia-deep-researcher/skills/web-search/SKILL.md
examples/standard/skills/code-review/SKILL.md

元信息

文件数
0
版本
d7a8e2e
Hash
70060e6f
收录时间
2026-07-25 08:12

首页 - Wiki
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-08-26 16:21
浙ICP备14020137号-1 $访客地图$