CtrlK
BlogDocsLog inGet started
Tessl Logo

documenso-install-auth

Install and configure Documenso SDK/API authentication. Use when setting up a new Documenso integration, configuring API keys, or initializing Documenso in your project. Trigger with phrases like "install documenso", "setup documenso", "documenso auth", "configure documenso API key".

72

Quality

Does it follow best practices?

Impact

No eval scenarios have been run

SecuritybySnyk

Passed

No known issues

SKILL.md
Quality
Evals
Security

Quality

Content

80%

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

The skill body is lean and highly actionable with executable install/init/verify code and useful endpoint and error tables. Its main weaknesses are a non-functional verification check (the length comparison is always true) and an unreferenced bundle file that leaves progressive disclosure signaling incomplete.

Suggestions

Fix the Step 5 verification check so it can actually detect failure — `documents.length >= 0` is always true; instead assert the HTTP status is 200 or that the call did not throw, and add a validate→fix→retry loop referencing the error table.

Link the existing `references/implementation-guide.md` from the body (e.g. in a References section) or remove it if redundant, so the bundle structure is clearly signaled and navigable.

Tighten progressive disclosure by moving the endpoint table and/or error-handling table into the reference file if the skill is meant to stay a concise overview, keeping the body as a quick-start pointer.

DimensionReasoningScore

Conciseness

The body is lean and assumes Claude's competence: step-by-step install/init with executable snippets, an endpoint table, and an error table, with no padding explaining what an SDK or API key is. Not level 2 because there is no unnecessary explanation to tighten.

3 / 3

Actionability

Provides fully executable, copy-paste-ready install commands and client-initialization code for TypeScript (v1 and v2) and Python, plus a runnable verify script invoked with `npx tsx`. Not below 3 because the guidance is concrete and complete rather than pseudocode.

3 / 3

Workflow Clarity

Steps are numbered and a verify step (Step 5) plus an error-handling table and security checklist exist, but the verification is weak — `documents.length >= 0` is always true so it cannot actually detect failure — and there is no real validate→fix→retry feedback loop. Not level 1 because the sequence and checkpoints are present; not level 3 because validation is not meaningful.

2 / 3

Progressive Disclosure

Sections are well-organized and the body is largely self-contained, but the bundled `references/implementation-guide.md` file exists and is never referenced or signaled from the body — an orphan reference with poor navigation. Not level 1 because structure is clean; not level 3 because the one external file is not clearly signaled or linked.

2 / 3

Total

10

/

12

Passed

Description

100%

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, concise description that names concrete actions, gives explicit "Use when" triggers plus natural trigger phrases, and occupies a clear niche unlikely to conflict with other skills. Third-person voice is maintained throughout.

DimensionReasoningScore

Specificity

Lists multiple concrete actions — "Install and configure Documenso SDK/API authentication", "setting up a new Documenso integration", "configuring API keys", "initializing Documenso" — matching the anchor for listing multiple specific concrete actions.

3 / 3

Completeness

Clearly answers both what ("Install and configure Documenso SDK/API authentication") and when ("Use when setting up a new Documenso integration...") with explicit triggers.

3 / 3

Trigger Term Quality

Explicit natural trigger phrases ("install documenso", "setup documenso", "documenso auth", "configure documenso API key") are terms a user would naturally say, giving good coverage.

3 / 3

Distinctiveness Conflict Risk

Documenso-specific niche with distinct triggers unlikely to overlap with unrelated skills.

3 / 3

Total

12

/

12

Passed

Validation

87%

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

Validation14 / 16 Passed

Validation for skill structure

CriteriaDescriptionResult

allowed_tools_field

'allowed-tools' contains unusual tool name(s)

Warning

frontmatter_unknown_keys

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

Warning

Total

14

/

16

Passed

Repository
jeremylongshore/claude-code-plugins-plus-skills
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.