Configure FireCrawl 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 FireCrawl. Trigger with phrases like "firecrawl SSO", "firecrawl RBAC", "firecrawl enterprise", "firecrawl roles", "firecrawl permissions", "firecrawl SAML".
Install with Tessl CLI
npx tessl i github:jeremylongshore/claude-code-plugins-plus-skills --skill firecrawl-enterprise-rbac84
Does it follow best practices?
If you maintain this skill, you can automatically optimize it using the tessl CLI to improve its score:
npx tessl skill review --optimize ./path/to/skillValidation for skill structure
Discovery
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.
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 FireCrawl product scoping makes it highly distinctive.
| Dimension | Reasoning | Score |
|---|---|---|
Specificity | Lists multiple specific concrete actions: 'Configure FireCrawl enterprise SSO, role-based access control, and organization management.' These are distinct, actionable capabilities. | 3 / 3 |
Completeness | Clearly answers both what (configure SSO, RBAC, organization management) and when (explicit 'Use when...' clause with specific scenarios plus 'Trigger with phrases like...' section). | 3 / 3 |
Trigger Term Quality | Excellent coverage of natural trigger terms including 'firecrawl SSO', 'firecrawl RBAC', 'firecrawl enterprise', 'firecrawl roles', 'firecrawl permissions', 'firecrawl SAML' - these match what users would naturally say. | 3 / 3 |
Distinctiveness Conflict Risk | Highly distinctive with 'FireCrawl' product name combined with specific enterprise features (SSO, RBAC, SAML). Unlikely to conflict with generic SSO or permissions skills due to product-specific scoping. | 3 / 3 |
Total | 12 / 12 Passed |
Implementation
72%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
This skill provides solid, actionable TypeScript code for implementing FireCrawl enterprise RBAC with good organization and progressive disclosure. The main weaknesses are missing validation checkpoints for security-critical SSO configuration steps and some unnecessary explanatory content that could be trimmed for better token efficiency.
Suggestions
Add explicit validation steps after SSO configuration (e.g., 'Test with a single user before enabling enforce mode', 'Verify role mapping with: await testRoleMapping(testUser)')
Remove the Prerequisites section or reduce to just 'Requires FireCrawl Enterprise tier' - Claude knows what SAML/OIDC and RBAC are
Add a rollback procedure for SSO enforcement in case of misconfiguration
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The skill is reasonably efficient but includes some unnecessary sections like 'Prerequisites' listing things Claude would know (understanding of role-based access patterns) and the 'Overview' adds little value. The code examples are good but some explanatory text could be trimmed. | 2 / 3 |
Actionability | Provides fully executable TypeScript code for role definitions, SSO configuration, middleware implementation, and audit logging. Code is copy-paste ready with concrete examples and proper type definitions. | 3 / 3 |
Workflow Clarity | Steps are listed (Step 1-4) but lack validation checkpoints. For enterprise SSO setup involving security-critical operations, there should be explicit verification steps (e.g., 'Test SSO login before enforcing', 'Verify role mappings with test user'). No feedback loops for error recovery. | 2 / 3 |
Progressive Disclosure | Well-organized with clear sections, a role table for quick reference, and appropriate external links to documentation. Content is structured logically from definitions to implementation to troubleshooting, with a clear pointer to migration deep-dive for advanced needs. | 3 / 3 |
Total | 10 / 12 Passed |
Validation
75%Checks the skill against the spec for correct structure and formatting. All validation checks must pass before discovery and implementation can be scored.
Validation — 12 / 16 Passed
Validation for skill structure
| Criteria | Description | Result |
|---|---|---|
allowed_tools_field | 'allowed-tools' contains unusual tool name(s) | Warning |
metadata_version | 'metadata' field is not a dictionary | Warning |
frontmatter_unknown_keys | Unknown frontmatter key(s) found; consider removing or moving to metadata | Warning |
body_steps | No step-by-step structure detected (no ordered list); consider adding a simple workflow | Warning |
Total | 12 / 16 Passed | |
Table of Contents
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.