feat: add first-party skills, ponytail lock, and full lint suite
Some checks failed
🧪 Test / 🧪 Lock + lint (push) Has been cancelled
Some checks failed
🧪 Test / 🧪 Lock + lint (push) Has been cancelled
- add ponytail skill set to skills-lock.json (14 locked skills total) - add first-party medusa skill under skills/, layered on install - make test now runs ruff, shellcheck, and markdownlint-cli2 - CI installs the lint tools before make test in both workflows - MIT license, funding buttons, thanks and donation sections in README - .markdownlint-cli2.jsonc config; ignore lint caches in .gitignore
This commit is contained in:
@@ -32,6 +32,11 @@ if [[ ! -d "${src}" ]]; then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
if [[ -d "${REPO_ROOT}/skills" ]]; then
|
||||
log "skills: adding first-party skills from skills/..."
|
||||
cp -a "${REPO_ROOT}/skills/." "${src}/"
|
||||
fi
|
||||
|
||||
for dst in "${TARGET}/.agents/skills" "${TARGET}/.claude/skills"; do
|
||||
log "skills: copying -> ${dst}"
|
||||
rm -rf "${dst}"
|
||||
|
||||
Reference in New Issue
Block a user