Skip to main content
Manusで任意のスキルを実行
ワンクリックで
GitHub リポジトリ

saage

saage には cgpadwick から収集した 38 個の skills があり、リポジトリ単位の職業カバレッジとサイト内 skill 詳細ページを表示します。

収集済み skills
38
Stars
7
更新
2026-06-24
Forks
0
職業カバレッジ
5 件の職業カテゴリ · 100% 分類済み
リポジトリエクスプローラー

このリポジトリの skills

interview
一般事務員

Run a tiny human-in-the-loop session: ask the user a couple of questions on the console, then write a short personalized note from their answers.

2026-06-24
implement
ソフトウェア開発者

Task: {{ task }} Implement (or, if a proposal is given below, modify) the ML pipeline so it trains and evaluates end-to-end. Target metric to beat: {{ target_accuracy }}. Proposed change for THIS experiment (empty on the baseline): {{ current_proposal | default("(none — build a simple baseline)") }}

2026-06-22
report
ソフトウェア開発者

Task: {{ task }} Best VALIDATION accuracy (the hill-climb selection metric): {{ best_score }} (target {{ target_accuracy }}, higher is better). Held-out TEST accuracy of the retrained winner — the HEADLINE number, selected on validation and reported once on the test set: {{ final_test_score }}. Write the final HTML research report for this ML auto-research run.

2026-06-22
verify
ソフトウェア品質保証アナリスト・テスター

Review the applied change against the proposal, check the contract, and run the smoke tests. Decide pass or fail. Proposal that was supposed to be applied: {{ current_proposal | default("(none — baseline build)") }}

2026-06-22
report
ソフトウェア開発者

Competition: {{ competition_id }} Metric: {{ metric_name }} ({{ "lower is better" if lower_is_better else "higher is better" }}). Final best validation score: {{ best_score }} (target {{ target_score }}). Write the final HTML report for this kaggle-solver run.

2026-06-22
summarize
ソフトウェア開発者

Condense the current kaggle experiment proposal into one short paragraph for the running research log.

2026-06-22
report
ソフトウェア開発者

Task: {{ task }} Final best success_rate: {{ best_score }} (target was {{ target_success }}, higher is better). Write the final HTML report for this LeWM hill-climb run.

2026-06-22
summarize
ソフトウェア開発者

Condense the current le-wm experiment proposal into one short paragraph for the running research log.

2026-06-22
summarize
ソフトウェア開発者

Condense the current experiment proposal into one short paragraph for the running research log.

2026-06-22
implement
ソフトウェア開発者

Task: {{ task }} Apply EXACTLY this proposed change to the le-wm repository (the workspace): {{ current_proposal | default("(none)") }}

2026-06-20
proposal-critic
ソフトウェア開発者

Vet this experiment proposal BEFORE it is implemented and trained (a ~20 hour step on this machine). Proposal under review:

2026-06-20
propose
ソフトウェア開発者

Task: {{ task }} Current best success_rate: {{ best_score }} (target: {{ target_success }}). Consecutive failed experiments: {{ consecutive_failures }}. Propose ONE concrete training change to improve the score.

2026-06-20
verify
ソフトウェア品質保証アナリスト・テスター

Review the applied change against the proposal and smoke-test training. Proposal that was supposed to be applied: {{ current_proposal | default("(none)") }}

2026-06-20
propose
ソフトウェア開発者

Task: {{ task }} Current best success_rate: {{ best_score }} (target: {{ target_success }}). Consecutive failed experiments: {{ consecutive_failures }}. Propose ONE concrete training change to improve the score.

2026-06-20
report-narrative
ソフトウェア開発者

Task: {{ task }} Final best success_rate: {{ best_score }} (target was {{ target_success }}). Write the markdown report for this hill-climb run.

2026-06-20
build-baseline
ソフトウェア開発者

Build the initial baseline solution: model.py, train.py, predict.py, tests/test_smoke.py. Device: {{ device }}. Read competition_understanding.md and data_analysis.md first. Submission contract: columns [{{ sample_submission_cols }}], {{ sample_submission_rows }} rows.

2026-06-20
comp-understanding-critic
ソフトウェア品質保証アナリスト・テスター

Review competition_understanding.md for completeness. End with ACTION: pass or ACTION: fail (with specific feedback).

