agentsclimarketplace

Wikispec validate

Skill christianb93/WikiSpec/skills/wikispec-validate

A spec driven development framework that maintains an LLM wiki

Install
npx -y skills add christianb93/WikiSpec --skill wikispec-validate

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 4 stars4 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Validate a change

SKILL.md

1.3 KB, as published. Nobody here has run it

Skill: wikispec-validate

Drive the agent through the full validate step for a wikispec change. You will use the wikispec tool which is a binary in the path, no need to install anything.

Steps

  1. Determine the change name.

    • If the user provided a change name, use it exactly.
    • If no name is provided use wikispec list to list all active changes. If there is only one active change, assume that we will be working on this one, otherwise ask the user to pick a change from the list
  2. Check whether validate step is runnable

    • Use wikispec status --change <change name> to get the status of the current change
    • Look at the output to confirm that the validate step is runnable#
    • If not, use the waitingOn field to determine the steps on which validate is waiting and ask the user to run the corresponding wikispec skill first
  3. Follow instructions in a loop. Repeat until the step is complete:

    wikispec instructions --change <name> --step validate
    
    • If the output contains instructions, follow them, then call the command again.
    • If the output signals that the step is already complete, stop looping, inform the user that the plan step is done and suggest to run /wikispec-archive next.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.