nirvana squads creator lite

Token-optimized squad generator — 5-phase pipeline with live tech verification, context-manifest pattern, shared macros, and consolidated agents. ~70% fewer tokens than v1.

9installs
SAFE
npx squads add Renat0z/uploads/nirvana-squads-creator-lite -y
squad-creatormeta-toolaiosmulti-agentclaude-codepipelineautomationtoken-optimizedlite
Squads are published by third parties. squads.sh does not guarantee their safety or functionality. Use at your own risk. Read Terms
55 agents
55 tasks
22 workflows

Nirvana Squads Creator Lite

Version
Agents
Tasks
Workflows
License
AIOS

The squad generator that uses ~70% fewer tokens than v1.

A 5-phase pipeline with context-manifest pattern, live tech verification, shared macros, and consolidated agents.

/nscl


Ever wasted hours building squads by hand?

You know the drill.

Create an agent. Then another. Write tasks, wire up cross-refs, validate YAML, realize you forgot a required field, redo everything.

3 hours later, you have a squad that might work.

What if I told you that you could turn a single natural-language sentence into a complete squad — validated, optimized, and ready to deploy — in minutes?


Before and After

🐌 Manual⚡ NSCL
Average time2–4 hours~5 minutes
Cross-ref errorsFrequentZero (automatic validation)
Token usageHigh (re-reads)~70% lower (context-manifest)
Redundant agentsYou don't even noticeAgentDropout eliminates them
AIOS validationManual, partial7 categories, automatic
Multilingual README"I'll do it later"6 languages, generated in-pipeline

How It Works

┌─────────────────────────────────────────────────────────┐
│                    YOUR OBJECTIVE                        │
│            (a single natural-language sentence)          │
└──────────────────────┬──────────────────────────────────┘
                       │
                       ▼
         ┌─────────────────────────┐
         │  🔍 PHASE 1 — ANALYZER │
         │  Decomposes objective   │
         │  into structured        │
         │  architecture (JSON)    │
         └────────────┬────────────┘
                      │ context-manifest.json
                      ▼
       ┌───────────────────────────────┐
       │  🔬 PHASE 2 — TECH VERIFIER │
       │  Verifies APIs, libs &        │
       │  services against live sources│
       └───────────────┬───────────────┘
                       │ verified manifest
                       ▼
      ┌────────────────────────────────┐
      │  🏗️ PHASE 3 — COMPONENT GEN  │
      │  Generates agents, tasks,      │
      │  configs & workflows           │
      │  in a single pass              │
      └───────────────┬────────────────┘
                      │
                      ▼
       ┌───────────────────────────────┐
       │  ✅ PHASE 4 — QUALITY GATE   │
       │  AgentDropout + AIOS          │
       │  Validation (7 categories)    │
       └───────────────┬───────────────┘
                       │
                       ▼
        ┌──────────────────────────────┐
        │  🚀 PHASE 5 — DISTRIBUTOR   │
        │  READMEs (6 langs) + Deploy  │
        │  + Publish squads.sh         │
        └──────────────────────────────┘

Why ~70% Fewer Tokens?

Three architectural decisions make all the difference:

  • Context-manifest pattern — The Analyzer produces 1 structured JSON. Downstream agents read that single file instead of re-reading multiple files 4x each.
  • Shared macros — Common rules live in
    /shared
    . Zero duplication across agents.
  • Single-pass generation — The ComponentGenerator produces everything in one pass. No double-reads, no rework.

Agents

NameArchetypeRole
🔍AnalyzerGuardianDecomposes objectives into structured architecture
🔬TechVerifierGuardianVerifies APIs, libs & services against live sources
🏗️ComponentGeneratorBuilderGenerates all squad components in a single pass
QualityGateGuardianOptimizes (AgentDropout) and validates (7 AIOS categories)
🚀DistributorFlow_MasterMultilingual READMEs, deploy, and publishing

Tasks

TaskResponsible AgentAtomic Layer
Objective Analysis🔍 AnalyzerDecomposition → context-manifest.json
Tech Stack Verification🔬 TechVerifierAPIs, libs, services → live verification
Component Generation🏗️ ComponentGeneratorVerified manifest → agents/tasks/configs/workflows
Validation & Optimization✅ QualityGateAgentDropout → 7-category validation
Distribution & Deploy🚀 DistributorREADMEs 6 langs → Deploy → Publish

Workflows

NamePatternDescription
full-pipelineSequentialComplete pipeline: analysis → generation → validation → distribution
validate-onlySequentialAIOS validation only for an existing squad

Commands

CommandWhat it does
/nscl
Starts the full pipeline (prompts for objective)
/nscl:validate
Validates an existing squad (7 AIOS categories)
/nscl:analyze
Runs the analysis phase only
/nscl:generate
Generates components from an existing manifest
/nscl:distribute
Generates READMEs and publishes

AIOS Validation — 7 Categories

The QualityGate automatically checks:

#CategoryWhat it validates
1Manifestsquad.yaml is complete and well-formed
2DirectoryFolder structure follows AIOS spec
3Agent FormatRequired fields, valid archetypes
4Task FormatInputs/outputs, correct agent refs
5Cross-RefsEvery cross-file reference resolves
6YAML SyntaxZero parsing errors
7Tech VerificationVerified dependencies, no REJECTED items

Tech Stack

TechnologyUsage
AIOS Core ≥ 2.1.0Squad execution runtime
Claude CodeAI engine for agents
YAMLConfiguration format
JSONContext-manifest pattern
Shields.ioDynamic badges

FAQ

Can I use it with any objective?

Yes. The Analyzer accepts any natural-language description. The more specific the objective, the more precise the generated architecture. A sentence like "squad for SaaS customer onboarding automation" is more than enough.

Can AgentDropout remove agents I want to keep?

AgentDropout only merges agents whose responsibilities overlap significantly. It never removes functionality — it only consolidates redundancy. The result is a leaner squad that does exactly the same thing with fewer tokens.

What's the difference from Nirvana Squads Creator (v1)?

~70% fewer tokens. v1 used separate agents that re-read the same files multiple times. Lite uses context-manifest (1 shared JSON), zero-duplication macros, and single-pass generation. Fewer agents, fewer tasks, same result.

Does it work with existing squads?

Yes. Use

/nscl:validate
to run the 7-category AIOS validation on any squad you've already created. It's useful even if you didn't use NSCL to generate the squad.

What languages is the README generated in?

Português (BR), English, Español, العربية (Arabic), हिन्दी (Hindi), and 中文 (Chinese).


Created by Renato Medeiros · MIT License

squad-creator · meta-tool · aios · multi-agent · claude-code · pipeline · automation · token-optimized · lite

squads.sh

Reviews

0 reviews

Write a review

No reviews yet. Be the first to review this squad!

More from Renat0z