status
Display CYNIC's self-status including packages, tests, integrations, and auto-generated roadmap. Use when asked about development status, project health, what's working, or CYNIC v1 completion.
Profile →npx skills add majiayu000/claude-skill-registry --skill status --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# /status - CYNIC Self-Status *"Connais-toi toi-même, puis vérifie"* - κυνικός Auto-tracks CYNIC's own development state. Unlike static ROADMAP.md, this is **live truth**. ## Quick Start ``` /status # Full scan (runs tests ~3min) /status quick # Quick scan (cached, no tests) /status json # JSON output for processing ``` ## What It Shows 1. **Packages** - Test status for all 12 packages 2. **Integrations** - Hooks, skills, agents, MCP status 3. **Features** - Implemented vs missing (derived from tests) 4. **Roadmap** - Auto-generated from actual code state ## Implementation Run the self-monitor module: ```bash # Full scan (with tests) node scripts/lib/self-monitor.cjs # Quick scan (no tests, uses cache) node scripts/lib/self-monitor.cjs --quick # JSON output node scripts/lib/self-monitor.cjs --json # Status line only node scripts/lib/self-monitor.cjs --status ``` ## Output Example ``` ╔═══════════════════════════════════════════════════════════════════╗ ║ 🐕 CYNIC SELF-STATUS (Auto-generated) ║ ╠═══════════════════════════════════════════════════════════════════╣ ║ ║ ║ PACKAGES: 12/12 healthy ║ TESTS: 1980/1980 passing (100.0%) ║ ║ ║ ✅* core 117/117 tests ║ ✅* protocol 230/230 tests
- Quick Start
- What It Shows
- Implementation
- Output Example
- Data Storage
- Triggering
- V1 Completion Criteria
- See Also
Full scan (with tests) node scripts/lib/self-monitor.cjs Quick scan (no tests, uses cache) node scripts/lib/self-monitor.cjs --quick JSON output node scripts/lib/self-monitor.cjs --json Status line only node scripts/lib/self-monitor.cjs --status
What does the status skill do?
Display CYNIC's self-status including packages, tests, integrations, and auto-generated roadmap. Use when asked about development status, project health, what's working, or CYNIC v1 completion.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill status --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.