소스 정보
- 저장소
- 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 integration-nextjs-pages-router명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? 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 | integration-nextjs-pages-router |
| description | PostHog integration for Next.js Pages Router applications |
| metadata | {"author":"PostHog","version":"1.19.0"} |
This skill helps you add PostHog analytics to Next.js Pages Router applications.
Follow these steps in order to complete the integration:
basic-integration-1.0-begin.md - PostHog Setup - Begin ← Start herebasic-integration-1.1-edit.md - PostHog Setup - Editbasic-integration-1.2-revise.md - PostHog Setup - Revisebasic-integration-1.3-conclude.md - PostHog Setup - Conclusionreferences/EXAMPLE.md - Next.js Pages Router example project codereferences/next-js.md - Next.js - docsreferences/identify-users.md - Identify users - docsreferences/basic-integration-1.0-begin.md - PostHog setup - beginreferences/basic-integration-1.1-edit.md - PostHog setup - editreferences/basic-integration-1.2-revise.md - PostHog setup - revisereferences/basic-integration-1.3-conclude.md - PostHog setup - conclusionThe example project shows the target implementation pattern. Consult the documentation for API details.
Identify users during login and signup events. Refer to the example code and documentation for the correct identify pattern for this framework. If both frontend and backend code exist, pass the client-side session and distinct ID using X-POSTHOG-DISTINCT-ID and X-POSTHOG-SESSION-ID headers to maintain correlation.
Add PostHog error tracking to relevant files, particularly around critical user flows and API boundaries.