CtrlK
BlogDocsLog inGet started
Tessl Logo

fireflies-local-dev-loop

Configure local development workflow for Fireflies.ai GraphQL integrations. Use when setting up a development environment, mocking transcript data, or establishing a fast iteration cycle with the Fireflies API. Trigger with phrases like "fireflies dev setup", "fireflies local development", "fireflies dev environment", "develop with fireflies", "mock fireflies".

73

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

85%

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

The content is highly actionable and token-efficient, with executable code throughout. Workflow clarity and progressive disclosure are solid but not maximal: the flow lacks an explicit validation checkpoint and the inlined code could be split into referenced bundle files for better disclosure.

Suggestions

Add an explicit validation/checkpoint step in the workflow (e.g., 'Run `npm run typecheck && npm test` after Step 4; only proceed once both pass') to lift workflow clarity.

Move the longer scripts (record-fixtures.ts, mock-fireflies.ts) into scripts/ or references/ bundle files and link to them from SKILL.md, keeping the body as a lean overview to improve progressive disclosure.

DimensionReasoningScore

Conciseness

The body is lean: brief section intros followed by executable code, with no padding explaining concepts Claude already knows. Every section earns its place.

3 / 3

Actionability

Provides complete, copy-paste-ready TypeScript and bash scripts (record-fixtures.ts, mock client, tests, package.json scripts) with specific commands rather than pseudocode.

3 / 3

Workflow Clarity

Six steps are clearly sequenced with an Error Handling table for recovery, but there is no explicit validation checkpoint (e.g., run typecheck/tests before proceeding) embedded in the flow, leaving checkpoints implicit.

2 / 3

Progressive Disclosure

Sections are well organized and external skill references are one level deep, but ~170 lines of code are inlined monolithically with no bundle files to split detail into, so navigation stays flat rather than progressive.

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.

The description is specific, complete, and distinctive, naming concrete actions alongside natural trigger phrases and an explicit 'Use when' clause. It cleanly answers both what the skill does and when to invoke it.

DimensionReasoningScore

Specificity

Lists multiple concrete actions ('Configure local development workflow', 'mocking transcript data', 'establishing a fast iteration cycle') rather than vague language.

3 / 3

Completeness

Explicitly answers what ('Configure local development workflow for Fireflies.ai GraphQL integrations') and when ('Use when...', 'Trigger with phrases like...').

3 / 3

Trigger Term Quality

Natural trigger phrases like 'fireflies dev setup', 'develop with fireflies', and 'mock fireflies' cover common user variations a person would actually say.

3 / 3

Distinctiveness Conflict Risk

Tightly scoped to Fireflies.ai GraphQL local dev with distinct triggers, making conflict with other skills unlikely.

3 / 3

Total

12

/

12

Passed

Validation

81%

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

Validation13 / 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

referenced_paths_exist

Referenced path issues: 2 missing

Warning

Total

13

/

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.