ソース情報
- リポジトリ
- imbue-ai/bouncer
- ソースの最終更新活動
- 2026年7月7日 18:42
- 検出された SKILL.md の言語
- 英語
- スター
- 389
- フォーク
- 43
インストール方法
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
ソースファイルを確認
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
メニュー
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/imbue-ai/bouncer --skill create-html-mockコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
SKILL.md を表示中
SOC 職業分類に基づく
| name | create-html-mock |
| description | Create HTML mocks for a new feature idea |
| disable-model-invocation | true |
| argument-hint | [feature description] |
You are helping the user explore and refine a feature idea through HTML mocks.
Understand the feature: Read the user's description provided below. Review for inconsistencies, gaps, or potential enhancements. If anything is unclear or ambiguous, ask clarifying questions before proceeding.
Propose a feature name: Based on the description, propose a short 2-3 word feature name (lowercase, hyphenated). Confirm this name with the user before proceeding.
Create the feature folder automatically: Use mkdir -p docs/<feature-name> to create the directory (this is safe if it already exists). Then create:
docs/<feature-name>/mocks.context.md - for tracking context (only if it doesn't already exist)Initialize the context file (only if newly created) with this structure:
# <Feature Name> - Mock Context
## Original Description
<paste the user's original description here>
## Clarifying Q&A
<record any clarifying questions and answers here>
## UI Tweaks Log
<record all UI feedback and tweaks requested during iteration>
Generate HTML mocks that demonstrate the feature:
Never delete previous mocks: Always create a new file for each iteration (e.g., mocks.html, mocks-v2.html, mocks-v3.html, or use descriptive names). Previous mock files must be preserved.
Always open the HTML file: After writing a mock file, always run open <path-to-file> to open it in the user's browser.
As the user provides feedback on the mocks:
Log every UI tweak: Whenever the user requests a change to the mocks, update the "UI Tweaks Log" section in mocks.context.md with:
At the end of each response where you make changes, note: (Logged: [brief description of change])
Keep the context file current: This log will be used later to extract requirements, so be thorough.
$ARGUMENTS