Run any Skill in Manus
with one click
with one click
Run any Skill in Manus with one click
Get Started$pwd:
$ git log --oneline --stat
stars:5
forks:1
updated:March 5, 2026 at 22:41
SKILL.md
| name | rubric-audit |
| description | Audit a Go CLI against the 37signals CLI rubric |
Audit a Go CLI repository against the 37signals CLI rubric (RUBRIC.md).
Run this skill in the root of a Go CLI repository to produce a gap report.
cmd/ directory or Makefile)make build or go build ./cmd/<name><cli> --help โ does --json flag exist?<cli> <cmd> | cat โ does it output JSON automatically?--json: verify {ok: true, data: ...} envelope{ok: false, error: ..., code: ...} envelope--quiet, --agent, --ids-only, --count, --markdown flagsjson.Decoder.UseNumber or json.Number in output code--help --agent: should emit structured JSONcommands --json or catalog commandAPP_TOKEN env var support--version flag exists and shows version/commit/dateinternal/harness/ directory with Claude detection code<cli> setup claude --help โ subcommand existsClaudeMarketplaceSource or basecamp/claude-plugins in harness codebasecamp/claude-plugins repo.claude-plugin/marketplace.json contains an entry with "name": "<cli>"Produce a scorecard:
## Scorecard: <CLI Name>
| Tier | Score | Max |
|------|-------|-----|
| T1: Agent Contract | X/26 | 26 |
| T2: Reliability | X/16 | 16 |
| T3: Agent Integration | X/13 | 13 |
| T4: Distribution | X/29 | 29 |
| **Total** | **X/84** | **84** |
### Critical Gaps
1. [Most impactful gap]
2. [Second gap]
...
### Recommended Priority
1. [First thing to fix โ highest leverage]
2. [Second]
...