test/pm-plugin-development/plugin-doctor/fixtures/skill-structure/skill-with-noun-suffix/SKILL.md
Fixture whose parent directory ends in -executor to trigger skill-naming-noun-suffix
npx skillsauth add cuioss/plan-marshall skill-with-noun-suffixInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
This fixture exists to exercise the skill-naming-noun-suffix rule in
pm-plugin-development:plugin-doctor. The enclosing directory is named
skill-with-noun-suffix on purpose; tests rename or symlink the parent
directory to reserved-suffix variants (e.g. something-executor,
something-managers) at fixture-load time and verify that
analyze_skill_structure sets noun_suffix.violation = true.
The skill itself has no workflow — it only needs a valid SKILL.md so that structure analysis can progress past the frontmatter check and reach the naming-convention check.
development
Domain-owned OpenRewrite log-line finding parser for the java-cui domain — parses the
development
Domain-owned OpenRewrite marker detection for the java-cui domain — scans Java/Kotlin sources for cui-rewrite TODO markers, categorizes them by recipe, and fails the gate on any detected marker
development
Operator control surface for the marshalld build server — enrol/drop a project in the machine-global registry (the opt-in enable signal and anti-laundering wall), manage the daemon lifecycle (start, stop, drain, status, install, upgrade) version-pinned to the verified bundle copy, and inspect the daemon's per-project interaction-audit log (read-only)
tools
The tiny build-consumption client for the marshalld build server — submit a build job, bounded long-poll for its result, ping the daemon identity, and preflight registry-plus-liveness in one call; consumption only, never provisioning or enrolment