Agent Plugins Marketplace
All plugins

katalepsis

v3.1.5

Verify understanding of a result or artifact through intent-scented entry points — /grasp (κατάληψις: a grasping firmly)

CodexClaude Code1 Skill

By Jongwon ChoiLicense: MIT160 GitHub starsUpdated 2 weeks ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
1 skill or MCP entry
Source updated
Sep 5, 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 katalepsis for Codex and Claude Code

Installs for the current user
codex plugin marketplace add jongwony/epistemic-protocols
codex plugin marketplace upgrade epistemic-protocols
codex plugin add katalepsis@epistemic-protocols

Paste and run these commands in a terminal with Codex. They add and refresh the epistemic-protocols catalog, then install this plugin.

Compatibility: the page URL and API slug “katalepsis” remain stable.

  • Codex: katalepsis@agent-plugin-marketplacekatalepsis@epistemic-protocols

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/jongwony/epistemic-protocols

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

Plugin files

katalepsis/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
└── skills/grasp/SKILL.md

Included Skills1

graspskills/grasp/SKILL.md

Verify understanding of a result or artifact through intent-scented entry points. Type: (ResultUngrasped, User, VERIFY, Result) → VerifiedUnderstanding

Plugin manifests2

katalepsis/.codex-plugin/plugin.json
{
  "name": "katalepsis",
  "version": "3.1.5",
  "description": "Verify understanding of a result or artifact through intent-scented entry points — /grasp (κατάληψις: a grasping firmly)",
  "author": {
    "name": "Jongwon Choi",
    "url": "https://github.com/jongwony"
  },
  "homepage": "https://github.com/jongwony/epistemic-protocols",
  "repository": "https://github.com/jongwony/epistemic-protocols",
  "license": "MIT",
  "keywords": [
    "epistemic-protocols",
    "skills",
    "katalepsis"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "Katalepsis",
    "shortDescription": "Verify understanding of a result or artifact through intent-scented entry points — /grasp (κατάληψις: a grasping firmly)",
    "longDescription": "Verify understanding of a result or artifact through intent-scented entry points — /grasp (κατάληψις: a grasping firmly)",
    "developerName": "Jongwon Choi",
    "category": "Productivity",
    "capabilities": [
      "Interactive",
      "Read",
      "Write"
    ],
    "websiteURL": "https://github.com/jongwony/epistemic-protocols",
    "defaultPrompt": [
      "Use katalepsis for this task"
    ],
    "brandColor": "#2563EB"
  }
}
katalepsis/.claude-plugin/plugin.json
{
  "name": "katalepsis",
  "description": "Verify understanding of a result or artifact through intent-scented entry points — /grasp (κατάληψις: a grasping firmly)",
  "version": "3.1.5",
  "author": {
    "name": "Jongwon Choi",
    "url": "https://github.com/jongwony"
  }
}

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

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