Install with Tessl CLI
npx tessl i github:jeremylongshore/claude-code-plugins-plus-skills --skill bigquery-table-creatorBigquery Table Creator - Auto-activating skill for GCP Skills. Triggers on: bigquery table creator, bigquery table creator Part of the GCP Skills skill category.
Overall
score
19%
Does it follow best practices?
Validation for skill structure
Activation
7%This description is severely underdeveloped, essentially just restating the skill name without providing actionable information. It lacks concrete capabilities, natural trigger terms, and explicit usage guidance. The redundant trigger terms and boilerplate 'Part of GCP Skills' text add no value for skill selection.
Suggestions
Add specific actions the skill performs, e.g., 'Creates BigQuery tables with schema definitions, partitioning configuration, and clustering options'
Include a 'Use when...' clause with natural trigger terms like 'create BigQuery table', 'new BQ table', 'define table schema', 'set up partitioned table'
Remove the redundant trigger term and add variations users would naturally say, including abbreviations like 'BQ' and related concepts like 'schema', 'partitioning', 'clustering'
| Dimension | Reasoning | Score |
|---|---|---|
Specificity | The description only states 'Bigquery Table Creator' without describing any concrete actions. It doesn't explain what creating a table involves (e.g., defining schemas, setting partitioning, configuring clustering). | 1 / 3 |
Completeness | The description fails to answer 'what does this do' beyond the name itself, and 'when should Claude use it' is not addressed. There's no 'Use when...' clause or explicit trigger guidance. | 1 / 3 |
Trigger Term Quality | The trigger terms are redundant ('bigquery table creator' listed twice) and miss natural variations users would say like 'create BigQuery table', 'new BQ table', 'define table schema', or 'set up dataset table'. | 1 / 3 |
Distinctiveness Conflict Risk | While 'BigQuery' provides some specificity to Google Cloud's data warehouse, the description could still conflict with other BigQuery-related skills (queries, datasets, views) since it doesn't clearly delineate its scope. | 2 / 3 |
Total | 5 / 12 Passed |
Implementation
0%This skill content is essentially a placeholder with no actual instructional value. It contains only meta-descriptions of what a skill should do without any concrete guidance on BigQuery table creation - no DDL examples, no schema patterns, no API calls, no partitioning/clustering guidance, and no validation steps.
Suggestions
Add executable BigQuery DDL examples for common table creation patterns (e.g., partitioned tables, clustered tables, external tables)
Include a concrete workflow: 1) Define schema, 2) Choose partitioning strategy, 3) Execute DDL/API call, 4) Validate table creation
Provide specific code for both SQL DDL and Python client library approaches with copy-paste ready examples
Remove all generic boilerplate ('provides automated assistance', 'follows best practices') and replace with actual BigQuery-specific guidance
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The content is padded with generic boilerplate that explains nothing Claude doesn't already know. Phrases like 'provides automated assistance' and 'follows industry best practices' are meaningless filler with no actual information about BigQuery table creation. | 1 / 3 |
Actionability | There is zero concrete guidance - no code, no commands, no specific steps for creating BigQuery tables. The entire content describes what the skill supposedly does rather than instructing how to do anything. | 1 / 3 |
Workflow Clarity | No workflow is provided whatsoever. Creating BigQuery tables involves specific steps (schema definition, partitioning decisions, clustering, DDL or API calls) but none are mentioned or sequenced. | 1 / 3 |
Progressive Disclosure | The content is a monolithic block of vague descriptions with no structure pointing to detailed materials. No references to schema examples, DDL templates, or API documentation are provided. | 1 / 3 |
Total | 4 / 12 Passed |
Validation
69%Validation — 11 / 16 Passed
Validation for skill structure
| Criteria | Description | Result |
|---|---|---|
description_trigger_hint | Description may be missing an explicit 'when to use' trigger hint (e.g., 'Use when...') | Warning |
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 | 11 / 16 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.