# Quick

> Implement a clear, tightly scoped change with no design, dependency, or schema decision. Route uncertainty elsewhere.

- **Type:** Skill
- **Install:** `agentstack add skill-bnet47-codexicon-quick`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [bnet47](https://agentstack.voostack.com/s/bnet47)
- **Installs:** 0
- **Category:** [Agent Skills](https://agentstack.voostack.com/c/agent-skills)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [bnet47](https://github.com/bnet47)
- **Source:** https://github.com/bnet47/codexicon/tree/main/.agents/skills/quick
- **Website:** https://bnet47.github.io/codexicon/repo-template-playbook.html

## Install

```sh
agentstack add skill-bnet47-codexicon-quick
```

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

## About

# Quick change

Use this path only when the desired behavior and implementation approach are clear.

## Gate

Inspect the target and confirm:

- the change is coherent and tightly coupled;
- no new dependency, migration, or expensive-to-reverse choice is required;
- acceptance can be verified with existing commands or a small focused test.

If not, route to `$brainstorm`, `$investigate`, `$spec`, or `$write-plan` as appropriate.

## Execute

1. State the intended change and file scope in one sentence.
2. Preserve unrelated edits and implement the smallest complete solution.
3. Add or update focused tests for changed behavior when applicable.
4. Run the narrowest relevant check. For code, configuration, generated artifacts, or shipping readiness, also run:

```bash
./scripts/lint.sh
./scripts/test.sh
```

For documentation-only changes, run the applicable documentation or structural check and explicitly report why the broader test suite was not needed.

5. Review the diff for scope, acceptance coverage, and accidental generated files.
6. Report the outcome and verification evidence.

Do not commit, push, open a PR, deploy, or modify an external system unless the user explicitly requests that action.

## Source & license

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

- **Author:** [bnet47](https://github.com/bnet47)
- **Source:** [bnet47/codexicon](https://github.com/bnet47/codexicon)
- **License:** MIT
- **Homepage:** https://bnet47.github.io/codexicon/repo-template-playbook.html

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-bnet47-codexicon-quick
- Seller: https://agentstack.voostack.com/s/bnet47
- 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%.
