원클릭으로
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 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
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.
| 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