Install
$ agentstack add skill-nebutra-next-unicorn-skill-next-unicorn ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo 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.
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.
- Author: Nebutra
- Source: 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.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.