CtrlK
BlogDocsLog inGet started
Tessl Logo

find-skills

Helps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", "is there a skill that can...", or express interest in extending capabilities. This skill should be used when the user is looking for functionality that might exist as an installable skill.

66

Quality

79%

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 ./skills/find-skills/SKILL.md
SKILL.md
Quality
Evals
Security

Quality

Content

80%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.

Actionable and well-structured with executable commands and a clear four-step workflow, plus good progressive disclosure for a self-contained skill. The main weakness is the absence of a validation/safety checkpoint before the global, auto-confirmed install step.

Suggestions

Add a validation checkpoint before Step 4's install: confirm the package source is trusted and prompt the user before running `npx skills add ... -g -y`, since -y skips confirmation on a global install.

Trim the Common Skill Categories table or fold it into the search examples, as it duplicates query suggestions already shown in Step 2.

Note the default install location (project vs global) earlier in the workflow rather than only in the closing note, so the -g flag's significance is clear at the point of use.

DimensionReasoningScore

Conciseness

Mostly efficient with executable commands and tight examples, though the category table and tips section add modest padding that could be trimmed.

4 / 5

Actionability

Provides copy-paste-ready commands (npx skills find/add, with example queries and install invocations) covering the common cases end to end.

5 / 5

Workflow Clarity

The four-step sequence (understand, search, present, install) is clear, but the install step runs a system-modifying command with -g -y (skip confirmation) and no validation checkpoint, capping workflow clarity at 3.

3 / 5

Progressive Disclosure

A single, well-organized SKILL.md under ~135 lines with clearly labeled sections and no bundle files; the simple-skill exception applies.

5 / 5

Total

17

/

20

Passed

Description

78%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 description that clearly states the skill's purpose and gives explicit, natural trigger phrases for when to use it. It is third-person throughout and largely free of fluff, with only minor room to expand the action list.

DimensionReasoningScore

Specificity

"discover and install agent skills" names the domain and two concrete actions, but coverage is not comprehensive (no mention of browsing, updating, or checking skills here).

3 / 5

Completeness

Explicitly answers both what ("discover and install agent skills") and when ("when they ask questions like...", "This skill should be used when...") with concrete trigger phrases.

5 / 5

Trigger Term Quality

Quotes natural phrases users actually say ("how do I do X", "find a skill for X", "is there a skill that can...") with good coverage, though a few common variations are absent.

4 / 5

Distinctiveness Conflict Risk

Targets a clear niche (skills discovery/install via the Skills CLI) with distinct triggers, with only minor overlap risk against general capability-search skills.

4 / 5

Total

16

/

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
heshengtao/super-agent-party
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.