CtrlK
BlogDocsLog inGet started
Tessl Logo

fireflies-performance-tuning

Optimize Fireflies.ai GraphQL query performance with field selection, caching, and batching. Use when experiencing slow API responses, implementing caching, or optimizing transcript processing throughput. Trigger with phrases like "fireflies performance", "optimize fireflies", "fireflies latency", "fireflies caching", "fireflies slow", "fireflies batch".

72

Quality

90%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Low

Low-risk findings worth noting

SKILL.md
Quality
Evals
Security

Quality

Content

80%Weight 40%Scale 1-3

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

The content is concise, highly actionable, and well-sequenced with strong executable examples. Its weaknesses are the absence of validation feedback loops in the batch-processing steps and the lack of any progressive-disclosure bundle files to offload detail.

Suggestions

Add an explicit validation/retry checkpoint to the batch and pagination workflows (e.g., on 429 or fetch failure: back off, log, and retry) so workflow_clarity can reach 3.

Split the benchmarks table and the Redis multi-instance variant into a reference file (e.g., references/ADVANCED.md) with a clearly signaled link from the main body to improve progressive disclosure.

Add a short verification step after caching (e.g., assert the cached transcript parses and has expected fields) to give the cache workflows a feedback loop.

DimensionReasoningScore

Conciseness

The body is lean and code-forward with no padded concept explanations; the overview is two sentences and each step is a brief frame plus executable code, assuming Claude's competence.

3 / 3

Actionability

Every step ships complete, copy-paste-ready TypeScript using real libraries (lru-cache, ioredis, p-queue) with concrete config values and real GraphQL query strings.

3 / 3

Workflow Clarity

Steps are clearly sequenced (1-6) but the batch operations (Steps 4 and 6) lack explicit validation/verification or error-recovery feedback loops, which the rubric caps at 2 for batch workflows.

2 / 3

Progressive Disclosure

The skill is a single ~200-line monolithic SKILL.md with no bundle files; section headings give structure but content that could be split out (benchmarks, Redis variant) is inline rather than in one-level-deep references.

2 / 3

Total

10

/

12

Passed

Description

100%Weight 40%Scale 1-3

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 concise, specific, and complete — it names concrete techniques, gives explicit 'Use when' guidance, and lists natural trigger phrases scoped to a distinct niche. It is a strong, well-formed skill description.

DimensionReasoningScore

Specificity

Names three concrete optimization techniques ('field selection, caching, and batching') tied to a specific goal (GraphQL query performance), matching the multiple-specific-actions anchor.

3 / 3

Completeness

Explicitly answers both what (optimize GraphQL query performance) and when ('Use when experiencing slow API responses...'), with explicit trigger phrases.

3 / 3

Trigger Term Quality

Six natural phrases a user would actually say ('fireflies performance', 'optimize fireflies', 'fireflies latency', etc.) give broad coverage of natural trigger terms.

3 / 3

Distinctiveness Conflict Risk

Scoped to a single SaaS API (Fireflies.ai GraphQL performance) with brand-specific triggers, giving a clear niche unlikely to conflict with other 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.