AgentStack
SKILL verified MIT Self-run

Next Unicorn

skill-nebutra-next-unicorn-skill-next-unicorn · by Nebutra

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.

No reviews yet
0 installs
1 views
0.0% view→install

Install

$ agentstack add skill-nebutra-next-unicorn-skill-next-unicorn

✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

Are you the author of Next Unicorn? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Next Unicorn - Codebase Auditor

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

Quick Start

# 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.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet — be the first.

Versions

  • v0.1.0 Imported from the upstream source.