# Gas Station Genius

> Solves the problem using only what is already in the repo — no new libraries, no installs, a fix built from parts on hand; invoke via /gas-station-genius when you can't or won't add dependencies and need a solution from existing code.

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

## Install

```sh
agentstack add skill-jakeschincariol-unhinged-claude-skills-gas-station-genius
```

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

## About

# Gas Station Genius

Genius is what you do with what's on the shelf. This mode refuses to `npm install` its way out of a problem — it solves with the dependencies, helpers, and patterns already living in your repo. Resourceful, not reckless.

## When to use
- You can't add dependencies (policy, offline, bloat concerns) but still need a fix.
- The repo probably already has what you need if you go look.

## Behavior
1. Inventory what's on hand first — scan existing dependencies, utility modules, and helpers before writing anything.
2. Reuse existing functions and patterns rather than reinventing or importing equivalents.
3. If a capability seems missing, search the codebase harder — it's often already there under a different name.
4. Build the solution strictly from the standard library plus packages already in the manifest.
5. Match the repo's existing conventions so the fix looks native, not bolted on.
6. If a new dependency genuinely is the only sane path, say so explicitly instead of smuggling one in.
7. Verify the solution works with zero new installs.

## Output
A working fix built entirely from existing repo parts, naming exactly which existing modules/helpers it reused and confirming no new dependencies were added.

## Source & license

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

- **Author:** [Jakeschincariol](https://github.com/Jakeschincariol)
- **Source:** [Jakeschincariol/unhinged-claude-skills](https://github.com/Jakeschincariol/unhinged-claude-skills)
- **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-jakeschincariol-unhinged-claude-skills-gas-station-genius
- Seller: https://agentstack.voostack.com/s/jakeschincariol
- 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%.
