Add hooks and CLAUDE.md resource types with install/uninstall scripts
Introduces two new resource types (hooks, claude-md) with full CRUD, visual hook config editor, section-delimited CLAUDE.md installs, uninstall endpoints, and shell injection hardening in sync scripts.
This commit is contained in:
@@ -8,7 +8,11 @@
|
||||
"WebFetch(domain:astro.build)",
|
||||
"Bash(npm init:*)",
|
||||
"Bash(npm install:*)",
|
||||
"Bash(npx astro check:*)"
|
||||
"Bash(npx astro check:*)",
|
||||
"Bash(node -e:*)",
|
||||
"Bash(ls:*)",
|
||||
"Bash(npx tsc:*)",
|
||||
"mcp__ide__getDiagnostics"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
10
.claude/skills/testeo/SKILL.md
Normal file
10
.claude/skills/testeo/SKILL.md
Normal file
@@ -0,0 +1,10 @@
|
||||
---
|
||||
name: testeo
|
||||
description: Un test de skill
|
||||
tags: test
|
||||
allowed-tools: Bash, Read, Write, Edit
|
||||
model: claude-opus-4-6
|
||||
agent: Plan
|
||||
---
|
||||
|
||||
# Es solo un prueba
|
||||
1
.claude/skills/testeo/assets/temp.tpl
Normal file
1
.claude/skills/testeo/assets/temp.tpl
Normal file
@@ -0,0 +1 @@
|
||||
template
|
||||
1
.claude/skills/testeo/references/readme.md
Normal file
1
.claude/skills/testeo/references/readme.md
Normal file
@@ -0,0 +1 @@
|
||||
referencia
|
||||
1
.claude/skills/testeo/scripts/run.sh
Executable file
1
.claude/skills/testeo/scripts/run.sh
Executable file
@@ -0,0 +1 @@
|
||||
bash
|
||||
Reference in New Issue
Block a user