Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
GitHub 저장소

saage

saage에는 cgpadwick에서 수집한 skills 38개가 있으며, 저장소 수준 직업 범위와 사이트 내 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
saage GitHub Agent Skills | SkillsMP