Rotifer Playground v0.5.0-alpha.2 introduces three pillars every AI capability ecosystem needs: trust, portability, and decentralization.
Skill Import: From IDE to Ecosystem in One Command
AI IDE skills (the SKILL.md files in Cursor, Codex, Windsurf, etc.) are powerful but trapped in local directories. Rotifer v0.5 bridges this gap:
rotifer scan --skills # discover local SKILL.md filesrotifer wrap my-skill --from-skill ./SKILL.md # convert to a Rotifer generotifer compile my-skill # validaterotifer publish my-skill # share with the worldYour locally crafted skills now have an identity, a fitness score, and an evolutionary future.
Reputation System
Every Gene and developer now earns a computable reputation — the gene reputation score (R(g)):
R(g) = 0.5 · Arena + 0.3 · Usage + 0.2 · Stabilityrotifer reputation <gene-id> # gene's reputation scorerotifer reputation --mine # your developer reputationrotifer reputation --leaderboard # global developer rankings5% monthly decay keeps the leaderboard fresh — ship or slide.
P2P Gene Network (Foundation)
The foundation for decentralized gene discovery is in place:
rotifer network start # spin up a local P2P noderotifer network peers # see connected peersrotifer network search # cloud-first, P2P-augmented discoveryThis is the metadata layer. Full P2P gene transfer is on the roadmap.
Cloud Binding
The official Cloud endpoint is live at cloud.rotifer.dev. Self-hosting is fully supported via the ROTIFER_CLOUD_ENDPOINT environment variable.
By the Numbers
- 20 CLI commands
- 165 tests passing
- 31 files changed, +2,110 lines
- 20+ documentation pages (EN + ZH)
Get Started
npm install -g @rotifer/playground@alpha