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".

69

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.

A well-organized, highly actionable performance-tuning skill with executable TypeScript for every optimization. It loses some points for redundancy between caching steps and missing explicit validation checkpoints in the batch and pagination workflows.

Suggestions

Consolidate the LRU (Step 2) and Redis (Step 3) caching sections or clearly frame Redis as the multi-instance variant of the same pattern to reduce redundancy.

Add an explicit validation/checkpoint step in the batch (Step 4) and pagination (Step 6) workflows, e.g., verifying 429-free completion or cache-hit counts before declaring success.

Trim or merge the Performance Benchmarks and Error Handling tables where they restate behavior already demonstrated by the code, keeping only net-new diagnostic guidance.

DimensionReasoningScore

Conciseness

The body is mostly efficient with executable code, but includes some redundancy — LRU and Redis caching steps (Steps 2 and 3) overlap conceptually, and the benchmark/error tables restate information already conveyed by the code, which could be tightened.

2 / 3

Actionability

Every step provides complete, copy-paste-ready TypeScript (field selection queries, LRU/Redis caching, PQueue batching, webhook pre-warming, pagination) with concrete configuration values like 'concurrency: 1, interval: 1100'.

3 / 3

Workflow Clarity

The six steps are sequenced and grouped by optimization type, but the batch/pagination operations lack an explicit validation or verification checkpoint (e.g., confirming rate-limit compliance or cache integrity before proceeding), which the rubric flags for batch operations.

2 / 3

Progressive Disclosure

The SKILL.md is a self-contained single-purpose skill well under 50 lines of prose with clearly organized sections (Overview, Prerequisites, Instructions steps, Benchmarks, Error Handling, Output) and external links kept to one level; no bundle files exist or are needed, satisfying the simple-skill exception.

3 / 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.

A strong, third-person description that concisely states concrete capabilities, an explicit 'Use when' trigger, and natural trigger phrases. It scores well across specificity, completeness, and distinctiveness.

DimensionReasoningScore

Specificity

Lists multiple concrete actions: 'field selection, caching, and batching' on 'GraphQL query performance' for 'transcript processing throughput' — these are specific, named optimizations rather than vague language.

3 / 3

Completeness

It answers 'what' ('Optimize Fireflies.ai GraphQL query performance with field selection, caching, and batching') and 'when' ('Use when experiencing slow API responses, implementing caching, or optimizing transcript processing throughput') with an explicit trigger clause.

3 / 3

Trigger Term Quality

Explicit trigger phrases like 'fireflies performance', 'optimize fireflies', 'fireflies latency', 'fireflies caching', 'fireflies slow', and 'fireflies batch' map closely to natural phrases a user would say, with good variation coverage.

3 / 3

Distinctiveness Conflict Risk

The narrow Fireflies.ai + GraphQL performance niche with Fireflies-specific trigger phrases makes it clearly distinguishable and unlikely to trigger for unrelated 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.