CtrlK
BlogDocsLog inGet started
Tessl Logo

fireflies-hello-world

Create a minimal working Fireflies.ai example that queries transcripts. Use when starting a new Fireflies.ai integration, testing your setup, or learning the GraphQL API patterns for meeting data. Trigger with phrases like "fireflies hello world", "fireflies example", "fireflies quick start", "simple fireflies code".

66

Quality

Does it follow best practices?

Impact

No eval scenarios have been run

SecuritybySnyk

Advisory

Suggest reviewing before use

SKILL.md
Quality
Evals
Security

Quality

Content

72%

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

Highly actionable executable examples in a clean single-file structure, weakened by redundant multi-language examples and a workflow whose steps are listed but not chained together with validation checkpoints.

Suggestions

Drop the Python Step 4 (or move it to a reference file) to eliminate duplication with Step 2 and tighten the 'minimal hello world' scope.

Chain the steps so Step 3 consumes a transcript id returned by Step 2, replacing the literal 'your-transcript-id' placeholder.

Add a brief inline validation checkpoint (e.g., check for a non-empty transcripts array or a GraphQL errors field) between steps rather than relying solely on the separate error-handling table.

DimensionReasoningScore

Conciseness

The body avoids concept-explanation padding, but for a skill titled 'hello world' it carries four code blocks across three languages plus redundant reference tables; the Python Step 4 largely duplicates Step 2, which could be tightened.

2 / 3

Actionability

Every step is fully executable code hitting the real endpoint with concrete GraphQL queries and a shared helper, matching the copy-paste-ready anchor.

3 / 3

Workflow Clarity

Steps 1–4 are sequenced and prerequisites are listed, but the steps are not chained (Step 3 hardcodes 'your-transcript-id' instead of using a Step 2 result) and there is no inline validation checkpoint; error handling sits in a separate table rather than as a feedback loop.

2 / 3

Progressive Disclosure

With no bundle files present, the single SKILL.md is well-organized into Overview, Prerequisites, Steps, reference tables, and Resources/Next Steps with one-level external links, satisfying the simple-skills allowance for well-organized single-file content.

3 / 3

Total

10

/

12

Passed

Description

90%

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 with explicit 'Use when' triggers and concrete scope. Its only weakness is specificity: it states the high-level action ('queries transcripts') without naming the individual capabilities demonstrated.

DimensionReasoningScore

Specificity

The description names the domain and a concrete action ('Create a minimal working Fireflies.ai example that queries transcripts'), but does not enumerate the specific query types it covers (users, transcripts, summaries), keeping it short of the 'multiple specific concrete actions' anchor.

2 / 3

Completeness

It clearly answers both what ('Create a minimal working Fireflies.ai example that queries transcripts') and when ('Use when starting a new Fireflies.ai integration, testing your setup, or learning the GraphQL API patterns'), matching the explicit-trigger anchor.

3 / 3

Trigger Term Quality

It lists a varied set of explicit trigger phrases ('fireflies hello world', 'fireflies example', 'fireflies quick start', 'simple fireflies code') that a user setting up or testing an integration would naturally say, matching the good coverage anchor.

3 / 3

Distinctiveness Conflict Risk

It targets a specific niche SaaS (Fireflies.ai GraphQL API) with distinct triggers, making it unlikely to fire for unrelated skills.

3 / 3

Total

11

/

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.