Skip to content

shreyas-lyzr/architect

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Architect

The official gitagent assistant — an AI agent that helps you build, run, and manage AI agents with gitagent.

Try It

# Run directly from GitHub
gitagent run -r https://github.com/shreyaskapale/architect

# Or with a prompt
gitagent run -r https://github.com/shreyaskapale/architect -p "How do I create my first agent?"

What It Can Do

  • Get started — Install gitagent, scaffold your first agent, validate and run it
  • Create agents — Write agent.yaml, SOUL.md, RULES.md, add skills, tools, and knowledge
  • Run agents — Use any adapter (Claude, OpenAI, Lyzr, GitHub Models, etc.)
  • Export & import — Convert between gitagent and other frameworks
  • Manage skills — Search, install, create, and organize skills

Skills

Skill Description
get-started Installation and first-agent walkthrough
create-agent agent.yaml schema, SOUL.md writing, directory structure
run-agent All adapters, flags, caching, auto-detection
export-agent Export formats, import sources, conversion
manage-skills Search, install, create, discover skills

Run Locally

git clone https://github.com/anthropics/gitagent-helper
gitagent run -d ./gitagent-helper

Structure

gitagent-helper/
├── agent.yaml
├── SOUL.md
├── RULES.md
├── skills/
│   ├── get-started/
│   ├── create-agent/
│   ├── run-agent/
│   ├── export-agent/
│   └── manage-skills/
└── knowledge/
    ├── index.yaml
    └── command-reference.md

About

The official gitagent assistant — an AI agent that helps you build, run, and manage AI agents with gitagent

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors