arscontexta

作者 agenticnotetaking已验证

Claude Code plugin that generates individualized knowledge systems from conversation. You describe how you think and work, have a conversation and get a complete second brain as markdown files you own.

3,479
Stars
220
Forks
Shell
语言
2026/8/23
添加时间

⚠️ 第三方软件声明

本 Skill 为第三方开源软件,独立托管于 GitHub。SkillTip 仅为信息目录,不控制或维护底层仓库。所显示的安全检查为自动化且范围有限,安装前请自行审查源码。

阅读服务条款

安装

添加到你的 Claude Code skills 目录:

# Add to your Claude Code skills
git clone https://github.com/agenticnotetaking/arscontexta

快速入门

使用 arscontexta 等 Skills 的指南。

安全报告

已验证

上次扫描:—

{
  "status": "PASSED",
  "issues": []
}

README.md

Ars Contexta

A second brain for your agent.

A Claude Code plugin that generates complete knowledge systems from conversation. You describe how you think and work. The engine derives a cognitive architecture -- folder structure, context files, processing pipeline, hooks, navigation maps, and note templates -- tailored to your domain and backed by 249 research claims.

No templates. No configuration. Just conversation.

v0.8.0 · Claude Code plugin · MIT


Installation

  1. Add the marketplace to Claude Code:

    /plugin marketplace add agenticnotetaking/arscontexta
    
  2. Install the plugin:

    /plugin install arscontexta@agenticnotetaking
    
  3. Restart Claude Code, then run:

    /arscontexta:setup
    
  4. Answer 2-4 questions about your domain (~20 minutes -- token-intensive but one-time)

  5. The engine generates your complete knowledge system

  6. Restart Claude Code again to activate generated hooks and skills

  7. Run /arscontexta:help to see everything available


What It Does

Most AI tools start every session blank. Ars Contexta changes that by generating a persistent thinking system derived from how you actually work.

What you get:

  • A vault -- plain markdown files connected by wiki links, forming a traversable knowledge graph. No database, no cloud, no lock-in.
  • A processing pipeline -- skills that extract insights, find connections, update old notes with new context, and verify quality.
  • Automation -- hooks that enforce structure on every write, detect maintenance needs, capture session state, and auto-commit.
  • Navigation -- Maps of Content (MOCs) at hub, domain, and topic levels.
  • Templates -- note templates with _schema blocks as single source of truth.
  • A user manual -- 7 pages of domain-native documentation generated alongside.

The key differentiator: derivation, not templating. Every choice traces to specific research claims. The engine reasons from principles about what your domain needs and why.


The Setup Flow

/arscontexta:setup runs a 6-phase process:

PhaseWhat Happens
DetectionDetects Claude Code environment and capabilities
Understanding2-4 conversation turns where you describe your domain
DerivationMaps signals to eight configuration dimensions with confidence scoring
ProposalShows what will be generated and why, in your vocabulary
GenerationProduces all files: context file, folders, templates, skills, hooks, manual
ValidationChecks all 15 kernel primitives, runs pipeline smoke test

The whole process takes about 20 minutes. It's token-intensive because the engine reads research claims, reasons about your domain, and generates substantial output. This is a one-time investment -- after setup, your agent remembers.

For advanced users: /arscontexta:setup --advanced to configure dimensions directly.


Three-Space Architecture

Every generated system separates content into three spaces:

SpacePurposeGrowth
self/Agent persistent mind -- identity, methodology, goalsSlow (tens of files)
notes/Knowledge graph -- the reason the system existsSteady (10-50/week)
ops/Operational coordination -- queue state, sessionsFluctuating

Names adapt to your domain (notes/ might become reflections/, claims/, or decisions/), but the separation is invariant.


Commands

Plugin-Level (always available)

CommandWhat It Does
/arscontexta:setupConversational onboarding -- generates your full system
/arscontexta:helpContextual guidance and command discovery
/arscontexta:tutorialInteractive walkthrough (learn by doing)
/arscontexta:askQuery the research graph for methodology answers
/arscontexta:healthRun diagnostic checks on your vault
/arscontexta:recommendGet architecture advice for your use case
/arscontexta:architectResearch-backed evolution guidance
/arscontexta:add-domainAdd a new knowledge domain to an existing system
/arscontexta:reseedRe-derive from first principles when drift accumulates
/arscontexta:upgradeApply plugin knowledge base updates to your system

Generated (available after setup)

CommandWhat It Does
/reduceExtract insights from sources
/reflectFind connections, update MOCs
/reweaveUpdate older notes with new connections
/verifyCombined quality check: description + schema + health
/validateSchema compliance checking
/seedCreate extraction task with duplicate detection
/ralphQueue-based orchestration with fresh context per phase
/pipelineEnd-to-end source processing
/tasksQueue management
/statsVault metrics
/graphGraph analysis
/nextNext-action recommendation
/learnResearch and grow
/rememberMine session learnings
/rethinkChallenge system assumptions
/refactorStructural improvements

Processing Pipeline

The vault implements the 6 Rs, extending Cornell Note-Taking's 5 Rs with a meta-cognitive layer:

PhaseWhat HappensCommand
RecordZero-friction capture into inbox/Manual
ReduceExtract insights with domain-native categories/reduce
ReflectFind connections, update MOCs/reflect
ReweaveUpdate older notes with new context/reweave
VerifyDescription + schema + health checks/verify
RethinkChallenge system assumptions/rethink

Fresh Context Per Phase

Each phase runs in its own context window via subagent spawning. LLM attention degrades as context fills. By spawning a fresh subagent per phase, every phase operates in the "smart zone."

/ralph 5
  |-- Read queue, find next unblocked task
  |-- Spawn subagent (fresh context)
  |   +-- Runs skill, updates task file, returns handoff
  |-- Parse handoff, capture learnings
  |-- Advance phase in queue
  +-- Repeat for 5 tasks

Hooks

Four hooks automate quality enforcement:

HookEventWhat It Does
Session OrientSessionStartInjects workspace tree, loads identity, surfaces maintenance signals
Write ValidatePostToolUse (Write)Schema enforcement on every note write
Auto CommitPostToolUse (Write, async)Git auto-commit, non-blocking
Session CaptureStopPersists session state to ops/sessions/

The Research Graph

The methodology/ directory contains 249 interconnected research claims about tools for thought, knowledge management, and agent-native cognitive architecture. These claims back every configuration decision.

Synthesizes

Zettelkasten -- Cornell Note-Taking -- Evergreen Notes -- PARA -- GTD -- Memory Palaces -- Cognitive Science (extended mind, spreading activation, generation effect) -- Network Theory (small-world topology, betweenness centrality) -- Agent Architecture (context windows, session boundaries, multi-agent patterns)

How Claims Back Decisions

Every kernel primitive includes cognitive_grounding linking to specific research:

  • MOC hierarchy -- context-switching cost research (Leroy 2009)
  • Description field -- progressive disclosure principles
  • Wiki links -- spreading activation theory

Query directly: /arscontexta:ask "Why does my system use atomic notes?"


Semantic Search (optional)

qmd adds concept matching across vocabularies. Not required -- the system works fully with ripgrep + MOC traversal.

/setup should perform this configuration automatically when semantic search is active. The commands below are manual fallback/setup verification.

# Install qmd
npm install -g @tobilu/qmd
# or
bun install -g @tobilu/qmd

cd your-vault/
qmd init
qmd collection add . --name <notes_directory_name> --mask "<notes_directory_name>/**/*.md"
qmd embed

Create or merge .mcp.json in the vault root:

{
  "mcpServers": {
    "qmd": {
      "command": "qmd",
      "args": ["mcp"],
      "autoapprove": [
        "mcp__qmd__search",
        "mcp__qmd__vector_search",
        "mcp__qmd__deep_search",
        "mcp__qmd__get",
        "mcp__qmd__multi_get",
        "mcp__qmd__status"
      ]
    }
  }
}

Keep qmd MCP configuration and tool preapproval in .mcp.json.


Prerequisites

DependencyRequiredPurpose
Claude Code v1.0.33+YesPlugin host
treeYesWorkspace structure injection
ripgrep (rg)YesYAML queries, schema validation
qmdOptionalSemantic search

Project Structure

arscontexta/
|-- .claude-plugin/
|   |-- plugin.json              # Plugin manifest
|   +-- marketplace.json         # Marketplace listing
|-- skills/                      # 10 plugin-level commands
|   |-- setup/                   # Conversational onboarding
|   |-- help/                    # Contextual guidance
|   |-- tutorial/                # Interactive walkthrough
|   |-- ask/                     # Query the research graph
|   |-- health/                  # Diagnostic checks
|   |-- recommend/               # Architecture advice
|   |-- architect/               # Evolution guidance
|   |-- reseed/                  # Re-derive from first principles
|   |-- upgrade/                 # Apply knowledge base updates
|   +-- add-domain/              # Multi-domain extension
|-- skill-sources/               # 16 generated command templates
|   |-- reduce/                  # Extract insights
|   |-- reflect/                 # Find connections
|   |-- reweave/                 # Backward pass
|   |-- verify/                  # Combined quality check
|   +-- ...                      # 12 more processing commands
|-- agents/
|   +-- knowledge-guide.md       # Pipeline subagent
|-- hooks/
|   |-- hooks.json               # Hook configuration
|   +-- scripts/                 # Hook implementations
|-- generators/
|   |-- claude-md.md             # CLAUDE.md template
|   +-- features/                # 17 composable feature blocks
|-- methodology/                 # 249 research claims
|-- reference/                   # Core reference documents
|   |-- kernel.yaml              # 15 kernel primitives
|   |-- three-spaces.md          # Architecture spec
|   +-- use-case-presets.md      # Pre-validated configs
|-- platforms/                   # Platform-specific adapters
|   |-- claude-code/
|   +-- shared/
|-- presets/                     # Pre-validated configurations
|-- scripts/                     # Utility scripts
+-- README.md

