Maintenance in progress: we are indexing a large batch of new skills. Some pages may load slowly or briefly show no results. Nothing is lost, and everything is back to normal within the hour.

Source Command Projects

List known projects and their instinct statistics

tangchunwu 206ae89 1022 B Updated 1 repo stars

File contents

source-command-projects

Use this skill when the user asks to run the migrated source command projects.

Command Template

Projects Command

List project registry entries and per-project instinct/observation counts for continuous-learning-v2.

Implementation

Run the instinct CLI using the plugin root path:

python3 "${CLAUDE_PLUGIN_ROOT}/skills/continuous-learning-v2/scripts/instinct-cli.py" projects

Or if CLAUDE_PLUGIN_ROOT is not set (manual installation):

python3 ~/.Codex/skills/continuous-learning-v2/scripts/instinct-cli.py projects

Usage

/projects

What to Do

  1. Read ~/.Codex/homunculus/projects.json
  2. For each project, display:
    • Project name, id, root, remote
    • Personal and inherited instinct counts
    • Observation event count
    • Last seen timestamp
  3. Also display global instinct totals

tangchunwu/skill-hub/tree/main/skills/custom/source-command/source-command-projects commit 206ae8941d

Frequently asked questions

npx skillmds add tangchunwu/source-command-projects