بنقرة واحدة
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.