2026-06-20
comp-understanding
ソフトウェア開発者

Understand the Kaggle competition and write competition_understanding.md. The competition brief is in task.md. Submission contract: columns [{{ sample_submission_cols }}], {{ sample_submission_rows }} rows.

2026-06-20
eda-critic
ソフトウェア品質保証アナリスト・テスター

Review data_analysis.md for quantitative completeness. End with ACTION: pass or ACTION: fail (with specific feedback).

2026-06-20
eda
ソフトウェア開発者

Perform exploratory data analysis and write data_analysis.md. Competition context: competition_understanding.md (read it first).

2026-06-20
implement-experiment
ソフトウェア開発者

Implement EXACTLY this proposed experiment in the existing code: {{ current_proposal }}

2026-06-20
make-submission
ソフトウェア開発者

Run prediction and produce a valid submission.csv. Contract: columns [{{ sample_submission_cols }}], {{ sample_submission_rows }} rows.

2026-06-20
proposal-critic
ソフトウェア開発者

Vet the experiment proposal below against the research log before the expensive train run. End with ACTION: pass or ACTION: fail. PROPOSAL: {{ current_proposal }}

2026-06-20
propose
ソフトウェア開発者

Hill-climb: current best validation score = {{ best_score }} ({{ 'lower' if lower_is_better else 'higher' }} is better; consecutive failures: {{ consecutive_failures }}). Propose ONE experiment to improve it.

2026-06-20
verify-training
ソフトウェア品質保証アナリスト・テスター

Sanity-check the training run that just finished (captured validation score: {{ candidate_score }}). End with ACTION: pass or ACTION: fail.

2026-06-20
git-init
ソフトウェア開発者

Initialize git version control in the workspace (if it isn't already a repo) so the hill-climb can commit improvements and revert regressions.

2026-06-09
proposal-critic
ソフトウェア開発者

Vet this experiment proposal BEFORE it is implemented and trained (an expensive step). Proposal under review:

2026-06-09
propose
ソフトウェア開発者

Task: {{ task }} Current best test accuracy: {{ best_score }} (target: {{ target_accuracy }}). Propose ONE concrete change to improve the score.

2026-06-09
baseline-commit
ソフトウェア開発者

Commit the baseline solution so the hill-climb has a base to revert to. Stage everything in the workspace and commit it with EXACTLY this message: `baseline score {{ best_score }}` If there is nothing to commit, that is fine. Finish with a one-line confirmation.

2026-06-08
download-data
ソフトウェア開発者

Task: {{ task }} Identify the dataset this task needs and download/stage it into ./data under the workspace. If ./data already contains the dataset, do nothing and finish.

2026-06-08
implement
ソフトウェア開発者

Edit calc.py so that the failing tests in test_calc.py pass. Make the smallest change necessary.

2026-06-07
run-tests
ソフトウェア品質保証アナリスト・テスター

Run the test suite and report whether it passes.

2026-06-07
judge
ソフトウェア開発者

You are the game master. The hidden target is {{ target }}. The player's latest guess is {{ guess }}. The player wins if the guess is within {{ tolerance }} of the target. Reply with EXACTLY one lowercase word and nothing else: - correct — if |guess - target| <= {{ tolerance }} - higher — if the target is higher than the guess - lower — if the target is lower than the guess

2026-06-07
propose
ソフトウェア開発者

You are playing a guess-the-number game. There is a hidden target somewhere between 0 and 1. You are NOT told what it is. Read `history.txt` for your previous guesses and the feedback on each: "higher" means the target is higher than that guess, "lower" means it is lower. Use the history to binary-search toward the target. If history.txt does not exist yet, this is your first turn — start at 0.5. Reply with ONLY your next guess as a decimal number (e.g. "0.625"), nothing else.

2026-06-07
classify-job
ソフトウェア開発者

Latest scheduler output: {{ results['poll']['stdout'] }} Decide the job state from the scheduler output above.

2026-06-07
add-twist
テクニカルライター

Read story.md and append a surprising plot twist (2-3 sentences) that raises the stakes.

2026-06-07
review
編集者

Read the full story in story.md and write a short critical review to review.md.

2026-06-07
write-scene
テクニカルライター

Append the next vivid scene (2-3 sentences) of the ongoing story to story.md. If story.md does not exist yet, open the story.

2026-06-07