CtrlK
BlogDocsLog inGet started
Tessl Logo

fireflies-sdk-patterns

Apply production-ready Fireflies.ai GraphQL client patterns for TypeScript and Python. Use when implementing Fireflies.ai integrations, building typed clients, or establishing team coding standards for the GraphQL API. Trigger with phrases like "fireflies SDK patterns", "fireflies best practices", "fireflies client", "fireflies GraphQL wrapper", "typed fireflies".

72

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

80%

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

A highly actionable, token-efficient reference of executable client patterns with clear sectioning. Its main weaknesses are the absence of validation/error-recovery feedback loops in the workflow and a monolithic single-file structure with no progressive disclosure to separate reference files.

Suggestions

Add explicit validation checkpoints with feedback loops (e.g., 'if Zod parsing fails, inspect the response shape and adjust the schema, then retry') to lift workflow clarity.

Move the larger code listings (full Python client, Zod schemas) into reference files under references/ and link to them from SKILL.md so the body stays a concise overview.

Clarify whether Steps 1–5 are sequential or a catalog of alternative patterns, so the intended workflow sequence is unambiguous.

DimensionReasoningScore

Conciseness

Lean body dominated by executable code with minimal prose; it does not over-explain concepts Claude already knows (e.g., what GraphQL or fetch is) and every section earns its place.

3 / 3

Actionability

Provides fully executable, copy-paste-ready TypeScript and Python clients plus a Zod validation example, with specific endpoints, headers, and query bodies rather than pseudocode.

3 / 3

Workflow Clarity

Steps 1–5 are clearly sequenced and a Zod validation step exists, but there are no explicit error-recovery feedback loops or validation checkpoints describing what to do on failure.

2 / 3

Progressive Disclosure

Sections are well-organized, but the ~230-line body is monolithic with all code inline and no bundle reference files to split deeper detail; at this length the simple-skill exception does not apply.

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.

A strong, well-scoped description that clearly states concrete capabilities, provides natural trigger phrases, and explicitly covers both what the skill does and when to use it. No vague fluff or over-claims.

DimensionReasoningScore

Specificity

Lists multiple concrete actions — 'implementing Fireflies.ai integrations, building typed clients, or establishing team coding standards for the GraphQL API' — rather than vague language.

3 / 3

Completeness

Explicitly answers what it does ('Apply production-ready Fireflies.ai GraphQL client patterns for TypeScript and Python') and when to use it via an explicit 'Use when...' clause with triggers.

3 / 3

Trigger Term Quality

Provides good coverage of natural phrases a user would say: 'fireflies SDK patterns', 'fireflies best practices', 'fireflies client', 'fireflies GraphQL wrapper', 'typed fireflies'.

3 / 3

Distinctiveness Conflict Risk

Targets a narrow, specific niche (Fireflies.ai GraphQL client patterns) with distinct triggers, making conflict with other skills unlikely.

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.