ソース情報
- リポジトリ
- sapegin/dotfiles
- ソースの最終更新活動
- 2026年8月13日 09:50
- 検出された SKILL.md の言語
- 英語
- スター
- 534
- フォーク
- 51
インストール方法
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
ソースファイルを確認
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
メニュー
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/sapegin/dotfiles --skill form-assistantコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
Review a diff for local code quality, AI-generated slop, and polish in application code, configuration, documentation, and agent artifacts.
Review a diff for requirements, behavior, APIs, architecture, and maintainability across code, configuration, documentation and agent artifacts.
Audit every local skill for predictable behavior, sound structure, and prompt quality.
SOC 職業分類に基づく
SKILL.md を表示中
| name | form-assistant |
| description | Assist with online forms in a visible browser. |
| disable-model-invocation | true |
| argument-hint | URL to open (optional) |
Help the user complete large online forms in a visible browser while they retain control over login, navigation between form sections, review, and submission.
agent-browser open <url> and navigate as needed to locate the form.AGENT_BROWSER_CONFIG="$DOTFILES_DIR/agent-browser/form-assistant.json" before any agent-browser command in this workflow. Do not use a different config or profile.agent-browser snapshot -i -c --json before filling. Fill only fields the user explicitly approves.eval or cookies unless the user explicitly asks for a one-off exception.snapshot -i) list controls by accessible name. That name is often generic — bare “yes”, “no”, “option 1” — even when the real question is on the page. Do not infer the question from ref order, position, or assumption (e.g. treating every yes/no pair as marketing consent).-i (or read the full snapshot tree) and find the governing question for that ref — fieldset legend, group heading, or nearest preceding question text in the tree.agent-browser read for that section’s visible copy.At the start of a form-assistant session:
export AGENT_BROWSER_CONFIG="$DOTFILES_DIR/agent-browser/form-assistant.json"
The config enables headed mode and sets the persistent profile.
Read the browser skill for command reference.
After Setup, follow this workflow:
agent-browser snapshot -i -c --json. Resolve each control's governing question (see Labels and field meaning). Explain visible fields, including protected ones the agent will not fill.agent-browser command. After any page-changing interaction, re-snapshot and re-resolve before the next fill (see Labels and field meaning).