From pkos
Internal skill — generates LENS/FOCUS profile update suggestions from accumulated signals. Triggered by Adam event after weekly review.
npx claudepluginhub n0rvyn/indie-toolkit --plugin pkosThis skill uses the workspace's default tool permissions.
Generate LENS.md and FOCUS.md update suggestions based on accumulated behavioral signals from `.signals/` directory.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.
Uses ctx7 CLI to fetch current library docs, manage AI coding skills (install/search/generate), and configure Context7 MCP for AI editors.
Generate LENS.md and FOCUS.md update suggestions based on accumulated behavioral signals from .signals/ directory.
--days N: Signal window in days (default: 7)--apply: Auto-apply confirmed suggestions without individual promptsRead all signal files from the window:
Glob(pattern="*-feedback.yaml", path="~/Obsidian/PKOS/.signals")
Filter to files within the --days window. If no signal files found, report "No signal data available. Run /signal first." and stop.
For weekly analysis, dispatch pkos:signal-aggregator agent with accumulated signal data. The agent returns:
From aggregated signals, generate update suggestions in these categories:
Source weight adjustments:
Topic adjustments:
Knowledge gap detection:
Source retirement:
Display suggestions in a structured format:
🔄 PKOS Profile Evolution — {date} ({N}-day window)
📈 Source Adjustments:
1. [adjust] domain-intel "blockchain": 降权(归档率 90%)
2. [keep] voice: 保持(转化率 75%)
📊 Topic Adjustments:
3. [boost] "local-llm": 提升采集频率(graph 密度 +6)
4. [add] "MLX deployment": 加入 FOCUS(搜索 3 次未命中)
Confirm to apply, or select items to skip.
If user confirms (or --apply flag):
For LENS.md updates:
For FOCUS.md updates:
Report what was changed.