project
SolidClone, index, and orchestrate multi-repo work via agent-toolkit project — symlinks, quick access, and swarm workspaces.
AI & Automation 14 stars
4 forks Updated today MIT
Install
Quality Score: 82/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# Project
Manage the local multi-repo registry (`~/.ai-workspace/repos/` and `projects/` symlinks) so swarms and agents can target any repo by name, not path.
## When to use
- User says "clone X", "add repo Y", "list projects", or references `owner/repo` without a local path.
- Swarm needs `--workspace /path/to/repo` that isn't yet cloned.
- Workspace context shows missing `projects/` symlink for a repo referenced in a prompt.
## Prerequisites
- `agent-toolkit` with `project` subcommand (`agent-toolkit project --help`).
- `gh` authenticated for private repos (`gh auth status`).
- Workspace has `repos/github.com/<owner>/<repo>` layout.
## Workflow
### 1. Clone and index
```bash
agent-toolkit project clone owner/my-repo # clone + symlink projects/my-repo -> repos/github.com/owner/my-repo
agent-toolkit project clone owner/my-repo --branch feat/x
# Alias resolution: swarm's config.py also resolves_owner_repo from prompt URLs like https://github.com/owner/repo
# Verify
agent-toolkit project list # indexed projects
ls -l ~/.ai-workspace/projects
ls ~/.ai-workspace/repos/github.com/owner/my-repo
```
### 2. Use with swarm and other skills
```bash
# Swarm can target any indexed repo via --workspace
agent-toolkit swarm start --recipe pair --ui herdr --runner opencode --model-profile balanced --workspace ~/.ai-workspace/repos/github.com/owner/my-repo --attach "task"
# Inside a cloned repo, just run from its directory — swarm's find_repo_root u...
Details
- Author
- ulises-jeremias
- Repository
- ulises-jeremias/agent-toolkit
- Created
- 3 weeks ago
- Last Updated
- today
- Language
- V
- License
- MIT
Bundled in these plugins
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Featured
agent-multi-repo-swarm
Agent skill for multi-repo-swarm - invoke with $agent-multi-repo-swarm
69,326 Updated today
ruvnet AI & Automation Listed
agent-multi-repo-swarm
Agent skill for multi-repo-swarm - invoke with $agent-multi-repo-swarm
1 Updated 5 days ago
spike-faye-lei AI & Automation Listed
github-multi-repo
Multi-repository coordination, synchronization, and architecture management with AI swarm orchestration
0 Updated 1 months ago
SaharBarak