Agent Plugins Marketplace
All plugins

learning

v1.7.0

Learning and knowledge management - mind map generation from any content, Obsidian MarkMind export, and interactive force-graph HTML visualization

Claude Code3 Skills

By Alfio CaprinoLicense: MIT8 GitHub starsUpdated 4 hours ago

Directory evidence

Runtimes
Claude Code
Parsed components
3 skill or MCP entries
Source updated
Aug 26, 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 plugin

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install learning@agent-plugin-marketplace

Paste 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/acaprino/daodan

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is exports/claude/plugins/learning/.

Plugin files

exports/claude/plugins/learning/
├── .claude-plugin/plugin.json
├── skills/forcegraph-exporter/SKILL.md
├── skills/generate-mindmap/SKILL.md
└── skills/markmind-exporter/SKILL.md

Included Skills3

forcegraph-exporterskills/forcegraph-exporter/SKILL.md

Render a JSON outline into a standalone browser page; needs internet for the CDN. TRIGGER WHEN: the user says 'interactive map', 'force graph', 'web mindmap', or 'HTML mindmap', or asks for a zoomable, draggable visual export. DO NOT TRIGGER WHEN: the user wants Obsidian MarkMind format (use markmind-exporter).

generate-mindmapskills/generate-mindmap/SKILL.md

Produce a Buzan-style radiant outline as structured JSON, optimized for recall over symmetry: single keywords, emoji anchors, cross-links. TRIGGER WHEN: the user asks to create a mind map, mappa mentale, concept map, or visual summary of a topic, text, or file, typically to learn or brainstorm.

markmind-exporterskills/markmind-exporter/SKILL.md

Render a JSON outline into a drop-in vault file for the Obsidian plugin. TRIGGER WHEN: the user says 'markmind' or needs MarkMind Rich output from a mindmap structure, typically one produced by generate-mindmap. DO NOT TRIGGER WHEN: the user wants an interactive HTML mindmap (use forcegraph-exporter).

Plugin manifests1

exports/claude/plugins/learning/.claude-plugin/plugin.json
{
  "author": {
    "name": "Alfio Caprino"
  },
  "description": "Learning and knowledge management - mind map generation from any content, Obsidian MarkMind export, and interactive force-graph HTML visualization",
  "license": "MIT",
  "name": "learning",
  "version": "1.7.0"
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[learning on Agent Plugins Marketplace](https://pluginsmp.com/plugins/learning)