CtrlK
BlogDocsLog inGet started
Tessl Logo

hivemind-goals

Create, track and update team goals + KPIs via the Deeplake virtual filesystem at memory/goal/ and memory/kpi/. Use whenever the user mentions a goal, objective, KPI, target, milestone, or asks to track progress on something measurable. ALSO use when the user says "task", "todo", "work item", "remind me to", "fix X", or any actionable work item — the goal system replaced the legacy `hivemind tasks` CLI and now covers both objectives and tasks.

65

Quality

78%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Low

Low-risk findings worth noting

Fix and improve this skill with Tessl

tessl review fix ./harnesses/claude-code/skills/hivemind-goals/SKILL.md
SKILL.md
Quality
Evals
Security

Quality

Content

68%Weight 40%Scale 1-5

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

A highly actionable, well-structured operational skill with copy-paste-ready commands for every common case. Its weaknesses are repeated explanatory notes that hurt conciseness and the absence of validation/feedback checkpoints on state-changing table operations.

Suggestions

Add an explicit verification step after state-changing operations (e.g., cat the destination path to confirm the mv/reassign succeeded) to establish a feedback loop and lift workflow_clarity above the destructive-op cap.

De-duplicate the "Edit/Write are denied on memory paths; use Bash" note — state it once near the top and reference it instead of repeating it in sections 1, 3, and 7.

Avoid re-listing trigger phrases in the body's "When to use" section since they already appear in the frontmatter description; cross-reference instead to save tokens.

DimensionReasoningScore

Conciseness

The body is mostly operational and lean, but repeats "Edit/Write are denied on memory paths" across sections 1, 3, and 7 and re-lists trigger phrases already in the description, so it could be tightened.

3 / 5

Actionability

Copy-paste-ready bash commands (hivemind whoami, uuidgen, heredoc writes, mv, sed -i, hivemind goal add --agent capture, goal get) cover every common operation with real flags.

5 / 5

Workflow Clarity

Numbered sequences with concrete commands are clear, but writes go to a team-shared Deeplake table (a database op) with no verify/feedback checkpoint after mv/rm/reassign, so the destructive/database cap applies.

3 / 5

Progressive Disclosure

No bundle files exist; the single SKILL.md is well-sectioned with clear headers (When to use, Path conventions, Operations 1-8, Constraints), with only minor organization gaps around the long inline 1a/1b flows.

4 / 5

Total

15

/

20

Passed

Description

87%Weight 40%Scale 1-5

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 strong, explicit description that clearly states capabilities and comprehensive natural triggers, answering both what and when. Its main weakness is an aggressive expansion to all actionable work items, which raises conflict risk with generic todo/task skills.

Suggestions

Tighten the task-absorption clause so it triggers on task/todo language only within the hivemind/Deeplake context, reducing overlap with standalone todo skills.

Consider whether "any actionable work item" is too broad; scoping to measurable or team-shared work would improve distinctiveness.

The three verbs (create/track/update) are somewhat generic; naming more specific actions (e.g., reassign, close, bump KPI progress) would push specificity toward the top anchor.

DimensionReasoningScore

Specificity

"Create, track and update team goals + KPIs" names three concrete lifecycle verbs over the goals/KPI domain via the Deeplake VFS, matching the several-specific-actions anchor with minor coverage gaps.

4 / 5

Completeness

Explicitly states both what (create/track/update goals+KPIs via memory/goal/ and memory/kpi/) and when ("Use whenever the user mentions…" with concrete trigger phrases), matching the top anchor.

5 / 5

Trigger Term Quality

Comprehensive natural trigger coverage including synonyms ("goal, objective, KPI, target, milestone") and task variants ("task, todo, work item, remind me to, fix X") that users would actually say.

5 / 5

Distinctiveness Conflict Risk

It has a clear Deeplake/hivemind niche, but the "ALSO use when the user says task, todo, work item… any actionable work item" clause is a broad land-grab that overlaps general task/todo skills.

3 / 5

Total

17

/

20

Passed

Validation

100%

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

Validation16 / 16 Passed

Validation for skill structure

No warnings or errors.

Repository
activeloopai/hivemind
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.