Agent skill

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.

majiayu000534★ · 1 repos on radarProfile →
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill status --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 3 KB
Bundled scripts: none
Path: skills/analysis/status/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

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

What's inside
Steps it walks through
  1. Quick Start
  2. What It Shows
  3. Implementation
  4. Output Example
  5. Data Storage
  6. Triggering
  7. V1 Completion Criteria
  8. See Also
Ships with 1 file
  • metadata.json
Commands it runs
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
More from claude-skill-registry
All skills →
About this skill
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.

Keep going