CtrlK
BlogDocsLog inGet started
Tessl Logo

project-structure

Generate a single-file compressed symbol map of a TypeScript or Swift repository — files, exported symbols, typed signatures, plugin boundaries — sized to fit an LLM context window. Use for whole-project reasoning: duplication hunting, refactor planning, architecture recon, or feeding another agent a full-project map.

74

Quality

91%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Passed

No findings from the security scan

SKILL.md
Quality
Evals
Security

Quality

Content

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

The body is lean, executable, and well-structured with clear sections and signaled file references. The main improvement is converting the workflow guidance into an explicit numbered sequence with validation feedback loops.

Suggestions

Render the 'Workflow guidance' section as a numbered sequence (1. dense map → 2. typed/--members map → 3. verify findings → 4. act) with an explicit validate-and-retry loop so the feedback path is unambiguous.

Confirm the referenced bundle files (map.ts, selftest.mjs) actually exist under the skill dir, since no references/scripts/assets directories are present to validate them against.

DimensionReasoningScore

Conciseness

Dense, operational prose that assumes Claude's competence — no basic-concept padding — and every section earns its tokens (e.g. Swift parser limitations are non-obvious tradeoffs, not common knowledge).

5 / 5

Actionability

Provides a copy-paste-ready invocation ('node <this-skill-dir>/map.ts <repoRoot> [flags]') plus concrete flag enums and per-mode output shapes covering the common cases.

5 / 5

Workflow Clarity

The two-tier workflow (dense recon then typed exports/--members for the decision) is sequenced with explicit verification gates ('verify every dense-tier finding...', 'spot-verify... with grep before acting'), but presented as guidance bullets rather than a strict numbered checklist with feedback loops.

4 / 5

Progressive Disclosure

Well-organized into clearly headed sections with one-level-deep references to bundle files ('Backed by map.ts next to this file', 'node selftest.mjs (in this skill dir)'), though no references/scripts/assets bundle directories exist and the long Flags and Swift-specifics sections are dense inline content.

4 / 5

Total

18

/

20

Passed

Description

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

The description is concrete, complete, and distinctive, naming specific outputs and explicit use-case triggers. The only minor gap is keyword synonym/extension coverage.

DimensionReasoningScore

Specificity

Lists multiple concrete actions and outputs — 'files, exported symbols, typed signatures, plugin boundaries' sized to fit a context window — with comprehensive coverage of what the skill produces.

5 / 5

Completeness

Explicitly answers both 'what' (generate a compressed symbol map) and 'when' ('Use for whole-project reasoning: duplication hunting, refactor planning, architecture recon, or feeding another agent a full-project map').

5 / 5

Trigger Term Quality

Strong natural terms ('duplication hunting', 'refactor planning', 'architecture recon', 'TypeScript or Swift repository') that a developer would say, though common synonyms and file extensions (.ts/.swift) are largely absent.

4 / 5

Distinctiveness Conflict Risk

A clear niche (single-file compressed symbol map of TS/Swift repos for LLM context) with distinct triggers and minimal overlap with other skills.

5 / 5

Total

19

/

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
steipete/agent-scripts
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.