CtrlK
CommunityDocumentationLog inGet started
Tessl Logo

fireflies-enterprise-rbac

tessl install github:jeremylongshore/claude-code-plugins-plus-skills --skill fireflies-enterprise-rbac
github.com/jeremylongshore/claude-code-plugins-plus-skills

Configure Fireflies.ai enterprise SSO, role-based access control, and organization management. Use when implementing SSO integration, configuring role-based permissions, or setting up organization-level controls for Fireflies.ai. Trigger with phrases like "fireflies SSO", "fireflies RBAC", "fireflies enterprise", "fireflies roles", "fireflies permissions", "fireflies SAML".

Review Score

68%

Validation Score

12/16

Implementation Score

38%

Activation Score

100%

SKILL.md
Review
Evals

Generated

Validation

Total

12/16

Score

Passed
CriteriaScore

allowed_tools_field

'allowed-tools' contains unusual tool name(s)

metadata_version

'metadata' field is not a dictionary

frontmatter_unknown_keys

Unknown frontmatter key(s) found; consider removing or moving to metadata

body_steps

No step-by-step structure detected (no ordered list); consider adding a simple workflow

Implementation

Suggestions 4

Score

38%

Overall Assessment

This skill provides a reasonable structure for enterprise RBAC concepts but suffers from fictional/illustrative code that won't work with actual Fireflies.ai APIs, and critically lacks validation workflows for security-sensitive SSO configuration. The content explains patterns Claude likely already understands while missing the specific, actionable details needed for real implementation.

Suggestions

  • Add explicit validation steps after SSO configuration (e.g., 'Test SSO login with a non-admin account before enforcing SSO organization-wide')
  • Replace fictional SDK imports with actual Fireflies.ai API calls or clearly mark code as 'pattern examples' requiring adaptation
  • Add a rollback procedure for failed SSO enforcement to prevent lockout scenarios
  • Remove the Prerequisites section and integrate any truly necessary context into the relevant code sections
DimensionScoreReasoning

Conciseness

2/3

The skill is reasonably efficient but includes some unnecessary sections like the Prerequisites list (Claude knows what SAML/OIDC requires) and verbose explanations. The role table and code examples are good, but the overall structure could be tighter.

Actionability

2/3

Provides TypeScript code examples that appear executable, but several use fictional SDK imports (@fireflies/sdk) and undefined clients (firefliesClient) without setup instructions. The code is more illustrative than copy-paste ready for actual Fireflies.ai integration.

Workflow Clarity

1/3

The 'Instructions' section lists 4 vague steps without validation checkpoints or feedback loops. For enterprise SSO configuration involving security-critical operations, there's no verification that SSO works before proceeding, no rollback guidance, and no testing steps.

Progressive Disclosure

2/3

Content is organized with clear sections and a table of contents via headers. However, the skill is quite long (~180 lines) with inline code that could be referenced externally. The single reference to 'fireflies-migration-deep-dive' is appropriate but more complex sections could be split out.

Activation

Score

100%

Overall Assessment

This is a well-crafted skill description that excels across all dimensions. It clearly specifies concrete capabilities (SSO, RBAC, organization management), provides explicit 'Use when' guidance, and includes comprehensive trigger terms that users would naturally use. The product-specific focus (Fireflies.ai) combined with enterprise administration terminology makes it highly distinctive.

DimensionScoreReasoning

Specificity

3/3

Lists multiple specific concrete actions: 'Configure SSO', 'role-based access control', and 'organization management'. These are distinct, actionable capabilities rather than vague abstractions.

Completeness

3/3

Clearly answers both what (configure SSO, RBAC, organization management) AND when (explicit 'Use when' clause with specific scenarios plus 'Trigger with phrases' section providing additional guidance).

Trigger Term Quality

3/3

Excellent coverage of natural trigger terms including 'fireflies SSO', 'fireflies RBAC', 'fireflies enterprise', 'fireflies roles', 'fireflies permissions', 'fireflies SAML' - these are terms users would naturally use when needing this skill.

Distinctiveness Conflict Risk

3/3

Highly distinctive with clear niche - specifically targets Fireflies.ai enterprise administration. The combination of product name (Fireflies.ai) with specific features (SSO, RBAC, SAML) makes conflicts with other skills very unlikely.