Agent Plugins Marketplace
All plugins

arscontexta

v0.8.0

Conversational derivation engine — generate agent-native memory architecture from natural conversation. 15 kernel primitives, 26 commands, 17 feature blocks, 3 presets.

Claude Code10 Skills

By HeinrichLicense: MIT3.5k GitHub starsUpdated 7 months ago

Directory evidence

Runtimes
Claude Code
Parsed components
10 skill or MCP entries
Source updated
Feb 24, 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 arscontexta for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install arscontexta@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/agenticnotetaking/arscontexta

Clone 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

arscontexta/
├── .claude-plugin/plugin.json
├── skills/add-domain/SKILL.md
├── skills/architect/SKILL.md
├── skills/ask/SKILL.md
├── skills/health/SKILL.md
├── skills/help/SKILL.md
├── skills/recommend/SKILL.md
├── skills/reseed/SKILL.md
├── skills/setup/SKILL.md
├── skills/tutorial/SKILL.md
└── skills/upgrade/SKILL.md

Included Skills10

add-domainskills/add-domain/SKILL.md

Add a new knowledge domain to your existing system. Derives domain-specific configuration through conversation, generates domain folders, templates, and vocabulary while preserving and connecting to your existing architecture.

architectskills/architect/SKILL.md

Research-backed evolution advice for your knowledge system. Analyzes health reports, friction patterns, and derivation history to propose specific changes with research justification. Never auto-implements — proposals require your approval.

askskills/ask/SKILL.md

Query the bundled research knowledge graph for methodology guidance. Routes questions through a 3-tier knowledge base — WHY (research claims), HOW (guidance docs), WHAT IT LOOKS LIKE (domain examples) — plus structured reference documents. Returns research-backed answers grounded in specific claims with practical application to the user's system. Triggers on "/ask", "/ask [question]", "why does my system...", "how should I...".

healthskills/health/SKILL.md

Run condition-based vault health diagnostics. 8 categories — schema compliance, orphan detection, link health, description quality, three-space boundaries, processing throughput, stale notes, MOC coherence. 3 modes — quick (schema+orphans+links), full (all 8), three-space (boundary violations only). Returns actionable FAIL/WARN/PASS report with specific fixes ranked by impact. Triggers on "/health", "check vault health", "maintenance report", "what needs fixing".

helpskills/help/SKILL.md

Contextual guidance and command discovery. Three modes — narrative (first-time), contextual (mid-task), compact (quick reference). Shows available commands, active skills, and intelligent suggestions based on vault state. Triggers on "/help", "what can I do", "show commands", "how does this work".

recommendskills/recommend/SKILL.md

Get research-backed architecture advice for your knowledge system. Describe your use case, constraints, and goals — get specific recommendations grounded in TFT research with rationale for each decision. Triggers on "/recommend", "what would you recommend", "architecture advice", "knowledge system for".

reseedskills/reseed/SKILL.md

Re-derive your knowledge system from first principles when structural drift accumulates. Analyzes dimension incoherence, vocabulary mismatch, boundary dissolution, and template divergence. Preserves all content while restructuring architecture.

setupskills/setup/SKILL.md

Scaffold a complete knowledge system. Detects platform, conducts conversation, derives configuration, generates everything. Validates against 15 kernel primitives. Triggers on "/setup", "/setup --advanced", "set up my knowledge system", "create my vault".

tutorialskills/tutorial/SKILL.md

Interactive walkthrough for new users. Learn by doing — each step creates real content in your vault. Three tracks (researcher, manager, personal) with a universal learning arc. Triggers on "/tutorial", "walk me through", "how do I use this".

upgradeskills/upgrade/SKILL.md

Apply plugin knowledge base updates to an existing generated system. Consults the Ars Contexta research graph for methodology improvements, proposes skill upgrades with research justification. Never auto-implements. Triggers on "/upgrade", "upgrade skills", "check for improvements", "update methodology".

Plugin manifests1

.claude-plugin/plugin.json
{
  "name": "arscontexta",
  "version": "0.8.0",
  "description": "Conversational derivation engine — generate agent-native memory architecture from natural conversation. 15 kernel primitives, 26 commands, 17 feature blocks, 3 presets.",
  "author": {
    "name": "Heinrich",
    "url": "https://arscontexta.org"
  },
  "homepage": "https://arscontexta.org",
  "repository": "https://github.com/agenticnotetaking/arscontexta",
  "license": "MIT",
  "keywords": [
    "knowledge-management",
    "tools-for-thought",
    "memory-system",
    "derivation",
    "cognitive-architecture",
    "agent-native",
    "zettelkasten",
    "knowledge-graph"
  ]
}

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

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