Agent Skillsopen-gitagent/opengap › get-started

get-started

GitHub

指导新用户安装 gitagent 并创建第一个 Agent,涵盖脚手架生成、配置编辑及验证运行流程。

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

Trigger Scenarios

用户是新用户,询问如何开始 用户请求安装 gitagent 用户想要设置第一个 Agent

Install

npx skills add open-gitagent/opengap --skill get-started -g -y
More Options

Non-standard path

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

Use without installing

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

Version History

  • d7a8e2e Current 2026-07-25 08:12

Same Skill Collection

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

Metadata

Files
0
Version
d7a8e2e
Hash
70060e6f
Indexed
2026-07-25 08:12

- 위키
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-08-29 22:27
浙ICP备14020137号-1 $방문자$