CtrlK
BlogDocsLog inGet started
Tessl Logo

hana-plugin-creator

Create Hana plugin scaffolds and guide users through beginner or developer plugin planning, capability checks, manifest setup, runtime tools, WebView/iframe UI, Session/Agent APIs, model/media APIs, SDK templates, and install-ready plugin directories. Use when HanaAgent/Codex needs to explain what Hana plugins can do, help a user describe a plugin idea, check whether the SDK supports it, or generate/update a Hana plugin with @hana/plugin-runtime, @hana/plugin-sdk, and @hana/plugin-components.

71

Quality

88%

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

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

Highly actionable and well-sequenced content with strong validation feedback loops, written concisely for a domain Claude does not already know. Its main weakness is progressive disclosure: large reference-style rule blocks are inlined in SKILL.md rather than split into one-level-deep reference files.

Suggestions

Move the bulk of the SDK Rules, Marketplace Rules, and UI Rules into dedicated reference files under references/ (e.g. SDK_RULES.md, MARKETPLACE.md) and link to them from SKILL.md so the main file stays a concise overview.

Verify the check_env.mjs invocation path in the preflight example matches the install location users will actually have, since the 'skills2set/hana-plugin-creator/scripts/...' path is hardcoded.

Consider a short 'old patterns / deprecated' subsection for the legacy media-gen events, sessionPath, and direct Node fetch() notes so time-sensitive compatibility guidance is clearly separated from current guidance.

DimensionReasoningScore

Conciseness

Dense and domain-specific without explaining concepts Claude already knows; every rule is Hana-SDK knowledge. A few list sections (e.g. the long SDK Rules block) could be tightened, but it is largely efficient rather than padded.

4 / 5

Actionability

Copy-paste-ready scaffold commands ('python3 .../create_hana_plugin.py "My Plugin" --path examples/plugins --audience beginner --template direct'), a concrete preflight command, enumerated useful options, and named runtime helpers (createSession, sendSessionMessage, ctx.network.fetch) cover the common cases.

5 / 5

Workflow Clarity

The 10-step Workflow is clearly sequenced with explicit validation checkpoints: the preflight 'If it returns ok: false, stop and show the user', the dev loop's diagnostics/scenarios, and step 10 'Run focused verification... validate the skill and run the scaffold script against a temp directory' provide feedback loops for destructive/batch operations.

5 / 5

Progressive Disclosure

Section headers are clear, but the body is a ~204-line monolith with no reference markdown files (references/ is empty) to offload the large SDK Rules, Marketplace Rules, and UI Rules blocks; bundle files present are only scripts and SDK tarballs, not split-out reference docs.

3 / 5

Total

17

/

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.

A strong, comprehensive description that clearly states both capabilities and explicit 'Use when' triggers tied to a distinct Hana-plugin niche. Slightly technical in places, but concrete and unlikely to conflict with other skills.

DimensionReasoningScore

Specificity

Lists multiple concrete actions — 'Create Hana plugin scaffolds', 'capability checks, manifest setup, runtime tools, WebView/iframe UI, Session/Agent APIs, model/media APIs, SDK templates, and install-ready plugin directories' — giving comprehensive coverage of the skill's surface.

5 / 5

Completeness

Explicitly answers both what ('Create Hana plugin scaffolds and guide users through...') and when ('Use when HanaAgent/Codex needs to explain... help a user describe a plugin idea, check whether the SDK supports it, or generate/update a Hana plugin') with concrete trigger phrases.

5 / 5

Trigger Term Quality

Includes natural phrases a user would say ('help a user describe a plugin idea', 'check whether the SDK supports it', 'generate/update a Hana plugin') plus package-name triggers, but leans on some jargon ('Session/Agent APIs', 'model/media APIs') and the agent-internal 'HanaAgent/Codex needs' framing rather than pure user speech.

4 / 5

Distinctiveness Conflict Risk

A clear niche tied to the Hana product and specific packages ('@hana/plugin-runtime, @hana/plugin-sdk, and @hana/plugin-components'), with minimal risk of triggering for unrelated skills.

5 / 5

Total

19

/

20

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

metadata_version

'metadata.version' is missing

Warning

metadata_field

'metadata' should map string keys to string values

Warning

Total

14

/

16

Passed

Repository
liliMozi/openhanako
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.