tessl i github:jeremylongshore/claude-code-plugins-plus-skills --skill gamma-debug-bundleComprehensive debugging toolkit for Gamma integration issues. Use when you need detailed diagnostics, request tracing, or systematic debugging of Gamma API problems. Trigger with phrases like "gamma debug bundle", "gamma diagnostics", "gamma trace", "gamma inspect", "gamma detailed logs".
Validation
75%| 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 | |
Implementation
65%This skill provides comprehensive, executable debugging tools for Gamma integration with well-structured TypeScript code. Its main strengths are actionability and concrete implementations. However, it could be more concise by removing redundant sections, and would benefit from clearer remediation guidance when diagnostics fail.
Suggestions
Add explicit remediation steps after each diagnostic test (e.g., 'If authentication fails: verify API key format, check expiration, regenerate at...')
Remove the 'Output' section as it merely restates what the code produces - this information is evident from the code itself
Consider splitting the four TypeScript files into a referenced directory structure with SKILL.md providing just the overview and usage instructions
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The content is mostly efficient with executable code examples, but includes some unnecessary structure like the verbose 'Output' section that just lists what the code already shows, and the overview adds little value beyond the code itself. | 2 / 3 |
Actionability | Provides fully executable TypeScript code with complete implementations for debug client, diagnostic script, environment checker, and bundle export. Code is copy-paste ready with proper imports and error handling. | 3 / 3 |
Workflow Clarity | Steps are numbered and sequenced, but lacks explicit validation checkpoints between steps. The diagnostic script has good internal validation (tests 1-4), but there's no guidance on what to do if specific tests fail or how to interpret results for remediation. | 2 / 3 |
Progressive Disclosure | Content is reasonably organized with clear sections, but the skill is quite long (~150 lines of code) and could benefit from splitting detailed implementations into separate files. References to external resources and next steps are present but the main content is monolithic. | 2 / 3 |
Total | 9 / 12 Passed |
Activation
90%This is a solid skill description with excellent trigger term coverage and clear 'when to use' guidance. The main weakness is that the capabilities section is somewhat abstract ('comprehensive debugging toolkit', 'detailed diagnostics') rather than listing specific concrete actions the skill performs.
Suggestions
Replace 'Comprehensive debugging toolkit' with specific actions like 'Captures request/response payloads, analyzes error codes, generates debug bundles, traces API call sequences'.
| Dimension | Reasoning | Score |
|---|---|---|
Specificity | Names the domain (Gamma integration) and mentions some actions (diagnostics, request tracing, debugging), but lacks concrete specific actions like 'capture request/response payloads', 'analyze error codes', or 'generate debug reports'. | 2 / 3 |
Completeness | Clearly answers both what (debugging toolkit for Gamma integration issues with diagnostics, request tracing, systematic debugging) and when (explicit 'Use when' clause plus 'Trigger with phrases' section). | 3 / 3 |
Trigger Term Quality | Provides explicit trigger phrases users would naturally say: 'gamma debug bundle', 'gamma diagnostics', 'gamma trace', 'gamma inspect', 'gamma detailed logs'. Good coverage of natural variations. | 3 / 3 |
Distinctiveness Conflict Risk | Very specific to 'Gamma' integration with distinct trigger terms. Unlikely to conflict with generic debugging skills due to the specific 'Gamma' qualifier throughout. | 3 / 3 |
Total | 11 / 12 Passed |
Reviewed
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.