Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 11 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,9 @@ One CLI to manage skills, commands, and rules across AI coding assistants.

Your skills are scattered across `~/.claude/skills/`, `.cursor/rules/`, `CLAUDE.md`, `.cursorrules` — different formats, different locations, no visibility into what's actually loaded. **ags** gives you a single command to scan, lint, measure, and manage all of it.

```
$ ags scan

NAME TYPE SCOPE AGENTS TOKENS
──────────────────────────────────────────────────────────
ags-manager skill local ◈ claude 2,847
code-review skill global ◈ claude ⌘ cursor 1,204
api-guidelines rule local ⌘ cursor 892
deploy-helper command global ◈ claude 456

4 items across 2 agents · 5,399 tokens
```
<p align="center">
<img src="docs/screenshots/help.png" alt="ags --help" width="700">
</p>

## Install

Expand Down Expand Up @@ -69,6 +60,8 @@ ags scan --scope local # project-level only
ags scan --installed # which agents are installed
```

<img src="docs/screenshots/scan.png" alt="ags scan" width="700">

### `ags context`

See what's loaded into your agent's context — config files, skills, commands, memory, MCP servers.
Expand All @@ -78,6 +71,8 @@ ags context # all agents
ags context --agent claude # Claude Code only
```

<img src="docs/screenshots/context.png" alt="ags context" width="700">

### `ags lint`

Catch issues: missing frontmatter, short descriptions, oversized files, name conflicts, unsupported keys.
Expand All @@ -87,6 +82,8 @@ ags lint # everything
ags lint --agent cursor # Cursor rules only
```

<img src="docs/screenshots/lint.png" alt="ags lint" width="700">

### `ags skill-cost`

Token budget — per-skill cost ranked by size, context usage bar per agent, suggestions to free tokens.
Expand Down Expand Up @@ -125,6 +122,8 @@ ags stats --period 7d # last week
ags stats --period all-time # everything
```

<img src="docs/screenshots/stats.png" alt="ags stats" width="700">

All commands support `--json` for structured output and `--help` for usage details.

## Contributing
Expand Down
Binary file added docs/screenshots/context.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/screenshots/help.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/screenshots/lint.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/screenshots/scan.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/screenshots/stats.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading