skills/install-scripts/SKILL.md
Install plugin runner scripts into project .claude/scripts/ for persistent use without plugin loaded
npx skillsauth add sd0xdev/sd0x-dev-flow install-scriptsInstall 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.
/install-rules)/install-hooks)/project-setup)Phase 1: Locate plugin scripts dir
Phase 2: Enumerate scripts (core + skill scripts)
Phase 3: Determine install set (--all, --skill, specific names)
Phase 4: Copy scripts + dependencies to .claude/scripts/
Phase 4.5: Update manifest
Phase 5: Output report
$ARGUMENTS
| Argument | Description |
|----------|-------------|
| --all | Install all available core scripts |
| --list | List available core scripts without installing |
| --dry-run | Show what would be installed, no changes |
| --force | Overwrite existing scripts with different content |
| --skill <name> | Install all scripts from the specified skill |
| --skill-all | Install scripts from all skills |
| --skill-list | List all available skill scripts |
| script-names... | Specific scripts to install |
| Type | Source | Target |
|------|--------|--------|
| Core scripts | scripts/*.js, scripts/*.sh | .claude/scripts/ |
| Core lib | scripts/lib/*.js | .claude/scripts/lib/ |
| Skill scripts | skills/<name>/scripts/* | .claude/scripts/ |
| Scenario | Action | |----------|--------| | Target missing | Copy | | Target identical | Skip (up to date) | | Target differs | Skip + warn (use --force to overwrite) |
## Install Scripts Report
| Script | Type | Status |
|--------|------|--------|
| precommit-runner.js | core | installed |
| lib/utils.js | core-lib | up to date |
| git-profile.sh | skill | installed |
Installed: N | Skipped: M | Conflicts: K
documentation
Rewrite the previous reply in Traditional Chinese
development
Monitor GitHub Actions CI runs until completion. Use when: watching CI after push, checking build status, monitoring PR checks, waiting for CI completion, user says 'watch CI', 'check CI', 'CI status', 'monitor build', or /watch-ci. Not for: pushing code (use push-ci), creating PRs (use create-pr). Output: per-run verdict (pass/fail/timeout).
development
Verification loop — lint -> typecheck -> unit -> integration -> e2e
development
Research current code state then update corresponding docs, ensuring docs stay in sync with code.