# Playground Rebuild

> Rebuild and serve the WASM playground at docs/playground/. Use after editing the playground source or any code reachable from cmd/agnostic-ai-wasm.

- **Type:** Skill
- **Install:** `agentstack add skill-chemaclass-agnostic-ai-playground-rebuild`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [Chemaclass](https://agentstack.voostack.com/s/chemaclass)
- **Installs:** 0
- **Category:** [Agent Skills](https://agentstack.voostack.com/c/agent-skills)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [Chemaclass](https://github.com/Chemaclass)
- **Source:** https://github.com/Chemaclass/agnostic-ai/tree/main/.agnostic-ai/skills/playground-rebuild
- **Website:** https://chemaclass.github.io/agnostic-ai/

## Install

```sh
agentstack add skill-chemaclass-agnostic-ai-playground-rebuild
```

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

## About

# playground-rebuild

The hosted playground at https://chemaclass.github.io/agnostic-ai/ runs the same code as the CLI, compiled to WebAssembly via `cmd/agnostic-ai-wasm`.

## Build

```
make playground-build
```

Writes `docs/playground/agnostic-ai.wasm` and copies the Go-toolchain `wasm_exec.js` shim. Both are gitignored; CI regenerates them on push to `main`.

## Serve locally

```
make playground-serve
```

Starts `python3 -m http.server 8080` in `docs/playground/`. Open http://127.0.0.1:8080.

`file://` does not work because browsers refuse `WebAssembly.instantiateStreaming` on local files.

## After edits

- `playground.js` or `style.css` changes: refresh the browser.
- Go source changes: rebuild with `make playground-build` first, then refresh.

## Clean

```
make playground-clean
```

Removes the generated `.wasm` and `wasm_exec.js`.

## Source & license

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

- **Author:** [Chemaclass](https://github.com/Chemaclass)
- **Source:** [Chemaclass/agnostic-ai](https://github.com/Chemaclass/agnostic-ai)
- **License:** MIT
- **Homepage:** https://chemaclass.github.io/agnostic-ai/

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-chemaclass-agnostic-ai-playground-rebuild
- Seller: https://agentstack.voostack.com/s/chemaclass
- 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%.
