skill-creator-smoke-test
Internal tool (not user-invocable). Called by meta-skill-creator as a DAG step (kind: agent) to run G3 (positive smoke) and G4 (negative smoke) gates against a candidate meta-skill SKILL.md. Cross-vendor: fixture-generation LLM != classifier LLM. Returns JSON.
npx skills add opensquilla/opensquilla --skill skill-creator-smoke-test --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Skill Creator Smoke Test When invoked as a `kind: agent, skill: skill-creator-smoke-test` step, this sub-agent: 1. Receives `skill_md`, `fixture_gen_model`, `classifier_model` from the parent step's `with:` 2. Calls `simulate_meta_resolution` with a positive fixture (LLM-generated using `fixture_gen_model`) 3. Calls `simulate_meta_resolution` with a negative fixture (LLM-generated, cross-domain) 4. Returns `{"G3": {...}, "G4": {...}}` JSON If `OPENROUTER_API_KEY` is absent OR either `fixture_gen_model`/`classifier_model` is unconfigured, the sub-agent falls back to the deterministic fixture generator and pins `classifier_model="stub"`. In both cases the smoke step still emits G3/G4 records, but with a `degraded: true` flag. ## Fallback If the sub-agent fails entirely, output `{"G3": {"passed": false, "reason": "smoke unavailable"}, "G4": {"passed": false, "reason": "smoke unavailable"}}`.
- Fallback
What does the skill-creator-smoke-test skill do?
Internal tool (not user-invocable). Called by meta-skill-creator as a DAG step (kind: agent) to run G3 (positive smoke) and G4 (negative smoke) gates against a candidate meta-skill SKILL.md. Cross-vendor: fixture-generation LLM != classifier LLM. Returns JSON.
How do I install it?
Run `npx skills add opensquilla/opensquilla --skill skill-creator-smoke-test --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From opensquilla/opensquilla, a repository with 6,515 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.