Skip to content

Commit ea729ec

Browse files
jakeefrclaude
andcommitted
fix: correct Claude Code plugin structure for marketplace
- Move plugin.json to .claude-plugin/plugin.json with correct format (author as object, removed unrecognized claudeCode/skills/hooks fields) - Add .claude-plugin/marketplace.json for plugin marketplace discovery - Add YAML frontmatter to skills/prism-analyze/SKILL.md - Fix README install command: /plugin install prism@prism - Delete root-level plugin.json Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 790877f commit ea729ec

5 files changed

Lines changed: 25 additions & 19 deletions

File tree

.claude-plugin/marketplace.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"name": "prism",
3+
"owner": { "name": "jakeefr" },
4+
"plugins": [
5+
{
6+
"name": "prism",
7+
"source": { "source": "github", "repo": "jakeefr/prism" },
8+
"description": "Session intelligence for Claude Code — find why your sessions fail and fix them",
9+
"version": "0.2.0"
10+
}
11+
]
12+
}

.claude-plugin/plugin.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"name": "prism",
3+
"description": "Session intelligence for Claude Code — find why your sessions fail and fix them",
4+
"version": "0.2.0",
5+
"author": { "name": "jakeefr" },
6+
"license": "MIT",
7+
"repository": "https://github.com/jakeefr/prism"
8+
}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ pipx install prism-cc
236236

237237
# Claude Code plugin
238238
/plugin marketplace add jakeefr/prism
239-
/plugin install prism
239+
/plugin install prism@prism
240240

241241
# from source
242242
git clone https://github.com/jakeefr/prism

plugin.json

Lines changed: 0 additions & 18 deletions
This file was deleted.

skills/prism-analyze/SKILL.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
description: Analyze Claude Code session health using PRISM. Use when asked to check token usage, audit CLAUDE.md, or understand why sessions are failing.
3+
---
4+
15
# prism-analyze
26

37
Analyze Claude Code session health using PRISM.

0 commit comments

Comments
 (0)