chore: rename create-plugin skill to plugin-create, add project settings
Renames plugins/kyberforge/skills/create-plugin/ to plugin-create/ to match the directory-based skill name Claude Code uses for slash commands. Adds .claude/settings.json with kyberforge plugin enabled. Gitignores .claude/settings.local.json (machine-local MCP permissions). Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
5
.claude/settings.json
Normal file
5
.claude/settings.json
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
{
|
||||||
|
"enabledPlugins": {
|
||||||
|
"kyberforge@holocron": true
|
||||||
|
}
|
||||||
|
}
|
||||||
3
.gitignore
vendored
3
.gitignore
vendored
@@ -21,3 +21,6 @@ Thumbs.db
|
|||||||
|
|
||||||
# Node (if tooling is added later)
|
# Node (if tooling is added later)
|
||||||
node_modules/
|
node_modules/
|
||||||
|
|
||||||
|
# Claude Code local settings (machine-specific)
|
||||||
|
.claude/settings.local.json
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
name: create-plugin
|
name: plugin-create
|
||||||
description: >
|
description: >
|
||||||
Use when the user wants to create a new plugin in the marketplace — scaffold the directory
|
Use when the user wants to create a new plugin in the marketplace — scaffold the directory
|
||||||
structure, generate plugin.json manifests for Claude Code and Copilot CLI, and register
|
structure, generate plugin.json manifests for Claude Code and Copilot CLI, and register
|
||||||
Reference in New Issue
Block a user