Skip to content

Latest commit

History

9 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

agent-bootstrap

Configure Hermes agent profiles with curated skills. Detects profiles → recommends → installs.

Built by Riggd for Hermes agent users. Installs 22 curated gstack skills based on your profile type.

Install

Recommended: download first, verify, then run

# 1. Download
curl -fsSL https://raw.githubusercontent.com/RiggdAI/agent-bootstrap/main/install.sh -o install.sh
# 2. Verify (optional but recommended)
cat install.sh
# 3. Run
chmod +x install.sh
./install.sh

Alternative: clone the repo

git clone https://github.com/RiggdAI/agent-bootstrap.git
cd agent-bootstrap
./install.sh

Prerequisites:Hermes must be installed first.

Flow

1. Detect Hermes ✓
2. Detect existing profiles
├── ai-gary-tan (15 skills)
├── chief-technology-officer-2 (8 skills)
└── research-agent (3 skills)
3. User selects profile
4. Recommend skills based on profile name
5. User selects which to install
├── 1. Install recommended
├── 2. Select manually
└── 3. Install all
6. Skills are appended (never overwrite)

Available Skills

SkillPurpose
office-hoursYC Office Hours — reframe before coding
plan-eng-reviewEng manager-mode plan review
plan-ceo-reviewCEO/founder-mode plan review
reviewPre-landing PR review
qaSystematic QA testing
shipShip workflow with tests + review
investigateSystematic debugging
healthCode quality dashboard
csoSecurity audit mode
retroWeekly engineering retrospective
learnManage project learnings
browseHeadless browser for QA
scrapePull data from web pages
skillifyCodify scrape flows as skills
design-reviewVisual QA
context-saveSave working context
context-restoreRestore saved context
carefulSafety guardrails
freezeRestrict file edits
guardFull safety mode
canaryPost-deploy monitoring
benchmarkPerformance regression detection

Profile Templates

TemplateRecommended Skills
ai-engineeroffice-hours, plan-eng-review, review, qa, ship, investigate, health
chief-technology-officer+ plan-ceo-review, retro, cso
research-agentoffice-hours, investigate, learn, browse, scrape
competitive-intel-agentoffice-hours, investigate, browse, scrape, learn, review, qa
instagram-agentoffice-hours, browse, scrape, skillify, design-review, qa
product-manageroffice-hours, plan-eng-review, review, qa, ship, design-review
founderoffice-hours, plan-ceo-review, ship, review, qa, investigate, health

Manual Install

git clone https://github.com/RiggdAI/agent-bootstrap.git
cd agent-bootstrap
# Interactive (select skills manually)
./install.sh --profile=ai-engineer
# Non-interactive (auto-install recommended)
./install.sh --profile=competitive-intel-agent --auto

Directory Structure

agent-bootstrap/
├── install.sh # Main entry point
├── lib/
│ ├── detect.sh # Hermes + profile detection
│ ├── skills.sh # Skill selection + installation
│ └── configure.sh # Profile creation + linking
├── profiles/
│ └── free/ # Free tier templates
│ └── ai-engineer/
│ ├── SOUL.md
│ ├── profile.yaml
│ └── skills.json
├── plugins/
│ └── registry.json # Plugin registry
├── AGENTS.md # Agent entry point
└── llms.txt # Documentation index

Tiers

TierFeatures
FreeBasic profiles + community skills
ProRiggd custom skills + support + gbrain-data sync

Pro tier: Contact hello@riggd.ai

Documentation

  • AGENTS.md — Agent entry point (start here for AI agents)
  • llms.txt — Documentation index

By Riggd AI

About

Profile configuration installer for Hermes agent

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages