mcp/skills/autoresearch-finalize/SKILL.md
Finalize an autoresearch session into clean, reviewable branches. Use when asked to "finalize autoresearch", "clean up experiments", or "prepare autoresearch for review".
npx skillsauth add spartanlabsxyz/simmer-sdk autoresearch-finalizeInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Turn a noisy autoresearch branch into clean, independent branches — one per logical change, each starting from the merge-base.
autoresearch.jsonl. Filter to kept experiments only.autoresearch.md for context.git rev-parse <short_hash>git merge-base HEAD mainapi.js and group 2 calls it in parser.js, group 2's branch won't work in isolation. Flag dependencies.Present the proposed grouping:
Proposed branches (each from merge-base, independent):
1. **<description>** (commits abc1234, def5678)
Files: file1.py, file2.py
Metric: 42.3 → 38.1 (-9.9%)
2. **<description>** (commits ghi9012)
Files: config.json
Metric: 38.1 → 31.7 (-16.8%)
Wait for approval before proceeding.
For each approved group:
BASE=$(git merge-base HEAD main)
git checkout -b autoresearch/final/<group-name> $BASE
git cherry-pick <commit1> <commit2> ...
If cherry-pick conflicts, resolve by taking the experiment's version (the whole point is to preserve the improvement).
For each branch:
Finalized branches:
1. autoresearch/final/<name> — <metric improvement>, ready to merge
2. autoresearch/final/<name> — <metric improvement>, depends on branch 1
The user can now review and merge each branch independently (or together if there are dependencies).
data-ai
Copy the top World Cup traders on Polymarket — auto-curated daily by Simmer. No wallet list to configure; the skill sources leaders via PolyNode's slippage-adjusted copy-PnL screen. Regular mode (daily rebalance). Free tier.
tools
# Fixture Instruction-Only Skill This is a Tier-A instruction-only fixture used to verify that invoking an instruction-only skill returns its SKILL.md playbook instead of an error. UNIQUE_FIXTURE_MARKER_4815162342
development
Fade sharp in-play price shocks on Polymarket soccer markets with a laddered limit-buy strategy (Roan's FIFA-quant framework). Pro skill. Currently scoped to 2026 World Cup markets. Simmer's server detects shocks in real time and emits pre-sized signals; this skill places the recovery ladder and manages the exit.
development
Build and optionally execute a three-tranche Polymarket DCA plan with prop-firm-shaped evaluation envelope checks. Use when the user wants a Bubbles/Roya-style staged averaging template for one thesis, with paper mode by default and explicit live opt-in.