Skip to content

Commit 5a2b39e

Browse files
kiyotisclaude
andcommitted
refactor: Simplify marketplace name to 'nabledge'
Change marketplace name from 'nablarch-nabledge' to 'nabledge' for simplicity. This makes the plugin installation command shorter: - Before: /plugin install nabledge-6@nablarch-nabledge - After: /plugin install nabledge-6@nabledge Updated references in CHANGELOG and marketplace README. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 0b02c92 commit 5a2b39e

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

‎.claude/skills/nabledge-6/plugin/CHANGELOG.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
99
### Changed
1010
- Migrated to Claude Code marketplace distribution structure
1111
- Plugin now distributed via marketplace catalog (nablarch/nabledge)
12-
- Users should install via: `/plugin marketplace add nablarch/nabledge` then `/plugin install nabledge-6@nablarch-nabledge`
12+
- Users should install via: `/plugin marketplace add nablarch/nabledge` then `/plugin install nabledge-6@nabledge`
1313
- Simplified license management: single LICENSE at repository root applies to entire marketplace
1414

1515
## [0.1] - 2026-02-12

‎.claude/skills/nabledge-6/plugin/marketplace-README.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Nablarch 6 skill for AI-assisted development.
1818
/plugin marketplace add nablarch/nabledge
1919

2020
# Install nabledge-6 plugin
21-
/plugin install nabledge-6@nablarch-nabledge
21+
/plugin install nabledge-6@nabledge
2222
```
2323

2424
**Usage**:

‎.claude/skills/nabledge-6/plugin/marketplace.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "nablarch-nabledge",
2+
"name": "nabledge",
33
"description": "Nablarch skills for AI-assisted development",
44
"owner": {
55
"name": "Nablarch"

0 commit comments

Comments
 (0)