一键导入
configure
Configure pattern-radar sources, weights, and domains.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Configure pattern-radar sources, weights, and domains.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Install hookify rules for automatic chess timer session management
Create a custom source adapter for pattern-radar
Capture thinking visually during brainstorming, architecture discussions, or explaining flows. Creates persistent Mermaid diagrams.
Automatically use Perplexity search for personalized context enrichment. Use when facing unfamiliar technologies, decision points, learning questions, or preference-dependent choices.
Guide for storing enriched memories that capture decisions, preferences, and context. Use when making significant decisions or learning user preferences.
Get your personalized trend briefing based on profile domains.
基于 SOC 职业分类
| name | configure |
| description | Configure pattern-radar sources, weights, and domains. |
| allowed-tools | ["mcp__pattern-radar__configure_sources"] |
Customize which sources to scan and how to score relevance.
Your domains determine what's relevant to you:
configure_sources(domains: ["TypeScript", "React", "AI", "distributed systems"])
Domains can be:
Enable/disable sources:
configure_sources(hackernews_enabled: true, github_enabled: true)
Adjust weights (0-2, higher = more influence):
configure_sources(
hackernews_weight: 1.5, # Prioritize HN
github_weight: 0.5 # De-prioritize GitHub
)
GitHub language filter:
configure_sources(github_languages: ["TypeScript", "Rust", "Python"])
If shared-memory is installed, pattern-radar reads your profile automatically:
technical.languagestechnical.frameworksknowledge.domainsknowledge.interestsYou can override or supplement with configure_sources.
For higher rate limits (5,000/hour vs 60/hour):
node run.jsToken is saved to ~/.config/brain-jar/pattern-radar.json
View current configuration by calling any radar tool—it shows your active settings.
Delete the config file:
rm ~/.config/brain-jar/pattern-radar.json