Help us improve
Share bugs, ideas, or general feedback.
Auto-discovered marketplace from ngerakines/jd
npx claudepluginhub ngerakines/jdManage Johnny.Decimal systems with AI-assisted inbox processing, classification, JDex maintenance, system setup, task management, and next-action dashboards using jdtodo.txt. Supports single and multi-system (SYS.AC.ID) configurations.
RuFlo Marketplace: Claude Code native agents, swarms, workers, and MCP tools for continuous software engineering
No description available.
Code intelligence powered by a knowledge graph — execution flows, blast radius, and semantic search
Share bugs, ideas, or general feedback.
Claude Cowork plugins for the Johnny.Decimal organizational system.
| Plugin | Description |
|---|---|
| jd | Manage Johnny.Decimal systems with inbox processing, JDex maintenance, system setup, and +SUB index management |
Install a plugin by name:
claude plugins add jd-plugins/jd
Johnny.Decimal is a constraint-based organizational system that assigns every file a unique numeric address using exactly three levels: Areas, Categories, and IDs. The AC.ID notation (e.g., 43.02) is both human-memorable and machine-parseable, making it well-suited for AI-assisted workflows.
Learn more at johnnydecimal.com.
Each plugin is a self-contained directory with:
plugin-name/
├── .claude-plugin/
│ └── plugin.json # Plugin manifest
├── commands/ # Slash commands
│ └── command-name.md
├── skills/ # Domain knowledge (auto-triggered)
│ └── skill-name/
│ └── SKILL.md
├── README.md
└── LICENSE
To add a new plugin, create a directory following this structure and add an entry to .claude-plugin/marketplace.json.
Apache License 2.0. See LICENSE.