skills/local-skill-loader/SKILL.md
Loads (copies) a skill from a local source directory into the current project's skill library (.claude/skills). Use this when the user wants to import or copy a skill from another location on the filesystem.
npx skillsauth add atman-33/atman-workspace local-skill-loaderInstall 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.
This skill enables the importing of skills from external local directories into the current project's skill structure. It copies the entire skill directory (including SKILL.md and resources) to .claude/skills/<skill-name>.
To load a skill, execute the load_skill.py script.
python3 {path}/scripts/load_skill.py <source_path> [--dest-root <destination_directory>]
<source_path>: The absolute path to the skill directory you want to copy (e.g., /home/user/repo/skills/my-skill).--dest-root: (Optional) The root directory where skills should be installed. Defaults to .claude/skills.If the user asks to "load the daily-task-creator skill from /home/atman/.codex/skills/daily-task-creator":
python3 {path}/scripts/load_skill.py /home/atman/.codex/skills/daily-task-creator
This will create .claude/skills/daily-task-creator in the current working directory and copy the contents.
tools
Zenn記事のMarkdown校正を行うスキル。記事を読み、Zenn独自記法の正確性・見出し構造・コードブロック・リンク・画像・テーブル・埋め込み・メッセージ/アコーディオン記法をチェックし、改善提案を行う。ユーザーが「Zenn記事を校正して」「Zennの記法をチェックして」「記事をレビューして」「Markdown確認して」と依頼した際に使用する。
tools
Develop React applications for VS Code Webview surfaces. Use when working on the `webview-ui` package, creating features, components, or hooks for VS Code extensions. Includes project structure, coding guidelines, and testing instructions.
testing
Best practices for reliable terminal command execution and output capture. Use this skill when running shell commands, especially in environments like WSL where output might be truncated or lost, to ensure results are properly captured and inspected.
databases
Supabaseデータベースマイグレーションの準備を行うスキル。バックアップの作成と差分マイグレーションファイルの生成を実施します。ユーザーが「マイグレーションを準備」「バックアップと差分を作成」「マイグレーションファイルを生成」などのリクエストをした際に使用します。