planted

Detect shipped skills referencing unlisted .claude helpers absent from the manifest.

5|Updated Apr 29, 2026
One-click install
npx skills add https://github.com/friedbotstudio/baseline --skill planted
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: planted
Source: https://github.com/friedbotstudio/baseline/tree/main/.claude/skills/spec-shippability-review/tests/fixtures/shipped-skill-unshipped/planted
Command: npx skills add https://github.com/friedbotstudio/baseline --skill planted

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This fixture helps you verify that a shipped skill does not rely on runtime helpers that were never included in the release manifest.

Core Features & Use Cases

  • Manifest Gap Detection: Confirms when a skill references a .claude helper that is missing from the shipped inventory.
  • Shippability Review Coverage: Supports tests that validate packaging, release readiness, and dependency visibility.
  • Use Case: Use it to exercise automated checks that should fail whenever a skill calls a private helper outside the published manifest.

Quick Start

Ask the agent to inspect this fixture and report the unmanifested helper reference as a shippability failure.

Frequently Asked Questions about planted

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I detect unlisted helper dependencies in a shipped skill manifest?▼

To detect unlisted helper dependencies in a shipped skill manifest, inspect the skill for .claude-prefixed module references that are absent from the shipped manifest and report them as blocker findings.

What is a shippability review fixture for manifest consistency?▼

A shippability review fixture for manifest consistency is a test that verifies a shipped skill does not rely on runtime helpers that were never included in the release manifest, failing when private helpers are called outside the published inventory.

How do I validate release readiness for .claude skills?▼

You validate release readiness for .claude skills by running automated checks that exercise manifest gap detection, confirming the skill does not invoke private helpers missing from the shipped inventory.

Does this manifest consistency check report missing helpers as shippability failures?▼

Yes, this manifest consistency check reports missing helpers as shippability failures by identifying .claude helper references absent from the shipped manifest and flagging them as blockers.

What are the limitations of automated manifest gap detection for skills?▼

The limitation of automated manifest gap detection for skills is that it specifically targets .claude-prefixed module references, meaning it will not detect unmanifested dependencies using other naming conventions or external runtime injections.