CtrlK
BlogDocsLog inGet started
Tessl Logo

discover-and-wire-tools

Use find_capabilities to discover the right Agenta tools for an agent you are building, report what each integration needs to connect, and wire the tools into the new agent's config. Use when a setup/builder agent must turn a plain-language task ("post to Slack and open GitHub issues") into attached, connected, ready-to-run tools.

68

Quality

82%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

High

Do not use without reviewing

SKILL.md
Quality
Evals
Security

Quality

Content

81%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 well-structured, actionable skill body with a clear validated workflow and concrete code/endpoints. It is mostly concise, with only the dated availability caveat adding minor verbosity.

Suggestions

Move the dated 'Availability (2026-06-27)' note into a clearly marked 'Compatibility / known limits' section so time-sensitive content does not dilute the main flow.

Show a minimal full request/response pair for POST /tools/discover so the wiring step is copy-paste ready rather than implied.

Add a short 'Verify' checklist before step 4 (e.g., confirm every primary connection.state == ready) to make the pre-create gate explicit.

DimensionReasoningScore

Conciseness

Mostly lean and purposeful, assuming Claude's competence; the only padding is the dated 'Availability (2026-06-27)' blockquote, which is operationally necessary but slightly verbose.

4 / 5

Actionability

Provides a concrete jsonc find_capabilities example plus specific endpoints (POST /tools/discover, POST /tools/connections/) and named response fields, with only minor gaps in full request/response shapes.

4 / 5

Workflow Clarity

Clear four-step loop (Discover -> Read -> Resolve connections -> Create) with explicit validation checkpoints ('re-run find_capabilities to confirm ready') and feedback loops ('If a tool call fails ... return to step 3').

5 / 5

Progressive Disclosure

Well-organized into clearly signaled sections in a single self-contained file with no bundle files needed; over the 50-line simple-skill threshold, so not a 5, but structure is clean and navigable.

4 / 5

Total

17

/

20

Passed

Description

83%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, third-person description that states concrete actions and an explicit 'Use when' trigger with a plain-language example. It is distinct within its niche with only minor overlap and coverage gaps.

DimensionReasoningScore

Specificity

Lists several concrete actions — 'discover the right Agenta tools', 'report what each integration needs to connect', 'wire the tools into the new agent's config' — with only minor scope gaps relative to a fully comprehensive action list.

4 / 5

Completeness

Explicitly answers both what (discover, report connections, wire tools) and when ('Use when a setup/builder agent must turn a plain-language task ... into attached, connected, ready-to-run tools') with a concrete trigger phrase.

5 / 5

Trigger Term Quality

Includes natural phrases a user would say ('post to Slack and open GitHub issues', 'plain-language task', 'setup/builder agent') plus concrete trigger context, though a few common variations are absent.

4 / 5

Distinctiveness Conflict Risk

Occupies a clear niche (tool discovery/wiring via find_capabilities for setup agents) with distinct triggers; minor overlap risk with the paired create-agenta-agent skill.

4 / 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
Agenta-AI/agenta
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.