Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة
مستودع GitHub

saage

يحتوي saage على 38 من skills المجمعة من cgpadwick، مع تغطية مهنية على مستوى المستودع وصفحات 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