# Aalexuser Reposcout Skill

> reps CLI

- Skill: `tomevault-io/aalexuser-reposcout-skill` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/aalexuser-reposcout-skill`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/aalexuser-reposcout-skill/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/aalexuser-reposcout-skill

---


# reps CLI

## Workflow

1. Add the repository (if not already added).
2. (Optional) Check configured repos with `reps list`.
3. Ask a question with `reps ask`.

## Commands

Add a git repository:

```bash
reps add https://github.com/owner/repo -n short-name
```

Add a local directory:

```bash
reps add /absolute/path/to/project -n short-name
```

`-b branch` to specify a branch (default: `main`). `-g` for global scope.

List configured repositories:

```bash
reps list
```

Ask a question about a repository:

```bash
reps ask -r short-name -q "How does the routing system work?"
```

`-m provider/model` to override the AI model.

Delete a repository:

```bash
reps delete short-name
```

`-g` for global scope.

Configure the default AI model:

```bash
reps config model provider/model-name
```

`-g` for global scope.

## Notes

- Repos are cloned lazily on first `reps ask`, not on `reps add`.
- Names must be alphanumeric (plus `.`, `-`, `_`), max 64 chars.
- Project-scoped config (`.reps/`) takes priority over global (`~/.reps/`).
- If `reps` is not found, install with `bun install -g https://github.com/AaLexUser/RepoScout`.

---
> Converted and distributed by [TomeVault](https://tomevault.io/claim/aalexuser) — claim your Tome and manage your conversions.
<!-- tomevault:4.0:skill_md:2026-04-15 -->

