ソース情報
- リポジトリ
- A-EVO-Lab/a-evolve
- ソースの最終更新活動
- 2026年3月27日 18:30
- 検出された SKILL.md の言語
- 英語
- スター
- 764
- フォーク
- 95
インストール方法
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
ソースファイルを確認
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
メニュー
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
SOC 職業分類に基づく
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/A-EVO-Lab/a-evolve --skill skill-usageコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
SKILL.md を表示中
Keyboard shortcuts for common desktop applications — LibreOffice, GIMP, Chrome, Thunderbird, VS Code.
When to prefer GUI mouse clicks over keyboard shortcuts — especially for formatting, multi-step visual tasks, and cross-application workflows.
General GUI navigation patterns for desktop environments — finding elements, interacting with menus, and handling dialogs.
| name | skill-usage |
| description | How to discover, load, and effectively use skills to solve SkillBench tasks. |
Skills are modular instruction packages placed in the container to help you solve tasks. Using them effectively is the single most important factor for success.
Skills are copied to multiple well-known paths inside the container:
/root/.agents/skills//root/.claude/skills//root/.codex/skills/All paths contain the same skills. Use whichever is available.
Each skill is a folder:
skill-name/
├── SKILL.md # Main instructions (YAML frontmatter + markdown body)
├── scripts/ # Optional helper scripts (Python, Bash)
└── references/ # Optional reference documentation
list_skills at the start of every taskload_skill with the skill namescripts/, execute them (they often automate tedious steps)references/ for API docs or formula sheets