BaseSkills/.agents/skills/update-skills/SKILL.md
Use when the user wants to update installed skills — globally, for the current project, or both. Triggers on phrases like "update skills", "更新 skills", "更新全局", "更新项目", or similar intent.
npx skillsauth add songsunny00/myskills update-skillsInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Update globally installed skills and/or project-level skills in one step.
| User says | Mode | |-----------|------| | "更新 skills" / "update skills" (no qualifier) | Global + Project (default) | | "更新全局" / "global only" / "只更新全局" | Global only | | "更新项目" / "project only" / "只更新项目" | Project only |
npx skills update
First check if skills-lock.json exists in the current directory:
# Check
ls skills-lock.json 2>/dev/null && echo "found" || echo "not found"
# If found, run:
npx skills experimental_install
If skills-lock.json is not found, skip and inform the user:
"No skills-lock.json found in current directory — skipping project update."
Run all applicable steps regardless of individual failures. Report results at the end:
✅ Global skills updated
(or: All global skills are up to date)
✅ Project skills updated (via skills-lock.json)
❌ Project update failed: <error message>
Suggestion: run `npx skills experimental_install` manually
npx skills update compares a hash of installed files against the remote source. If they match, it reports "up to date" even after a remote push — use npx skills add <source> --skill <name> -y to force-reinstall.experimental_install is an experimental command; the name may change in future CLI versions.development
Skill Vetter — ClawHub Security-first vetting protocol for AI agent skills. Never install a skill without vetting it first. When to Use - Before installing any skill from ClawdHub - Before running skills from GitHub repos - When evaluating skills shared by other agents - Anytime you're asked to install unknown code Vetting Protocol Step 1: Source Check Questions to answer: - [ ] Where did this skill come from? - [ ] Is the author known/reputable? - [ ] How many downloads/stars does it have?
tools
Use when the user wants to add a record into a DingTalk table through an automation webhook, especially when they describe the record in natural language, provide a Markdown file path as the content source, or need field validation, a field-summary preview, and explicit confirmation before sending. Image recognition is opt-in — only enabled when the user explicitly requests it.
development
Use when reviewing novel chapters or manuscripts for logic consistency, character authenticity, plot cohesion, foreshadowing payoff, emotional resonance, narrative vividness, and content compliance. Also triggers for first-chapter editorial audits against web novel platform submission standards. Triggers on requests like "check the story", "review this chapter", "is this consistent with character", "improve story flow", "add foreshadowing", "check content safety", "前三章审核", "过稿检查", "开篇钩子", "审查前三章", or "editorial submission check".
tools
UI/UX design intelligence for web and mobile. Includes 50+ styles, 161 color palettes, 57 font pairings, 161 product types, 99 UX guidelines, and 25 chart types across 10 stacks (React, Next.js, Vue, Svelte, SwiftUI, React Native, Flutter, Tailwind, shadcn/ui, and HTML/CSS). Actions: plan, build, create, design, implement, review, fix, improve, optimize, enhance, refactor, and check UI/UX code. Projects: website, landing page, dashboard, admin panel, e-commerce, SaaS, portfolio, blog, and mobile app. Elements: button, modal, navbar, sidebar, card, table, form, and chart. Styles: glassmorphism, claymorphism, minimalism, brutalism, neumorphism, bento grid, dark mode, responsive, skeuomorphism, and flat design. Topics: color systems, accessibility, animation, layout, typography, font pairing, spacing, interaction states, shadow, and gradient. Integrations: shadcn/ui MCP for component search and examples.