configure by designnotdrum/brain-jar
npx skills add https://github.com/designnotdrum/brain-jar --skill configure自定义扫描哪些来源以及如何评分相关性。
你的领域决定了哪些内容与你相关:
configure_sources(domains: ["TypeScript", "React", "AI", "distributed systems"])
领域可以是:
启用/禁用来源:
configure_sources(hackernews_enabled: true, github_enabled: true)
调整权重(0-2,数值越高影响力越大):
configure_sources(
hackernews_weight: 1.5, # 优先处理 HN
github_weight: 0.5 # 降低 GitHub 优先级
)
GitHub 语言过滤器:
configure_sources(github_languages: ["TypeScript", "Rust", "Python"])
如果已安装 shared-memory,pattern-radar 会自动读取你的个人资料:
广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
technical.languagestechnical.frameworksknowledge.domainsknowledge.interests你可以使用 configure_sources 进行覆盖或补充。
为了获得更高的速率限制(5,000/小时 对比 60/小时):
node run.js令牌将保存到 ~/.config/brain-jar/pattern-radar.json
通过调用任何雷达工具来查看当前配置——它会显示你的活动设置。
删除配置文件:
rm ~/.config/brain-jar/pattern-radar.json
每周安装数
1
仓库
GitHub 星标数
2
首次出现
1 天前
安全审计
安装于
zencoder1
amp1
cline1
openclaw1
opencode1
cursor1
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
Weekly Installs
1
Repository
GitHub Stars
2
First Seen
1 day ago
Security Audits
Gen Agent Trust HubPassSocketPassSnykWarn
Installed on
zencoder1
amp1
cline1
openclaw1
opencode1
cursor1
React 组合模式指南:Vercel 组件架构最佳实践,提升代码可维护性
122,000 周安装