원클릭으로
skillless
Install Claude Code skills from various sources. Use when this capability is needed.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Install Claude Code skills from various sources. Use when this capability is needed.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Author or edit a Cate IDE theme — one data-driven theme covering app chrome colors, the terminal ANSI palette, and Monaco editor syntax tokens. Use when the user asks to create, customize, recolor, or generate a Cate theme, mentions a color scheme (Dracula, Nord, "make Cate look like X"), or wants a new light/dark theme. Use when this capability is needed.
Use when user invokes /wtc to work with Docker Compose worktree isolation, start/stop infra per worktree, or check worktree status
一键发布 Markdown 到微信公众号草稿箱。基于 wenyan-cli,支持多主题、代码高亮、图片自动上传。 Use when this capability is needed.
Apply this skill when reviewing code changes, scope, risks, or verification gaps. Use when this capability is needed.
Apply this skill when Flutter widgets, screens, routing, state management, async UI, platform channels, assets, responsive layout, accessibility, or Flutter tests are created or changed. Use when this capability is needed.
Apply this skill when Rust source, Cargo metadata, features, traits, errors, ownership, async runtime, unsafe code, tests, examples, benchmarks, release profiles, MSRV, toolchain declarations, standard-library APIs, or public crate APIs are created or changed. Use when this capability is needed.
| name | skillless |
| description | Install Claude Code skills from various sources. Use when this capability is needed. |
| metadata | {"author":"0oooooooo0"} |
Install Claude Code skills from various sources.
user-invocable: false description: Handles skill installation from skills.sh, GitHub, or direct SKILL.md download. Always confirms with user before installing. allowed-tools: [Read, Write, Bash, WebFetch, Glob, AskUserQuestion]
When called with a skill to install, determine the source type and follow the appropriate flow.
Glob: ~/.claude/skills/{skill-name}/SKILL.md
installedThe skill is already installed locally. Inform the user:
"This skill is already available on your system. You can use it right away."
skills-addThe skill is listed on skills.sh and can be installed via npx. Run:
npx skills add -y -g {owner/repo}
-y: skip confirmation prompts-g: install globally to ~/.claude/skills/{owner/repo} (e.g., vercel-labs/agent-skills){owner/repo}/{skill-name}IMPORTANT: The old npx skillsadd package is deprecated and no longer works. Always use npx skills add.
If npx skills add fails (e.g., "No valid skills found"), fall back to direct GitHub download:
https://api.github.com/repos/{owner}/{repo}/git/trees/main?recursive=1curl -sL https://raw.githubusercontent.com/{owner}/{repo}/refs/heads/main/{path-to-SKILL.md}~/.claude/skills/{skill-name}/SKILL.mdgithub-pluginThe skill is part of a GitHub-hosted plugin. Guide the user:
"This skill is available as a GitHub plugin. To install, run:
/plugin install {github-url} ```"
skill-mdA standalone SKILL.md file that can be downloaded directly:
mkdir -p ~/.claude/skills/{skill-name}
WebFetch: {raw-url}
Write: ~/.claude/skills/{skill-name}/SKILL.md
After installation, verify:
Provide a clear summary:
Source: 0oooooooo0/skillless — distributed by TomeVault.