public/claude/skills/.system/skill-installer/SKILL.md
Install Claude skills into `~/.claude/skills` or a custom directory. Use when a user asks to list installable skills, install a skill from the default `anthropics/skills` repository, or install a skill from another GitHub repo or path (including private repos).
npx skillsauth add jungho-git/jllm skill-installerInstall 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.
Helps install skills. By default these are sourced from https://github.com/anthropics/skills/tree/main/skills, but users can also provide other GitHub locations.
Use the helper scripts based on the task:
Install skills with the helper scripts.
When listing skills, output approximately as follows, depending on the context of the user's request: """ Skills from {repo}:
After installing a skill, tell the user:
"""
Installed into {dest}.
Claude Code picks up changes under an existing ~/.claude/skills/ directory automatically. If the top-level skills directory had to be created for the first time, restart Claude Code once.
"""
All of these scripts use network. Run them only in an environment that allows outbound network access.
scripts/list-skills.py (prints skills list with installed annotations)scripts/list-skills.py --format jsonscripts/install-skill-from-github.py --repo <owner>/<repo> --path <path/to/skill> [<path/to/skill> ...]scripts/install-skill-from-github.py --url https://github.com/<owner>/<repo>/tree/<ref>/<path>scripts/install-skill-from-github.py --repo anthropics/skills --path skills/<skill-name>${CLAUDE_SKILLS_DIR} when set; otherwise ~/.claude/skills/<skill-name>.--path values install multiple skills in one run, each named from the path basename unless --name is supplied.--ref <ref> (default main), --dest <path>, --method auto|download|git.https://github.com/anthropics/skills/tree/main/skills via the GitHub API. If it is unavailable, explain the error and exit.GITHUB_TOKEN/GH_TOKEN for download.${CLAUDE_SKILLS_DIR} when set, otherwise ~/.claude/skills.testing
Required phase order for non-trivial tasks: Plan, Explore, Implement, Verify, Finalize. Use for multi-step work, scoped exploration, re-planning, validation, and final synthesis.
development
Final response format: Korean-first, concise Process / Checks / Issues / Updates, optional Usage, with only actual changes, actual validation, real blockers, changed files, and measured token data when available.
development
Smallest complete change rule: preserve local code shape, extend existing patterns, avoid speculative extraction or cleanup, and include required coupled updates for correctness.
development
Code comment policy: numbered one-line `―` dividers for touched declarations and logical sections, paired outer blocks only for long regions, concise purpose comments, and no comment churn.