/SKILL.md
Signal-Driven Navigator for indie hackers. Guides users through problem discovery, customer interviews, spec writing, and tool comparison to reach their first paid signal in 30 days. Use when the user asks to start, discover problems, interview customers, write specs, compare tools, or check progress.
npx skillsauth add october-academy/agnt agntInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
30일 안에 첫 유료 시그널을 만드는 Signal-Driven Navigator.
다음 요청에서 이 스킬을 사용합니다.
$agnt-start, $agnt-audit, $agnt-next, $agnt-discover, $agnt-icp, $agnt-design-system, $agnt-interview, $agnt-compete, $agnt-spec, $agnt-build, $agnt-landing, $agnt-channel, $agnt-content, $agnt-offer, $agnt-launch, $agnt-analyze, $agnt-retro, $agnt-tools, $agnt-status, $agnt-connect, $agnt-seo-audit, $agnt-biz-setup, $agnt-analytics-setup, $agnt-launch-copy, $agnt-ad-creative, $agnt-meta-ads-setup, $agnt-revenue, $agnt-subscription실행 환경을 먼저 확인합니다.
/mcp 명령이 사용 가능하거나 사용자가 Claude Code를 사용 중임codex CLI 사용 중임이후 MCP 연결 절차를 환경별로 따릅니다.
agentic30 MCP 서버가 없으면 아래 순서로 안내합니다.
/mcp 입력agentic30 또는 plugin:agnt:agentic30 선택Authenticate 선택 후 브라우저에서 Google 로그인/mcp에서 connected 상태 확인서버가 목록에 없으면 프로젝트 .mcp.json에 아래 항목을 추가합니다.
{
"mcpServers": {
"agentic30": {
"type": "http",
"url": "https://mcp.agentic30.app/mcp"
}
}
}
그 뒤 Claude Code를 재시작하고 /mcp 인증을 다시 진행합니다.
agentic30 MCP 서버가 없으면 아래 순서로 안내합니다.
codex mcp add agentic30 --url https://mcp.agentic30.app/mcp
codex mcp login agentic30
codex mcp list
이미 등록되어 있으면 codex mcp login agentic30만 다시 수행하면 됩니다.
아래 순서로 state 경로를 탐색합니다.
.claude/agnt/state.json~/.claude/agnt/state.json.codex/agnt/state.json~/.codex/agnt/state.json.claude/agnt/state.json 생성navigator-engine.md 존재 여부로 탐색합니다.
references/ (현재 스킬 디렉토리 기준){AGNT_DIR}/references~/.claude/plugins/marketplaces/agentic30/references.agents/skills/agnt/references~/.codex/skills/agnt/references사용자 의도를 아래 스킬로 매핑해 실행합니다.
skills/start/SKILL.mdskills/audit/SKILL.mdskills/next/SKILL.mdskills/discover/SKILL.mdskills/icp/SKILL.mdskills/design-system/SKILL.mdskills/interview/SKILL.mdskills/compete/SKILL.mdskills/spec/SKILL.mdskills/build/SKILL.mdskills/landing/SKILL.mdskills/channel/SKILL.mdskills/content/SKILL.mdskills/offer/SKILL.mdskills/launch/SKILL.mdskills/analyze/SKILL.mdskills/retro/SKILL.mdskills/tools/SKILL.mdskills/status/SKILL.mdskills/connect/SKILL.md (disable-model-invocation)skills/seo-audit/SKILL.mdskills/biz-setup/SKILL.mdskills/analytics-setup/SKILL.mdskills/launch-copy/SKILL.mdskills/ad-creative/SKILL.mdskills/meta-ads-setup/SKILL.mdskills/revenue/SKILL.mdskills/subscription/SKILL.md각 스킬의 SKILL.md를 source of truth로 사용합니다.
$agnt-*)Codex에서는 아래 명령을 canonical로 사용합니다.
$agnt-start → skills/start/SKILL.md$agnt-audit → skills/audit/SKILL.md$agnt-next → skills/next/SKILL.md$agnt-discover → skills/discover/SKILL.md$agnt-icp → skills/icp/SKILL.md$agnt-design-system → skills/design-system/SKILL.md$agnt-interview → skills/interview/SKILL.md$agnt-compete → skills/compete/SKILL.md$agnt-spec → skills/spec/SKILL.md$agnt-build → skills/build/SKILL.md$agnt-landing → skills/landing/SKILL.md$agnt-channel → skills/channel/SKILL.md$agnt-content → skills/content/SKILL.md$agnt-offer → skills/offer/SKILL.md$agnt-launch → skills/launch/SKILL.md$agnt-analyze → skills/analyze/SKILL.md$agnt-retro → skills/retro/SKILL.md$agnt-tools → skills/tools/SKILL.md$agnt-status → skills/status/SKILL.md$agnt-connect → skills/connect/SKILL.md$agnt-seo-audit → skills/seo-audit/SKILL.md$agnt-biz-setup → skills/biz-setup/SKILL.md$agnt-analytics-setup → skills/analytics-setup/SKILL.md$agnt-launch-copy → skills/launch-copy/SKILL.md$agnt-ad-creative → skills/ad-creative/SKILL.md$agnt-meta-ads-setup → skills/meta-ads-setup/SKILL.md$agnt-revenue → skills/revenue/SKILL.md$agnt-subscription → skills/subscription/SKILL.md호환 입력($agnt start, $agnt next 등)도 동일하게 매핑합니다.
skills/*/SKILL.md는 Claude Plugin 기준 문구(ToolSearch, AskUserQuestion, /mcp)를 포함합니다.
Codex 등 다른 에이전트에서는 아래로 호환 처리합니다.
ToolSearch:
agentic30 연결 여부를 확인합니다.submit_practice 또는 get_leaderboard 호출을 시도하고 실패를 연결 실패로 처리합니다.AskUserQuestion:
/mcp 안내:
/mcp 안내를 그대로 사용합니다.codex mcp add/login/list 명령으로 치환합니다.skills/*/SKILL.md를 읽을 때 .claude/agnt 경로 표기가 나오면 .codex/agnt를 우선 사용합니다.$agnt-<subcommand> canonical 입력$agnt <subcommand> 호환 입력references/shared/navigator-engine.md의 Navigator 규칙 준수meta.started_at 기준 Day D/30 표시project.*, audit_result, 직전 답변, journey-brief를 바탕으로 동적으로 만든다tools
도구 비교 가이드 — 결제, 마케팅, 분석, 광고 도구. 도구 비교, 결제 솔루션 선택 시 사용.
testing
구독 전략 설계 — niche, paywall, pricing, trial, 플랫폼, 웹 병행 전략을 정한다. 앱/구독형 제품 monetization 설계 시 사용.
tools
현재 상태 대시보드 — 진행 현황, 시그널, 도구, 리더보드. 진행 상태 확인 시 사용.
data-ai
Agentic30 온보딩 + 상태 초기화. 시작하기, 프로젝트 시작 시 사용.