setup by alirezarezvani/claude-skills
npx skills add https://github.com/alirezarezvani/claude-skills --skill setup设置一个新的自动研究实验,包含所有必需的配置。
/ar:setup # 交互模式
/ar:setup engineering api-speed src/api.py "pytest bench.py" p50_ms lower
/ar:setup --list # 显示现有实验
/ar:setup --list-evaluators # 显示可用的评估器
直接将参数传递给设置脚本:
python {skill_path}/scripts/setup_experiment.py \
--domain {domain} --name {name} \
--target {target} --eval "{eval_cmd}" \
--metric {metric} --direction {direction} \
[--evaluator {evaluator}] [--scope {scope}]
逐个收集每个参数:
广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
然后使用收集到的参数运行 setup_experiment.py。
# 显示现有实验
python {skill_path}/scripts/setup_experiment.py --list
# 显示可用评估器
python {skill_path}/scripts/setup_experiment.py --list-evaluators
| 名称 | 指标 | 使用场景 |
|---|---|---|
benchmark_speed | p50_ms (越低越好) | 函数/API 执行时间 |
benchmark_size | size_bytes (越低越好) | 文件、捆绑包、Docker 镜像大小 |
test_pass_rate | pass_rate (越高越好) | 测试套件通过率 |
build_speed | build_seconds (越低越好) | 构建/编译/Docker 构建时间 |
memory_usage | peak_mb (越低越好) | 执行期间的峰值内存使用量 |
llm_judge_content | ctr_score (越高越好) | 标题、标题、描述 |
llm_judge_prompt | quality_score (越高越好) | 系统提示、代理指令 |
llm_judge_copy | engagement_score (越高越好) | 社交帖子、广告文案、电子邮件 |
向用户报告:
/ar:run {domain}/{name} 开始迭代,或运行 /ar:loop {domain}/{name} 进入自主模式。"每周安装量
150
代码仓库
GitHub 星标数
6.5K
首次出现
10 天前
安全审计
安装于
codex145
gemini-cli144
kimi-cli143
github-copilot143
amp143
opencode143
Set up a new autoresearch experiment with all required configuration.
/ar:setup # Interactive mode
/ar:setup engineering api-speed src/api.py "pytest bench.py" p50_ms lower
/ar:setup --list # Show existing experiments
/ar:setup --list-evaluators # Show available evaluators
Pass them directly to the setup script:
python {skill_path}/scripts/setup_experiment.py \
--domain {domain} --name {name} \
--target {target} --eval "{eval_cmd}" \
--metric {metric} --direction {direction} \
[--evaluator {evaluator}] [--scope {scope}]
Collect each parameter one at a time:
Then run setup_experiment.py with the collected parameters.
# Show existing experiments
python {skill_path}/scripts/setup_experiment.py --list
# Show available evaluators
python {skill_path}/scripts/setup_experiment.py --list-evaluators
| Name | Metric | Use Case |
|---|---|---|
benchmark_speed | p50_ms (lower) | Function/API execution time |
benchmark_size | size_bytes (lower) | File, bundle, Docker image size |
test_pass_rate | pass_rate (higher) | Test suite pass percentage |
build_speed |
Report to the user:
/ar:run {domain}/{name} to start iterating, or /ar:loop {domain}/{name} for autonomous mode."Weekly Installs
150
Repository
GitHub Stars
6.5K
First Seen
10 days ago
Security Audits
Gen Agent Trust HubPassSocketPassSnykPass
Installed on
codex145
gemini-cli144
kimi-cli143
github-copilot143
amp143
opencode143
AI Elements:基于shadcn/ui的AI原生应用组件库,快速构建对话界面
66,200 周安装
Seedance提示词设计器:AI视频生成提示词优化工具,多模态素材智能整合
186 周安装
Java Quarkus开发最佳实践指南:微服务、原生镜像与容器化部署
187 周安装
Elixir 与 Phoenix 开发专家指南:函数式编程、并发系统与最佳实践
99 周安装
KEGG数据库API技能:生物信息学通路分析与基因数据查询Python工具
189 周安装
Framer Motion 最佳实践:42条性能优化规则,提升React动画性能与打包效率
187 周安装
Instagram Graph API 使用指南:读取与发布内容,获取媒体和话题标签数据
189 周安装
build_seconds (lower) |
| Build/compile/Docker build time |
memory_usage | peak_mb (lower) | Peak memory during execution |
llm_judge_content | ctr_score (higher) | Headlines, titles, descriptions |
llm_judge_prompt | quality_score (higher) | System prompts, agent instructions |
llm_judge_copy | engagement_score (higher) | Social posts, ad copy, emails |