소스 정보
- 저장소
- huytieu/COG-second-brain
- 최근 소스 활동
- 2026년 3월 19일 18:17
- 감지된 SKILL.md 언어
- 영어
- 스타
- 1,145
- 포크
- 131
설치 방법
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
소스 파일 검토
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
메뉴
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/huytieu/COG-second-brain --skill scout명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
Run one task through the V-model verification loop: CP-2 plan → CP-3 build → CP-3v component verify → CP-4 integration verify (full lane) → CP-5 acceptance. The worker never grades its own homework; evidence rows trace back to AC-n. Opt-in: invoke with /closed-loop or by asking for the closed loop, proper verification, or an evidence trail. Ordinary work does not run this.
Run a large, multi-session goal (e.g. shipping a whole side product) through the full V-model closed loop, one phase at a time, with cross-session state and a final north-star acceptance gate. Ultragoals never downgrade the lane: every phase runs CP-1→CP-6 with adversarial verification. Opt-in: invoke with /ultragoal or by calling something a long-running goal. Ordinary work does not run this.
Run one task through the V-model verification loop: CP-2 plan → CP-3 build → CP-3v component verify → CP-4 integration verify (full lane) → CP-5 acceptance. The worker never grades its own homework; evidence rows trace back to AC-n. Opt-in: invoke with /closed-loop or by asking for the closed loop, proper verification, or an evidence trail. Ordinary work does not run this.
SOC 직업 분류 기준
SKILL.md 표시 중
| name | scout |
| description | Evaluate URLs and tools — check vault coverage, assess relevance, recommend save or skip |
| roles | ["all"] |
| integrations | ["web-fetch","web-search"] |
Lightweight URL/tool triage that sits between "ignore" and /url-dump. Evaluates whether a URL or tool is worth saving or skipping — checking existing vault coverage, assessing relevance to the user's profile and interests, and recommending a clear next action.
Check agent_mode in 00-inbox/MY-PROFILE.md frontmatter:
agent_mode: team — delegate vault scanning and web fetching to parallel sub-agents (one for vault search, one for content fetch/analysis). Combine results for recommendation.agent_mode: solo (default) — handle all scanning and analysis directly in the conversation. No delegation.Before executing, check for user profile:
00-inbox/MY-PROFILE.md and 00-inbox/MY-INTERESTS.md in the vaultWelcome to COG! Scout works best with a profile for relevance matching.
Would you like to run /onboarding first, or should I evaluate with general criteria?
MY-PROFILE.md for active projects and roleMY-INTERESTS.md for topic areas00-inbox/MY-INTEGRATIONS.md for active integrations (check if web-fetch and web-search are available)/url-dumpScout evaluates ("should I save this?"). URL-dump saves ("save this now").
/url-dump with pre-filled category/url-dump directlyAccept one or more of:
Prompt (if no input provided):
What URL(s) or tool(s) would you like me to evaluate?
(You can paste URLs, tool names, or a mix)
Batch mode: Multiple URLs/names in one invocation are processed together with a summary table at the end.
For each URL or tool name, search the entire vault for existing coverage.
Search strategy:
github.com/owner/repo → search for repo name)url: fields) and inline linksIf found:
🔍 Existing coverage found for [name]:
- [file path] — saved [date], category: [category]
- [file path] — mentioned in [context]
Want me to check if an update is needed, or skip this one?
If URL provided and web-fetch is active:
If tool name provided (no URL):
Content type detection:
Score relevance against user context:
Profile Match (from MY-PROFILE.md):
Interest Match (from MY-INTERESTS.md):
Quality Signals:
Based on analysis, recommend one of two actions:
✅ SAVE — [Title/Name]
Category: [suggested category for url-dump]
Relevance: [High/Medium] — [why it matters]
Projects: [affected project(s) if any]
Shall I hand off to /url-dump to save it?
⏭️ SKIP — [Title/Name]
Reason: [clear explanation — wrong stack, low quality, already covered, irrelevant to interests]
When processing multiple URLs/tools, end with a summary table:
## Scout Summary
| # | Item | Verdict | Reason |
|---|------|---------|--------|
| 1 | [Name 1] | ✅ Save | [brief reason] |
| 2 | [Name 2] | ⏭️ Skip | [brief reason] |
**Actions:**
- [X] items ready to save via /url-dump
Based on user confirmation:
/url-dump with pre-filled category suggestion| Scenario | Behavior |
|---|---|
| web-fetch unavailable | Evaluate based on URL structure, domain reputation, and vault search only. Note that content wasn't fetched. |
| web-search unavailable | For tool-name inputs (no URL), ask the user for a direct URL instead. For URL inputs, proceed normally — web-search is not needed. |
| No user profile | Evaluate with general quality/relevance criteria, skip personalized relevance scoring |
| URL is paywalled | Note limitation, evaluate based on available preview and metadata |
| Tool not found via search | Ask user for more context or a direct URL |
/url-dump with pre-filled category/daily-brief may surface new tools/services → user can run /scout to evaluate/auto-research may discover tools during research → scout can triage them/url-dump when savingScout embodies COG's "evaluate before you accumulate" principle: