Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
By ngerakines
Manage 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.
npx claudepluginhub ngerakines/jd --plugin jdAudit a Johnny.Decimal system by comparing the JDex against the folder structure
Manage tasks in a Johnny.Decimal system — view, add, complete, cancel, and modify tasks using jdtodo.txt format
Show prioritized next actions across all JD systems — tasks, inbox, and review items
Process items in a Johnny.Decimal inbox — classify, file, extract tasks, and log actions
Initialize a new Johnny.Decimal system with folder structure, standard zeros, and JDex
Process a Johnny.Decimal inbox by reading items from 00.01 Inbox folders, classifying them against the JDex and folder structure, and routing them to the correct location. Use this skill whenever the user mentions processing their inbox, filing items, sorting their JD inbox, triaging captured notes, or any variation of "process my inbox," "sort my inbox," "file my stuff," "what's in my inbox," or "triage my captures." Also trigger when the user drops files into an inbox folder and asks what to do with them, or when they say things like "I just dumped some stuff in my inbox" or "clean up my inbox." This skill handles single-system and multi-system JD setups.
Audit a Johnny.Decimal system by comparing the JDex against the actual folder structure, flagging mismatches, orphaned entries, and undocumented folders. Use this skill when the user wants to verify their JD system, check for inconsistencies, sync their JDex with the filesystem, or says things like "audit my JDex," "check my system," "sync JDex," "verify my JD system," "is my JDex up to date," or "find orphaned folders."
Generate a prioritized "what do I need to do next?" report by aggregating tasks, inbox items, and review items across Johnny.Decimal systems. Use this skill when the user wants a daily overview, needs to decide what to work on next, or says things like "what do I need to do next," "what's on my plate," "show my priorities," "what needs attention," "daily overview," "action dashboard," "what should I focus on," "what's urgent," "where should I start," "what's most important right now," or "give me a status report." Also trigger when the user asks "what's coming up," "what's ahead this week," or "anything I'm forgetting."
Manage +SUB index files in Johnny.Decimal categories that use the AC.ID+NNNN or AC.ID+CODE extension pattern. Use this skill when the user wants to update a +SUB index, add a new project or entry to a +SUB category, check what the next +SUB number is, or manage +SUB entries. Trigger on phrases like "update sub index," "add a new project," "what's the next sub number," "manage +SUB entries," "new +SUB entry," "add to my project list," or "update my project index."
Initialize a new Johnny.Decimal system by creating the folder structure, standard zeros, and initial JDex. Use this skill when the user wants to set up a new JD system, create their JD folder structure, initialize a system, start organizing with Johnny.Decimal, or says things like "set up my JD system," "create a new system," "initialize JD," "build my folder structure," or "I want to start using Johnny.Decimal." Handles both single-system and multi-system (SYS.AC.ID) configurations.
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Interact with Heptabase using the CLI to manage notes, journals, tags, cards, files, whiteboards, goals, courses, and lessons. Use when working with Heptabase.
Personal advisory council system for life and business decisions. Simulates a Board of Advisors with four pillar councils (Intelligence, Business, Life, Security), persistent decision tracking in SQLite, outcome learning, and pattern analysis.
Streamline engineering workflows — standups, code review, architecture decisions, incident response, and technical documentation. Works with your existing tools or standalone.
Generate research-backed knowledge systems from natural conversation. 15 kernel primitives, 26 commands, 249 research claims, 3 presets.
Claude Code plugin for Joplin MCP server — orchestration guidance for 24 note-management tools
Architecture Decision Records authoring and management
ATProtocol-specific skills for Claude Code: lexicon design, DID resolution, XRPC, DAG-CBOR, MST/repo inspection, OAuth flows, record parsing. Use when the user is working with Bluesky, at:// URIs, com.atproto.*, app.bsky.*, or any AT Protocol concept.
macOS Contacts MCP server with a skill for creating, updating, and deleting contacts via Apple's native Contacts framework.
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.