# Next Unicorn

> Audit codebase to identify reinvented wheels, suggest unicorn-grade library replacements, scan vulnerabilities, and auto-create migration plans. Use when analyzing technical debt, reviewing hand-rolled code, planning library migrations, or auditing project structure.

- **Type:** Skill
- **Install:** `agentstack add skill-nebutra-next-unicorn-skill-next-unicorn`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [Nebutra](https://agentstack.voostack.com/s/nebutra)
- **Installs:** 0
- **Category:** [Developer Tools](https://agentstack.voostack.com/c/developer-tools)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [Nebutra](https://github.com/Nebutra)
- **Source:** https://github.com/Nebutra/Next-Unicorn-Skill/tree/main/skills/next-unicorn
- **Website:** https://smithery.ai/skills/nebutra/next-unicorn-skill

## Install

```sh
agentstack add skill-nebutra-next-unicorn-skill-next-unicorn
```

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

## About

# Next Unicorn - Codebase Auditor

Analyze and recommend third-party library replacements for hand-rolled code.

## Quick Start

```bash
# Analyze current directory
cd your-project && npx next-unicorn

# Or use the CLI directly
npx @nebutra/next-unicorn-skill analyze ./src
```

## Features

- **Hand-rolled Detection**: Identify reinvented wheels (HTTP, date parsing, etc.)
- **Library Recommendations**: Suggest battle-tested alternatives with Context7 verification
- **Vulnerability Scanning**: Detect known CVEs in dependencies
- **Migration Planning**: Generate structured migration plans with code examples

## Architecture

```
Scanner (deterministic) → AI Agent (generative) → Pipeline (deterministic)
1. Regex: detect hand-rolled code  1. Recommend library replacements  Score, plan, audit,
2. FS: detect code org issues     2. Identify capability gaps        filter, serialize
   (god-dirs, circular deps,     3. Recommend org patterns + tooling
    naming, barrel bloat)         using knowledge + Context7
```

## Gate Protocol

Present structured choices at gates. NEVER skip or proceed without user response.

**Format** — table of findings/options + lettered choices + your recommendation with 1-sentence rationale.

See [references/code-organization-workflow.md](references/code-organization-workflow.md) for full Gate examples.

## Source & license

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

- **Author:** [Nebutra](https://github.com/Nebutra)
- **Source:** [Nebutra/Next-Unicorn-Skill](https://github.com/Nebutra/Next-Unicorn-Skill)
- **License:** MIT
- **Homepage:** https://smithery.ai/skills/nebutra/next-unicorn-skill

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-nebutra-next-unicorn-skill-next-unicorn
- Seller: https://agentstack.voostack.com/s/nebutra
- 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%.
