Skip to main content
Run any Skill in Manus
with one click
GitHub repository

promptimize

promptimize contains 4 collected skills from Paldom, with repository-level occupation coverage and site-owned skill detail pages.

skills collected
4
Stars
0
updated
2026-07-21
Forks
0
Occupation coverage
2 occupation categories · 100% classified
repository explorer

Skills in this repository

engineer-agent-loop
computer-occupations-all-other

Designs and diagnoses the control flow of agentic loops - pattern selection, supervisor-enforced caps and terminal states, no-progress detection, external verifier gates, context and compaction budgets, crash recovery. Use when an agent loop stalls, drifts, repeats itself, or never stops, or when building agent orchestration. Not for goal or prompt wording, ordinary code loops, or scheduled jobs.

2026-07-21
evaluate-prompts
computer-occupations-all-other

Builds standalone prompt evaluations - test sets from real failures, paired A/B comparisons with sample-size math, deterministic checks before LLM judges, judge calibration and bias controls. Use when asked which prompt is better, to A/B test or benchmark prompts, or to set up LLM-as-judge scoring. Not for rewriting prompt text, agent goals, or loop runtime design.

2026-07-21
optimize-prompt
software-developers

Rewrites and tunes existing prompt text - removes contradictions, applies reasoning-vs-standard regime rules, sizes few-shot examples, fixes structured output, follows current Fable 5 / GPT-5.6 guidance, then checks the rewrite. Use when asked to optimize, improve, rewrite, shorten, tune, fix, or migrate a prompt or system prompt. Not for agent-run goal text, prompt benchmarks, or loop design.

2026-07-21
write-agent-goal
software-developers

Drafts or fixes the goal text for an autonomous agent run (/goal, unattended sessions) - checkable success conditions, evidence requirements, scope and permission limits, retry and budget exits. Use when writing an agent goal, run definition of done, or run success criteria, or when a goal gets gamed or marked done early. Not for generic project goals, prompt rewrites, or loop runtime design.

2026-07-21