CtrlK
BlogDocsLog inGet started
Tessl Logo

fireflies-data-handling

Handle Fireflies.ai transcript data: export formats, PII redaction, retention policies, and compliance. Use when exporting transcripts, implementing data redaction, configuring retention, or ensuring GDPR/CCPA compliance. Trigger with phrases like "fireflies data", "fireflies PII", "fireflies GDPR", "fireflies data retention", "fireflies privacy", "fireflies export".

67

Quality

82%

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

65%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.

An actionable, well-sequenced data-handling skill with real executable code and a useful error table. It loses points for undefined helper functions that break copy-paste runnability, missing validation before destructive deletions, and a monolithic structure that could benefit from reference-file split-out.

Suggestions

Define (or explicitly mark as stubs) the helpers referenced in the retention workflow — getTranscriptList and archiveToSummaryOnly — and reconcile getFullTranscript (Step 1) vs getTranscriptList (Step 4) so the code is copy-paste runnable.

Add validation checkpoints before destructive/batch operations: a dry-run preview and explicit confirmation step in the retention deletion (Step 4) and GDPR deletion (Step 5) workflows.

Move the large per-step TypeScript implementations into reference files (e.g. references/redaction.md, references/export-formats.md) and keep SKILL.md as an overview with a quick-start, improving progressive disclosure for a skill this size.

DimensionReasoningScore

Conciseness

Lean, code-forward body with no explanation of concepts Claude already knows (no 'what is GDPR' padding); prose is limited to brief headers, an error table, and resource links, so every token earns its place.

3 / 3

Actionability

Most TypeScript is concrete and near copy-paste ready, but the retention workflow calls undefined helpers getTranscriptList(200) and archiveToSummaryOnly, and Step 4 uses getTranscriptList while Step 1 defines getFullTranscript — missing key details that prevent it from running as-is. Not quite the 'fully executable / copy-paste ready' anchor.

2 / 3

Workflow Clarity

Steps 1–5 are clearly sequenced and an Error Handling table gives feedback, but the destructive/batch deletion workflows (retention cleanup, GDPR deletion) lack validation checkpoints or dry-run/confirm steps; per the rubric, missing verification for destructive operations caps this at 2.

2 / 3

Progressive Disclosure

Well-organized sections, but it is a monolithic ~275-line SKILL.md with all five full TypeScript implementations inline and no bundle reference files; the large per-step code could be split into reference files, fitting the 'content that should be separate is inline' anchor.

2 / 3

Total

9

/

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.

A strong description: concrete capabilities, explicit 'Use when' trigger guidance, natural trigger phrases, and a distinct niche. Minor formatting wart from stray blank lines splitting the 'Use when' clause, but content is complete and clear.

DimensionReasoningScore

Specificity

Names multiple concrete actions — 'export formats, PII redaction, retention policies, and compliance' — rather than vague language, matching the multi-action anchor.

3 / 3

Completeness

Explicitly answers both what ('Handle Fireflies.ai transcript data: export formats, PII redaction...') and when ('Use when exporting transcripts...') with explicit triggers, in third person.

3 / 3

Trigger Term Quality

Provides natural trigger phrases a user would say ('fireflies data', 'fireflies PII', 'fireflies GDPR', 'fireflies data retention', 'fireflies privacy', 'fireflies export') with good coverage.

3 / 3

Distinctiveness Conflict Risk

Targets a clear niche (Fireflies.ai transcripts) with 'fireflies'-prefixed triggers 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.