CtrlK
BlogDocsLog inGet started
Tessl Logo

agent-manager-skill

Manage multiple local CLI agents via tmux sessions (start/stop/monitor/assign) with cron-friendly scheduling.

64

Quality

Does it follow best practices?

Impact

No eval scenarios have been run

SecuritybySnyk

Advisory

Suggest reviewing before use

SKILL.md
Quality
Evals
Security

Quality

Content

87%

Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.

A concise, actionable skill body with well-organized sections and concrete commands, weakened only by the absence of a sequenced workflow with validation checkpoints for risky agent-assignment operations.

Suggestions

Add a short sequenced workflow (e.g. doctor -> start -> monitor -> assign) with an explicit validation/verification checkpoint before assigning tasks to autonomous agents.

Include a feedback loop for when an agent's output fails validation or exceeds safety boundaries, so the skill guides error recovery rather than just listing commands.

DimensionReasoningScore

Conciseness

The body is lean (~40 lines) using short bullets and code blocks, assumes Claude's competence, and avoids explaining concepts Claude already knows; every section earns its place.

3 / 3

Actionability

Provides fully executable, copy-paste-ready commands with concrete arguments ('python3 agent-manager/scripts/main.py start EMP_0001', 'monitor ... --follow', 'assign ... <<EOF') plus a git clone install step.

3 / 3

Workflow Clarity

Use-cases and commands are listed but there is no sequenced multi-step workflow, and assigning tasks to autonomous agents is a batch/risky operation with no validation checkpoints or error-recovery feedback loops, capping this at 2.

2 / 3

Progressive Disclosure

Under 50 lines with no bundle files present and content organized into clear labeled sections; the only external reference ('see the repo for examples') points outside the skill with no nested bundle references.

3 / 3

Total

11

/

12

Passed

Description

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.

A specific, distinctive description with concrete actions, but it omits explicit 'when to use' trigger guidance and leans on technical phrasing over natural user keywords.

Suggestions

Add an explicit 'Use when...' clause stating when Claude should invoke this skill (e.g. 'Use when the user wants to run multiple local agents in parallel or schedule recurring agent work').

Broaden trigger terms to include natural phrasings users would say, such as 'run agents in parallel', 'background agents', or 'scheduled agent jobs'.

DimensionReasoningScore

Specificity

The description enumerates multiple concrete actions in parentheses ('start/stop/monitor/assign') over a named domain ('multiple local CLI agents via tmux sessions'), matching the 'lists multiple specific concrete actions' anchor.

3 / 3

Completeness

It clearly states what the skill does but lacks any 'Use when...' clause or equivalent explicit trigger guidance, which caps completeness at 2 per the judging guidelines.

2 / 3

Trigger Term Quality

Relevant keywords exist ('manage ... agents', 'start/stop', 'scheduling') but phrasing leans technical and omits common natural variations a user would say (e.g. 'run agents in parallel', 'background agents', 'scheduled jobs').

2 / 3

Distinctiveness Conflict Risk

The niche combining tmux-managed local CLI agent fleets with cron-friendly scheduling is specific and unlikely to trigger for unrelated skills.

3 / 3

Total

10

/

12

Passed

Validation

93%

Checks the skill against the spec for correct structure and formatting. All validation checks must pass before discovery and implementation can be scored.

Validation15 / 16 Passed

Validation for skill structure

CriteriaDescriptionResult

frontmatter_unknown_keys

Unknown frontmatter key(s) found; consider removing or moving to metadata

Warning

Total

15

/

16

Passed

Repository
boisenoise/skills-collections
Reviewed

Table of Contents

Is this your skill?

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.