# Wikispec Apply

> Use the task list for the change to implement the actual change

- **Type:** Skill
- **Install:** `agentstack add skill-christianb93-wikispec-wikispec-apply`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [christianb93](https://agentstack.voostack.com/s/christianb93)
- **Installs:** 0
- **Category:** [AI & ML](https://agentstack.voostack.com/c/ai-and-ml)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [christianb93](https://github.com/christianb93)
- **Source:** https://github.com/christianb93/WikiSpec/tree/main/skills/wikispec-apply

## Install

```sh
agentstack add skill-christianb93-wikispec-wikispec-apply
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# Skill: wikispec-apply

Drive the agent through the full `apply` 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 apply step is runnable**
   - Use `wikispec status --change ` to get the status of the current change
   - Look at the output to validate that the `apply` step is runnable#
   - If not, use the `waitingOn` field to determine the steps on which `apply` 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  --step apply
   ```
   - 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 apply step is done and propose to run `/wikispec-validate` next

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [christianb93](https://github.com/christianb93)
- **Source:** [christianb93/WikiSpec](https://github.com/christianb93/WikiSpec)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-christianb93-wikispec-wikispec-apply
- Seller: https://agentstack.voostack.com/s/christianb93
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
