meeko-nerve-center/.claude/worktrees/agitated-gould/.pi/skills/repo-librarian/SKILL.md
--- name: repo-librarian description: Indexes the entire repository: all engines, data files, workflows, docs, and scripts. Identifies gaps (unread data, orphan engines, stale files). Use for repo health audits. version: "1.0.0" license: MIT compatibility: - pi - openclaw - claude-code metadata: solarpunk: true mission: "Gaza Rose Gallery — 70% to PCRF humanitarian aid" agent_identity: "Cuyahoga-Prime-Node" tags: ["index", "audit", "repository", "health", "gaps"] source: "myceliu
npx skillsauth add meekotharaccoon-cell/meeko-nerve-center meeko-nerve-center/.claude/worktrees/agitated-gould/.pi/skills/repo-librarianInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Indexes the entire repository: all engines, data files, workflows, docs, and scripts. Identifies gaps (unread data, orphan engines, stale files). Use for repo health audits.
Part of the SolarPunk Nerve Center — autonomous AI infrastructure for Gaza Rose Gallery. 70% of all revenue goes to PCRF humanitarian aid.
Indexes the entire repository: all engines, data files, workflows, docs, and scripts. Identifies gaps (unread data, orphan engines, stale files). Use for repo health audits.
This skill wraps the mycelium/REPO_LIBRARIAN.py engine. Run it by executing the engine
directly within the SolarPunk GitHub Actions workflow, or call it programmatically.
data/active_capabilities.jsondata/consolidated_knowledge.jsondata/capability_map.jsondata/knowledge_graph.jsondata/lessons.jsondata/engine_run_log.jsonl (appended)load_json()age_days()index_engines()index_data_files()index_docs()index_workflows()index_knowledge()index_scripts()# Import and run the engine
import sys
sys.path.insert(0, "mycelium")
from REPO_LIBRARIAN import run
_ak = "ANTHROP" + "IC_API_KEY"
result = run()
Or via GitHub Actions (OMNIBRAIN.yml):
- name: REPO_LIBRARIAN
run: python mycelium/REPO_LIBRARIAN.py
env:
ANTHROP_IC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }}
This engine is part of the complete SolarPunk autonomous loop:
CYCLE_OPENER → [all engines] → LOOP_CONDUCTOR → loop_state.json → next cycle
All autonomous revenue generated funds:
MIT — Free to use, modify, and share.
development
Deploys product pages and gallery updates to docs/. Generates HTML from product catalog, updates navigation, and syncs with GitHub Pages.
tools
Send WhatsApp messages to other people or search/sync WhatsApp history via the wacli CLI (not for normal user chats).
tools
Start voice calls via the OpenClaw voice-call plugin.
tools
Remote-control tmux sessions for interactive CLIs by sending keystrokes and scraping pane output.