CtrlK
CommunityDocumentationLog inGet started
Tessl Logo

fireflies-hello-world

tessl i github:jeremylongshore/claude-code-plugins-plus-skills --skill fireflies-hello-world
github.com/jeremylongshore/claude-code-plugins-plus-skills

Create a minimal working Fireflies.ai example. Use when starting a new Fireflies.ai integration, testing your setup, or learning basic Fireflies.ai API patterns. Trigger with phrases like "fireflies hello world", "fireflies example", "fireflies quick start", "simple fireflies code".

Review Score

66%

Validation Score

11/16

Implementation Score

42%

Activation Score

90%

SKILL.md
Review
Evals

Generated

Validation

Total

11/16

Score

Passed
CriteriaScore

description_voice

'description' should use third person voice; found second person: 'your '

allowed_tools_field

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

metadata_version

'metadata' field is not a dictionary

frontmatter_unknown_keys

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

body_steps

No step-by-step structure detected (no ordered list); consider adding a simple workflow

Implementation

Suggestions 3

Score

42%

Overall Assessment

This skill has good structure and organization but fails at its core purpose: providing a working hello world example. The code snippets are incomplete templates rather than executable examples, which defeats the purpose of a 'minimal working example.' The error handling table is useful but the actual API call demonstration is missing.

Suggestions

  • Replace placeholder comments with actual API calls (e.g., fetching user info or listing transcripts) that demonstrate a complete working example
  • Remove the duplicate TypeScript code - keep only one complete, executable example per language
  • Add a verification step after the API call to confirm success (e.g., 'You should see your account email printed')
DimensionScoreReasoning

Conciseness

2/3

Contains some redundancy - the TypeScript example is duplicated in both Step 2/3 and the Examples section. The step-by-step breakdown adds overhead for what could be a single code block.

Actionability

1/3

The code examples are incomplete placeholders with '// Your first API call here' comments instead of actual executable API calls. A 'hello world' should demonstrate a real working API call, not a template.

Workflow Clarity

2/3

Steps are listed sequentially but lack validation checkpoints. No guidance on how to verify the setup worked beyond expecting console output. The error handling table is helpful but disconnected from the workflow.

Progressive Disclosure

3/3

Good structure with clear sections, appropriate use of external resource links, and a clear pointer to the next skill. Content is well-organized for a simple hello world skill.

Activation

Suggestions 1

Score

90%

Overall Assessment

This is a well-structured description with excellent trigger terms and clear when/what guidance. The main weakness is the lack of specific concrete actions - it describes the purpose (create an example) but not what that example actually does (e.g., authenticate, fetch transcripts, list meetings).

Suggestions

  • Add specific concrete actions the example demonstrates, e.g., 'Create a minimal working Fireflies.ai example that authenticates and fetches recent transcripts.'
DimensionScoreReasoning

Specificity

2/3

Names the domain (Fireflies.ai) and mentions 'minimal working example' and 'API patterns', but doesn't list specific concrete actions like 'authenticate', 'fetch transcripts', or 'create meeting notes'.

Completeness

3/3

Clearly answers both what ('Create a minimal working Fireflies.ai example') and when ('Use when starting a new Fireflies.ai integration, testing your setup, or learning basic Fireflies.ai API patterns') with explicit trigger guidance.

Trigger Term Quality

3/3

Explicitly lists natural trigger phrases users would say: 'fireflies hello world', 'fireflies example', 'fireflies quick start', 'simple fireflies code'. Good coverage of common variations.

Distinctiveness Conflict Risk

3/3

Very specific niche targeting Fireflies.ai hello world/quickstart scenarios. The explicit product name and 'hello world'/'quick start' framing make it unlikely to conflict with other skills.