Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/deathrashed/agents --skill doコマンドは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 | do |
| description | Quick actions for common tasks |
{{#if args}}
Task: {{args}}
First, analyze the task and determine which agents/commands to use.
| Agent | Command | Use When |
|---|---|---|
| Planner | /plan | Need implementation plan |
| Scout | /scout | Find files, understand codebase |
| Coder | /code | Write/modify code |
| Debugger | /debug | Fix bugs, errors |
| Tester | /test | Generate/run tests |
| Agent | Command | Use When |
|---|---|---|
| Reviewer | /review | Code review, security check |
| PR Review | /review-pr | Review pull request |
| Agent | Command | Use When |
|---|---|---|
| Git Manager | /git | Git operations |
| PR Creator | /pr | Create pull request |
| DB Admin | /db | Database operations |
| Agent | Command | Use When |
|---|---|---|
| Docs Manager | /docs | Update documentation |
| Copywriter | /copywrite | Marketing content |
| Agent | Command | Use When |
|---|---|---|
| Researcher | /research | Learn new topics |
| Brainstormer | /brainstorm | Generate ideas |
| Designer | /design | UI/UX design |
Based on the task "{{args}}", you need to:
Now analyze the specific task "{{args}}" and:
Begin analysis and execution: {{else}}
Automatically analyze your task and run the right agents.
/do <describe your task>
/do Create a login form with validation
/do Fix the null pointer error in user.ts
/do Write tests for the payment module
/do Refactor the API to use async/await
/do Document the authentication flow
Just describe what you want to do! {{/if}}