ソース情報
- リポジトリ
- Biznomad/agent-skills
- ソースの最終更新活動
- 2026年8月16日 02:15
- 検出された SKILL.md の言語
- 英語
- スター
- 0
- フォーク
- 0
インストール方法
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
ソースファイルを確認
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
メニュー
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/Biznomad/agent-skills --skill source-command-gsd-reapply-patchesコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
Generate brand-faithful paid-ad creative for client products where the product label carries critical detail (ingredients, dose, claims, brand wordmark, certification badges). Pulls real product photos from the client's storefront, builds a 3-image reference stack including a label-tight crop, generates via Higgsfield Nano Banana Pro with character-level spelling locks, and verifies label fidelity at full resolution before approval. Use when: "make an ad", "ad creative", "Meta creative", "product hero", "lifestyle shot", "BOGO promo", "X for $Y promo", "Stories asset", "Reels creative", "client brand ad", "supplement ad", "skincare ad", "wellness brand ad", "label-perfect product photo". Required upfront: a client product visual specs memory file (`project_<client>_product_visual_specs.md`). If none exists, invoke the bootstrap step to create one before generating. Built from the May 2026 Example Brand BOGO + Mix-and-Match build, where Nano Banana Pro hit ~50% label fidelity on first try until the master prom
Build HTML-based social media carousel/post templates by iterating from a reference profile's aesthetic. Used when the user wants custom visual templates for Instagram/LinkedIn/Twitter content.
Build a premium scroll-animated showcase/pitch site for any Biznomad system, automation stack, or client offering — animated feature breakdowns, behind-the-scenes automation visuals (IP-safe), pricing, guarantee, CTA — deployed to a fresh Netlify site. Use when the user says "build a showcase", "pitch site", "present my system", "scroll presentation", "demo site for [offer/client]", or wants a visual sales page for something Biznomad built.
SOC 職業分類に基づく
SKILL.md を表示中
| name | source-command-gsd-reapply-patches |
| description | Reapply local modifications after a GSD update |
Use this skill when the user asks to run the migrated source command gsd-reapply-patches.
Check for local patches directory:
# Global install (path templated at install time)
PATCHES_DIR=~/.Codex/gsd-local-patches
# Local install fallback
if [ ! -d "$PATCHES_DIR" ]; then
PATCHES_DIR=./.Codex/gsd-local-patches
fi
Read backup-meta.json from the patches directory.
If no patches found:
No local patches found. Nothing to reapply.
Local patches are automatically saved when you run /gsd:update
after modifying any GSD workflow, command, or agent files.
Exit.
## Local Patches to Reapply
**Backed up from:** v{from_version}
**Current version:** {read VERSION file}
**Files modified:** {count}
| # | File | Status |
|---|------|--------|
| 1 | {file_path} | Pending |
| 2 | {file_path} | Pending |
For each file in backup-meta.json:
Read the backed-up version (user's modified copy from gsd-local-patches/)
Read the newly installed version (current file after update)
Compare and merge:
Merge strategy:
Write merged result to the installed location
Report status:
Merged — user modifications applied cleanlySkipped — modification already in upstreamConflict — user chose resolutionAfter reapplying, regenerate the file manifest so future updates correctly detect these as user modifications:
# The manifest will be regenerated on next /gsd:update
# For now, just note which files were modified
Ask user:
gsd-local-patches/gsd-local-patches/ directory## Patches Reapplied
| # | File | Status |
|---|------|--------|
| 1 | {file_path} | ✓ Merged |
| 2 | {file_path} | ○ Skipped (already upstream) |
| 3 | {file_path} | ⚠ Conflict resolved |
{count} file(s) updated. Your local modifications are active again.
<success_criteria>