Manage multiple local CLI agents via tmux sessions (start/stop/monitor/assign) with cron-friendly scheduling.
Install with Tessl CLI
npx tessl i github:Dokhacgiakhoa/antigravity-ide --skill agent-manager-skill72
Does it follow best practices?
If you maintain this skill, you can automatically optimize it using the tessl CLI to improve its score:
npx tessl skill review --optimize ./path/to/skillValidation for skill structure
Discovery
67%Based on the skill's description, can an agent find and select it at the right time? Clear, specific descriptions lead to better discovery.
The description effectively communicates specific capabilities for managing CLI agents through tmux with scheduling support. Its main weakness is the absence of explicit trigger guidance ('Use when...') and limited coverage of natural user language variations. The technical specificity is strong but may miss users who describe their needs in less technical terms.
Suggestions
Add a 'Use when...' clause with trigger scenarios like 'Use when the user wants to run multiple agents in parallel, manage background CLI processes, or schedule automated agent tasks'
Include natural language variations users might say: 'background agents', 'parallel processes', 'scheduled automation', 'agent orchestration', 'terminal management'
| Dimension | Reasoning | Score |
|---|---|---|
Specificity | Lists multiple specific concrete actions: 'start/stop/monitor/assign' agents, manage 'tmux sessions', and 'cron-friendly scheduling'. These are clear, actionable capabilities. | 3 / 3 |
Completeness | Clearly answers 'what' (manage CLI agents via tmux with scheduling), but lacks an explicit 'Use when...' clause to guide Claude on when to select this skill. | 2 / 3 |
Trigger Term Quality | Includes relevant technical terms like 'tmux', 'CLI agents', 'cron', and 'sessions', but missing common user variations like 'background processes', 'terminal sessions', 'scheduled tasks', or 'agent orchestration'. | 2 / 3 |
Distinctiveness Conflict Risk | Highly distinctive with specific niche: 'tmux sessions', 'CLI agents', and 'cron-friendly scheduling' create a clear, unique domain unlikely to conflict with other skills. | 3 / 3 |
Total | 10 / 12 Passed |
Implementation
64%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
This skill is concise and provides executable commands, which are strengths. However, it lacks workflow sequencing (when to use doctor vs list vs start), validation checkpoints, and clearer references to detailed documentation. The skill would benefit from a brief workflow showing the typical sequence of operations.
Suggestions
Add a brief workflow section showing the typical sequence: doctor → list → start → monitor/assign, with validation checkpoints
Clarify what 'doctor' checks and what to do if it reports issues
Replace 'see the repo for examples' with specific file references like 'See [agents/README.md](agent-manager/agents/README.md) for configuration format'
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The content is lean and efficient, with no unnecessary explanations of concepts Claude already knows. Every section serves a clear purpose and the token budget is well-respected. | 3 / 3 |
Actionability | Provides concrete, copy-paste ready commands which is good, but lacks context on what each command does beyond the command name, and the heredoc example for 'assign' assumes knowledge of the teams file structure without explanation. | 2 / 3 |
Workflow Clarity | Commands are listed but there's no clear workflow sequence showing how to go from setup to running agents. Missing validation steps (e.g., what does 'doctor' check for, what to do if it fails) and no error recovery guidance. | 2 / 3 |
Progressive Disclosure | References the external repo for examples and agent configuration, but the signaling is vague ('see the repo for examples'). Could benefit from clearer pointers to specific documentation files within the cloned repo. | 2 / 3 |
Total | 9 / 12 Passed |
Validation
90%Checks the skill against the spec for correct structure and formatting. All validation checks must pass before discovery and implementation can be scored.
Validation — 10 / 11 Passed
Validation for skill structure
| Criteria | Description | Result |
|---|---|---|
frontmatter_unknown_keys | Unknown frontmatter key(s) found; consider removing or moving to metadata | Warning |
Total | 10 / 11 Passed | |
Table of Contents
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.