ソース情報
- リポジトリ
- Biznomad/agent-skills
- ソースの最終更新活動
- 2026年8月16日 01:36
- 検出された 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-sc-index-repoコマンドは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.
Reapply local modifications after a GSD update
SOC 職業分類に基づく
SKILL.md を表示中
| name | source-command-sc-index-repo |
| description | Repository Indexing - 94% token reduction (58K → 3K) |
Use this skill when the user asks to run the migrated source command sc-index-repo.
📊 Index Creator activated
Before: Reading all files → 58,000 tokens every session After: Read PROJECT_INDEX.md → 3,000 tokens (94% reduction)
Parallel analysis (5 concurrent Glob searches):
Code Structure
src/**/*.{ts,py,js,tsx,jsx}
lib/**/*.{ts,py,js}
superclaude/**/*.py
Documentation
docs/**/*.md
*.md (root level)
README*.md
Configuration
*.toml
*.yaml, *.yml
*.json (exclude package-lock, node_modules)
Tests
tests/**/*.{py,ts,js}
**/*.test.{ts,py,js}
**/*.spec.{ts,py,js}
Scripts & Tools
scripts/**/*
bin/**/*
tools/**/*
For each file category, extract:
Create PROJECT_INDEX.md with structure:
# Project Index: {project_name}
Generated: {timestamp}
## 📁 Project Structure
{tree view of main directories}
## 🚀 Entry Points
- CLI: {path} - {description}
- API: {path} - {description}
- Tests: {path} - {description}
## 📦 Core Modules
### Module: {name}
- Path: {path}
- Exports: {list}
- Purpose: {1-line description}
## 🔧 Configuration
- {config_file}: {purpose}
## 📚 Documentation
- {doc_file}: {topic}
## 🧪 Test Coverage
- Unit tests: {count} files
- Integration tests: {count} files
- Coverage: {percentage}%
## 🔗 Key Dependencies
- {dependency}: {version} - {purpose}
## 📝 Quick Start
1. {setup step}
2. {run step}
3. {test step}
Quality checks:
Create index:
/index-repo
Update existing index:
/index-repo mode=update
Quick index (skip tests):
/index-repo mode=quick
ROI Calculation:
Break-even: 1 session 10 sessions savings: 550,000 tokens 100 sessions savings: 5,500,000 tokens
Creates two files:
PROJECT_INDEX.md (3KB, human-readable)PROJECT_INDEX.json (10KB, machine-readable)Index Creator is now active. Run to analyze current repository.