.claude/skills/spexRuntime, accounts, dependencies, permissions, network behavior and task quality remain untested.
Spec-Driven Development (Spex) skill that manages the full SDLC — from requirement analysis and design to incremental implementation and submission. Invoked manually via /spex <command>. Supports commands: create (new), modify, apply (run, do, go), apply-one-step (step), merge (submit), archive, init.
These states come from the source or distribution context. None of the entries below are SkillVetAI compatibility test results.
These checks parse the fixed package against dated platform rules. They do not execute the Skill or verify task behavior.
.claude/skills/spexRuntime, accounts, dependencies, permissions, network behavior and task quality remain untested.
.agents/skills/spexRuntime, accounts, dependencies, permissions, network behavior and task quality remain untested.
skills/spexRuntime, accounts, dependencies, permissions, network behavior and task quality remain untested.
This command is recorded from the source ecosystem and resolves the registry's latest release. The fixed release shown on this page should be inspected before adoption.
clawhub install @jiangxin/spexclawhub inspect @jiangxin/spex --version 0.1.0This automated, non-executing scan is bound to this release hash. It is not a safety certification and may contain false positives or false negatives.
subprocess.run(command, shell=Truesubprocess.Popen(pager, shell=TrueThis is registry-supplied evidence for the recorded release, not an independent SkillVetAI scan. Check the canonical source for the full report, scanner versions, scope, and current moderation state.
The catalog stores hashes and an inventory summary for change detection. It does not republish the package contents.
sha256:9ccdd53b614f63689fea1424371f11aca56c34db7920291c54bc74b2a76e8af1commands/apply-one-step.mdcommands/apply.mdcommands/archive.mdcommands/create.mdcommands/init.mdcommands/merge.mdcommands/modify.mdpyproject.tomlreferences/apply-review-loop.mdreferences/compact-sop-style.mdreferences/SKILLS-SPEC.mdscripts/__init__.pyscripts/apply_helper.pyscripts/archive.pyscripts/branch.pyscripts/cli.pyscripts/common.pyscripts/config.pyscripts/create_helper.pyscripts/debug_log.pyscripts/hooks.pyscripts/init.pyscripts/list.pyscripts/merge.pyscripts/meta_helper.pyscripts/open.pyscripts/prompt.pyscripts/review_helper.pyscripts/show.pyscripts/spex- Initial public release of the spex skill for spec-driven development workflows. - Manages the full SDLC through manual command invocation via /spex <command>. - Supports commands: create (new), modify, apply (run, do, go), apply-one-step (step), merge (submit), archive, and init. - Features command routing to specific SOP files and intent inference for free-form input. - Does not act on user prompts directly—always routes via the correct command procedure.