Skip to main content
在 Manus 中运行任何 Skill
一键导入
GitHub 仓库

Alpha4Gate

Alpha4Gate 收录了来自 aberson 的 6 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
6
Stars
4
更新
2026-06-20
Forks
1
职业覆盖
2 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

improve-bot-advised
软件开发工程师

Autonomous advisor-driven improvement loop. Runs games, reviews replays with Claude strategic analysis against Protoss guiding principles, prioritizes improvements, and executes them via /improve-bot — repeating for hours to iteratively strengthen the bot. Designed for overnight unattended runs.

2026-06-20
improve-bot-evolve
软件开发工程师

Autonomous generation-phase improvement loop. Generates a pool of Claude-proposed improvements, fitness-tests each vs the current parent, stacks the winners onto a new snapshot (with an import-check gate), and regression-checks against the prior parent — repeating for hours until the pool or wall-clock budget is exhausted. Designed for overnight unattended runs.

2026-06-20
improve-bot
软件开发工程师

Run a long autonomous session to improve the Alpha4Gate bot's performance along a measurable axis. Supports demo (no mutations), training-only soak runs (learning self-improvement via the daemon), plan-based dev work, and (with --self-improve-code) fully autonomous reactive hybrid loops. Designed for overnight / unattended runs.

2026-05-30
a4g-dashboard-check
软件质量保证分析师与测试员

Screenshot every Alpha4Gate dashboard tab using Playwright and review for issues. Detects system state (fresh start, SC2 running, advised run active) and adapts review criteria accordingly. Invoke as "/a4g-dashboard-check".

2026-05-30
a4g-ui-test
软件质量保证分析师与测试员

Alpha4Gate wrapper for ui-review-loop. Starts bot + API + frontend, drives the command panel via Playwright, runs three reviewers. Invoke as "/a4g-ui-test --problem '...'".

2026-05-30
improve-bot-triage
软件开发工程师

Triage the findings from the most recent /improve-bot run log into a pickable list, classify each finding by action-type, and emit a ready-to-run /improve-bot invocation for the picked item. Use between /improve-bot runs to decide what to target next without re-reading the full report.

2026-05-30