den
The den connector and the skill that tells an agent how to use it: find the place a thing belongs before writing it, change the document that already holds it, and make a new version without overwriting anyone.
By pkslabs0 GitHub starsUpdated 2 days ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 2 skill or MCP entries
- Source updated
- Sep 22, 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 den for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install den@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/pkslabscom/den-pluginClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/den/.
Plugin files
├── .claude-plugin/plugin.json├── skills/den/SKILL.md└── .mcp.json
Included Skills1
Use whenever den is connected as an MCP server (tools like find_place, search, read_artifact, write_artifact, list_topics) and the user asks to add, change, tick, find, read, store, version, or share something they keep — a list, a table, dates, notes, a plan, a record — or tells you a fact worth keeping without asking you to save it (a name, a number, a date, an appointment, a purchase, a decision, what happened), since den is where they keep such things. Also for "what do we have on X", "save this", "put this in den", "where is the latest…". This skill decides what den should do with a request and how to do it without clobbering anyone.
MCP servers1
- url
- https://den.pkslabs.com/mcp
Plugin manifests1
{
"name": "den",
"description": "The den connector and the skill that tells an agent how to use it: find the place a thing belongs before writing it, change the document that already holds it, and make a new version without overwriting anyone.",
"author": {
"name": "pkslabs",
"url": "https://pkslabs.com"
},
"homepage": "https://den.pkslabs.com/guide/connect-an-agent",
"keywords": [
"den",
"memory",
"artifacts",
"versioning",
"system of record"
]
}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.
[den on Agent Plugins Marketplace](https://pluginsmp.com/plugins/den)