CtrlK
BlogDocsLog inGet started
Tessl Logo

fireflies-deploy-integration

Deploy Fireflies.ai webhook receivers and GraphQL clients to Vercel, Docker, and Cloud Run. Use when deploying Fireflies.ai-powered applications to production, configuring platform-specific secrets, or hosting webhook endpoints. Trigger with phrases like "deploy fireflies", "fireflies Vercel", "fireflies production deploy", "fireflies Cloud Run", "fireflies Docker".

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.

The body is concise and highly actionable with executable code across all three platforms and useful verification/error-handling guidance. Its weaknesses are workflow validation that is implicit rather than checkpointed, and a monolithic structure that does not progressively disclose content into separate files.

Suggestions

Add explicit validation checkpoints after each deployment step (e.g., 'Verify deploy: curl -f <health URL> | jq . — only proceed if status is healthy') to turn implicit verification into a clear validate-then-continue feedback loop.

Split the per-platform deployment instructions (Vercel, Docker, Cloud Run) into separate reference files (e.g., references/vercel.md, references/docker.md, references/cloud-run.md) and keep SKILL.md as an overview pointing to them, improving progressive disclosure.

Move the GraphQL client and webhook receiver code into a bundled reference file or script so the main skill body stays a lean overview rather than embedding every implementation.

DimensionReasoningScore

Conciseness

The body is lean — code blocks carry minimal preamble, and it avoids explaining what Fireflies, Docker, or Vercel are, assuming Claude's competence; each section earns its place. Not a 2 because there is no padding or unnecessary concept explanation.

3 / 3

Actionability

Provides fully executable TypeScript, a Dockerfile, docker-compose, and copy-paste-ready vercel/docker/gcloud CLI commands with concrete flag values, matching the score-3 anchor.

3 / 3

Workflow Clarity

Six numbered steps are clearly sequenced and verification exists (health check, 'curl -f .../api/health'), but validation is distributed rather than as explicit per-step checkpoints after each deploy, so the checkpoints are implicit. Not a 3 because there is no explicit validate-then-proceed feedback loop after each risky deploy step.

2 / 3

Progressive Disclosure

The skill has no bundle files (references/, scripts/, assets/ absent) and is a single ~210-line monolithic SKILL.md with all platform code inline that could reasonably be split into per-platform reference files. Sections are well-organized, but content that should be separate is inline, matching the score-2 anchor. Not a 3 because it exceeds the under-50-line simple-skill allowance yet splits nothing out.

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 concrete, well-triggered, and complete, explicitly covering what the skill does and when to invoke it with natural user phrases. It occupies a distinct, low-conflict niche.

DimensionReasoningScore

Specificity

Lists multiple concrete actions — 'Deploy Fireflies.ai webhook receivers and GraphQL clients to Vercel, Docker, and Cloud Run' — naming specific platforms and concrete deliverables, matching the score-3 anchor.

3 / 3

Completeness

Clearly answers both 'what' (webhook receivers, GraphQL clients, secrets) and 'when' via an explicit 'Use when...' clause plus 'Trigger with phrases like...', satisfying the score-3 anchor.

3 / 3

Trigger Term Quality

Provides explicit natural phrases users would say — 'deploy fireflies', 'fireflies Vercel', 'fireflies production deploy', 'fireflies Cloud Run', 'fireflies Docker' — giving good coverage of natural trigger terms.

3 / 3

Distinctiveness Conflict Risk

The Fireflies.ai niche combined with platform-specific deploy triggers creates a clear, narrow scope unlikely to collide 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.