Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/deathrashed/agents --skill useコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
Control the in-app Browser for opening, navigating, inspecting visible or interactive page state, clicking, typing, screenshots, and local web testing. It can have existing signed-in sessions. For semantic operations on linked resources, prefer a purpose-built connector, API, or CLI when available.
Control the user's Chrome browser for tasks that depend on existing Chrome state: tabs, logged-in sessions, or extensions. Prefer purpose-built connectors, APIs, or CLIs when available.
Control local Mac apps through Computer Use for tasks that require reading or operating app UI. Prefer purpose-built connectors, APIs, or CLIs when available.
SOC 職業分類に基づく
SKILL.md を表示中
| name | use |
| description | Use specific tools or workflows |
{{#if args}}
Parse the input: {{args}}
The FIRST word is the assistant name, the REST is the user message.
Instructions:
Now, respond as the requested assistant to the user's message. {{else}}
Use specialized AI assistants for different tasks.
/use <assistant> <your message>
| Assistant | Expertise |
|---|---|
coder | Expert programmer, clean code |
reviewer | Code review, security, performance |
architect | System design, databases, APIs |
debugger | Bug analysis, root cause, fixes |
docs | Documentation, README, guides |
/use coder Write a function to debounce API calls
/use reviewer Check this code for security issues: [code]
/use architect Design a schema for a blog platform
/use debugger Why is this error happening: TypeError...
/use docs Write a README for my CLI tool
Choose an assistant and ask your question! {{/if}}