Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .claude-plugin/marketplace.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"$schema": "https://anthropic.com/claude-code/marketplace.schema.json",
"name": "newton-skill",
"description": "Newton — an opt-in reasoning and sparring-partner skill, distributed as a single-plugin marketplace.",
"owner": {
"name": "PBNZ"
},
Expand All @@ -9,7 +10,8 @@
"name": "newton",
"source": "./plugins/newton",
"description": "Reasoning and sparring partner mode.",
"version": "0.3.0"
"version": "0.3.0",
"category": "productivity"
}
]
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ Format follows [Keep a Changelog 1.1.0](https://keepachangelog.com/en/1.1.0/); v

## [Unreleased]

### Changed

- `category` moved from `plugin.json` to the marketplace entry, and the marketplace manifest
gained a top-level `description` — Claude Code reads `category` from the marketplace manifest,
not the plugin manifest, and both were flagged by `claude plugin validate` (now zero warnings).
No behaviour change.

## [0.3.0] — 2026-04-20

Context-efficiency restructure and alignment with current-generation models (Opus 4.7). Newton's methodology is unchanged in substance — honest engagement, self-critique before delivery, current sources, reuse before reinvention, simplicity, surgical edits, attribution — but its packaging now matches the anti-ceremony discipline it teaches. Per-invocation context footprint drops by roughly 45% for Claude Code users via progressive disclosure; non-Claude-Code surfaces keep the full methodology in their generated rule files.
Expand Down
3 changes: 1 addition & 2 deletions plugins/newton/.claude-plugin/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,5 @@
"homepage": "https://github.com/PBNZ/newton-skill",
"repository": "https://github.com/PBNZ/newton-skill",
"license": "Apache-2.0",
"keywords": ["reasoning", "thinking", "sparring-partner", "research", "agent-skills"],
"category": "productivity"
"keywords": ["reasoning", "thinking", "sparring-partner", "research", "agent-skills"]
}
Loading