# Tiny Fix

> >

- **Type:** Skill
- **Install:** `agentstack add skill-siva01c-claude-plugins-tiny-fix`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [siva01c](https://agentstack.voostack.com/s/siva01c)
- **Installs:** 0
- **Category:** [Agent Skills](https://agentstack.voostack.com/c/agent-skills)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [siva01c](https://github.com/siva01c)
- **Source:** https://github.com/siva01c/claude-plugins/tree/main/workflow-tools/skills/tiny-fix

## Install

```sh
agentstack add skill-siva01c-claude-plugins-tiny-fix
```

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

## About

# Tiny Fix

Not every change needs the full phased workflow. Applying heavyweight
process to a typo wastes time and tokens. This skill is the deliberately
minimal path — with a tripwire for when a "tiny" fix turns out not to be.

## Qualifies as tiny

- Typos in strings, comments, or documentation
- CSS/SCSS styling tweaks with no template logic changes
- Renaming a label, adjusting copy text
- A single-line change with no branching-logic impact

## Does NOT qualify (escalate to feature-workflow)

- Anything touching routing, permissions, forms, or user input handling
- Config entity changes (they need export + review)
- Schema or entity changes (they need update hooks)
- Changes to conditionals, loops, or return values
- "While I'm here" refactors — those are features, not fixes

## Procedure

1. Confirm the change qualifies as tiny (list above). If not — or if you
   only discover mid-edit that it doesn't — stop and switch to the
   `feature-workflow` skill.
2. Make the change. Nothing else: no drive-by refactoring, no formatting
   sweeps across the file.
3. Sanity check: `drush cr` if templates/CSS aggregation are involved;
   reload the affected page.
4. Commit with a one-line message. Done.

## Hard rule

The escalation tripwire is the whole point of this skill. A tiny fix that
grew is not a tiny fix — never finish a change under this skill that no
longer meets the qualification list.

## Source & license

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

- **Author:** [siva01c](https://github.com/siva01c)
- **Source:** [siva01c/claude-plugins](https://github.com/siva01c/claude-plugins)
- **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-siva01c-claude-plugins-tiny-fix
- Seller: https://agentstack.voostack.com/s/siva01c
- 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%.