Development

Clone this repo and add the marketplace to Claude Code:

/plugin marketplace add ~/path-to-arscontexta

Install the plugin:

/plugin install arscontexta@agenticnotetaking

Every time you make changes, re-install the plugin:

/plugin uninstall arscontexta@agenticnotetaking
/plugin install arscontexta@agenticnotetaking

Key Files for Contributors

  • reference/kernel.yaml -- 15 primitives every system must include
  • generators/features/*.md -- composable feature blocks
  • skill-sources/*/SKILL.md -- generated command templates
  • skills/setup/SKILL.md -- the derivation engine
  • reference/use-case-presets.md -- preset definitions

Presets

Three pre-validated configurations for common use cases:

PresetForWhat You Get
ResearchAcademic work, literature reviews, synthesisAtomic claims, citation tracking, methodology MOCs
PersonalLife management, journaling, relationshipsReflective notes, goal tracking, relationship MOCs
ExperimentalTesting, iteration, rapid prototypingLightweight structure, fast capture, minimal ceremony

Presets provide starting defaults. The derivation engine adapts from there based on your conversation.


Roadmap

FeatureStatus
Claude Code pluginAvailable
Marketplace listingAvailable
Multi-agent processingIn progress

Philosophy

The name connects to a tradition. Ars Combinatoria, Ars Memoria, Ars Contexta: the art of context.

Llull's rotating wheels generated truth through combination. Bruno's memory wheels created millions of image combinations. They were external thinking systems -- tools to think with rather than just store in. The missing piece: they required a human mind to do the traversing. Now LLMs can traverse. The wheels can spin again.

Built on Tools for Thought for Agents research.


License

MIT

常见问题

What is arscontexta?

arscontexta is an open-source ide extensions skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by agenticnotetaking. Claude Code plugin that generates individualized knowledge systems from conversation. You describe how you think and work, have a conversation and get a complete second brain as markdown files you own. It has 3,479 GitHub stars.

Is arscontexta safe to use?

Yes. arscontexta passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.

How do I install arscontexta?

Clone the repository with "git clone https://github.com/agenticnotetaking/arscontexta" and add it to your Claude Code skills directory (see the Installation section above).

What programming language is arscontexta written in?

arscontexta is primarily written in Shell. It is open-source under agenticnotetaking on GitHub, so you can review or fork the full source.

Are there alternatives to arscontexta?

Yes. SkillsLLM lists many other IDE Extensions skills you can browse and compare side by side. Open the IDE Extensions category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh arscontexta against similar tools.

评论 (0)

暂无评论,成为第一个分享想法的人!

claudian

by YishenTu

An Obsidian plugin that embeds Claude Code/Codex as an AI collaborator in your vault

14,921972TypeScript
IDE 扩展
查看详情

OpenMythos

by kyegomez

A theoretical reconstruction of the Claude Mythos architecture, built from first principles using the available research literature.

14,8003,292Python
IDE 扩展
查看详情

cursor-hooks

by cursor

5

通过 Hooks 自动化 Cursor Agent 事件相关行为。

12,500890TypeScript
IDE 扩展claude-codeai-tools
查看详情

engram

by nagisanzenin

Evidence-based learning engine for Claude Code — first-principles curricula, free-recall verification with receipts, FSRS-scheduled memory, and explorable artifacts. Learn anything; keep it.

1,366102Python
IDE 扩展
查看详情

开发者还喜欢

基于喜欢此 Skill 的开发者投票和收藏

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI 智能体ai-agentsbrainstorming
查看详情

hermes-agent

by NousResearch

10

The agent that grows with you

234,43747,175Python
AI 智能体ai-agentsagent-orchestration
查看详情

n8n

by n8n-io

12

Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.

201,88160,308TypeScript
MCP 服务器apisai-tools
查看详情

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI 智能体claude-codeai-tools
查看详情
arscontexta — Claude Code AI Skill | SkillTip