一键导入
trend-harvester
AI Trend Collection & Filtering — collect GitHub trending repos, score via 5-axis philosophy filter, evaluate, apply, and retire.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
AI Trend Collection & Filtering — collect GitHub trending repos, score via 5-axis philosophy filter, evaluate, apply, and retire.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
{{AGENT_NAME}} brain signal architecture — event bus, signal processor, awareness reporter, brain monitor
TDD-PDCA plan for building a self-replicating branching agent in {{AGENT_NAME}}. 단일 에이전트가 스스로 서브에이전트를 분기하고, 결과를 수렴시키는 구조.
Integrate {{AGENT_NAME}} with ACP (Agent Client Protocol) agents. Reverse-engineered from goose's Rust ACP provider implementation.
Maintain .{{AGENT_NAME_LOWER}} as an Obsidian vault — graph connectivity overhaul (P-layer mesh, skill clusters, SEO article web), broken link detection, backlink density verification via Obsidian CLI, filename deduplication, bidirectional linking, auto-generated orphan management, cron output graph bloat prevention, and Obsidian compatibility.
RSS 피드 모니터링 → SEO 기사 수집·분석·트렌드 리포트
Authoring and using agent profiles — pre-defined subagent roles that set model, provider, toolsets, and instructions in one task() call. Covers profile format, the 14 standard roles, pipeline patterns, cost-tiered model assignment, and the ESCALATE mechanism for capability routing.
| name | trend-harvester |
| title | trend-harvester |
| type | skill |
| space | outcome |
| tags | ["outcome"] |
| created | "2026-05-20T00:00:00.000Z" |
| updated | "2026-06-14T00:00:00.000Z" |
| description | AI Trend Collection & Filtering — collect GitHub trending repos, score via 5-axis philosophy filter, evaluate, apply, and retire. |
| links | ["[[@action/skills/SKILL-INDEX]]","[[@memory/growth/trend-harvester/index]]"] |
[수집] trend_harvester.py (no_agent, 6h)
│
▼
[평가] kanban worker (LLM, daily)
│ ┌──────────────┐
│ │ apply/discuss │
│ │ defer/discard │
│ │ + 비교 (기존과)│
▼ └──────────────┘
[적용] kanban worker (LLM, per-item)
│ ┌─────────────────────┐
│ │ skill patch/create │
│ │ neuron update │
│ │ config change │
▼ └─────────────────────┘
[관찰] trend_usage_watch.py (no_agent, daily)
│
▼
[폐기] kanban worker (LLM, weekly)
┌─────────────────────┐
│ 검토 → retire │
│ 또는 keep │
└─────────────────────┘
trend-collect (no_agent, 0 */6 * * *)trend_harvester.pycollected/ → analyzed/{keep,review,graveyard}/trend-evaluate-trigger (LLM, daily 10:00 KST)analyzed/keep/*.json (아직 evaluated/에 없는 항목)evaluated/YYYY-MM-DD-hash.jsonpending/, create child kanban task trend-apply-<name>pending/<name>.jsonapplied/<name>.json with provenance metadatatrend-usage-watch (no_agent, 0 6 * * *)trend_usage_watch.pyapplied/ items.usage_report.jsontrend-retire-trigger (LLM, weekly Monday 10:00).usage_report.json (stale candidates)archived/ with retirement notelast_seen to "exempt"| Decision | Condition | Action |
|---|---|---|
| APPLY | score ≥ 6.0 AND no_model_dependency ≥ 0.7 AND (no existing OR clearly better) | → pending/ + child task |
| UPGRADE | existing skill found AND new item is strictly better | → pending/ (replace target) |
| DISCUSS | needs human judgment (architectural, Tier 3-4) | → kanban task (human) |
| DEFER | promising but not now (high effort, low urgency) | → evaluated/ with defer date |
| DISCARD | score < 4.0 OR model-dependent OR worse than existing | → graveyard/ |
| Directory | Purpose |
|---|---|
collected/ | Raw GitHub/RSS scrape output |
analyzed/keep/ | Passes 5-axis filter (score ≥ 6.0) |
analyzed/review/ | Borderline (4.0 ≤ score < 6.0) |
analyzed/graveyard/ | Rejected (score < 4.0) |
evaluated/ | Keep items that have been LLM-evaluated |
pending/ | Approved for application, waiting for worker |
applied/ | Successfully applied |
archived/ | Previously applied but retired |
| Job | Schedule | Type | Model | LLM? |
|---|---|---|---|---|
trend-collect | 0 */6 * * * | no_agent | — | ❌ |
trend-evaluate-trigger | 0 10 * * * | LLM agent | opencode-go/deepseek-v4-flash | ✅ (light) |
trend-usage-watch | 0 6 * * * | no_agent | — | ❌ |
trend-retire-trigger | 0 10 * * 1 | LLM agent | opencode-go/deepseek-v4-flash | ✅ (light) |
Same as before — pkill -f trend_harvester + rm -f .harvester.lock
Uses fast model (deepseek-v4-flash). If still timing out, check opencode-go API status.
Check kanban dispatcher is running (launchctl list | grep cron-runner)