claude-code-ide-org
v0.1.0Org-mode task tracking for Claude Code: org_* MCP tools via a Doom Emacs module, a queued state/clock event architecture reviewed by a human, session-tracking hooks, and the org skill with its conventions as references.
By Neil BestLicense: MIT0 GitHub starsUpdated 13 hours ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 3 skill or MCP entries
- Source updated
- Sep 23, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install claude-code-ide-org for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install claude-code-ide-org@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/nbest937/claude-code-ide-org.elClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.
Plugin files
├── .claude-plugin/plugin.json├── skills/brainstorming/SKILL.md├── skills/org/SKILL.md└── .mcp.json
Included Skills2
Use when the user brings a new idea, feature, or design question to refine before anything is built or filed. Classifies it as spike, bounded or architectural, holds a one-question-at-a-time design dialogue, and lands the approved design in a tracked heading's :PLAN: drawer. Not for bookkeeping, closing work, maintenance commits, or work a heading's :PLAN: already describes.
Use this skill whenever the user wants help with Emacs Org-Mode files (.org). Covers reading and parsing .org files, editing or transforming them, explaining Org-Mode syntax, managing TODOs and task states, working with priorities and tags, and handling CLOCK drawers and time-tracking data. Trigger when the user mentions .org files, Org-Mode, org-agenda, TODO keywords, SCHEDULED/DEADLINE timestamps, CLOCK entries, org-clock, or asks about task management in Emacs. Also trigger when the user shares a block of Org-Mode text and wants it modified, analyzed, or explained.
MCP servers1
- url
- http://localhost:45571/mcp/claude-code-ide-org
Plugin manifests1
{
"name": "claude-code-ide-org",
"displayName": "claude-code-ide-org",
"description": "Org-mode task tracking for Claude Code: org_* MCP tools via a Doom Emacs module, a queued state/clock event architecture reviewed by a human, session-tracking hooks, and the org skill with its conventions as references.",
"version": "0.1.0",
"author": {
"name": "Neil Best"
},
"repository": "https://github.com/nbest937/claude-code-ide-org.el",
"license": "MIT",
"keywords": [
"org-mode",
"emacs",
"gtd",
"time-tracking",
"mcp"
],
"userConfig": {
"time_tracking": {
"type": "boolean",
"title": "Time tracking",
"description": "Record turn-boundary guideposts and clock events for the human-run review pass, so finished work carries CLOCK intervals. Off by default: the org tools, the queue and the review pass all work without it. One value for every project, since the queue is per-user and global.",
"default": false
}
}
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[claude-code-ide-org on Agent Plugins Marketplace](https://pluginsmp.com/plugins/claude-code-ide-org)