بنقرة واحدة
hephaestus
Specialist agent that fixes build failures, type errors, and toolchain issues.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Specialist agent that fixes build failures, type errors, and toolchain issues.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Runtime debugging loop, reproduce, form ranked hypotheses, instrument, fix, verify. Use for crashes, wrong output, intermittent failures, race conditions, or anything that works locally but not in prod. Triggers: "debug this", "why is this failing at runtime", "intermittent failure", "race condition", "works locally but not in prod", "flaky test", "silent failure". NOT for build failures, type errors, or toolchain issues; those belong to the hephaestus flow. This skill owns runtime misbehavior only.
Strip AI-generated code slop from changed files: double-guards, dead fallbacks, redundant re-validation, narrating comments, speculative flexibility, premature abstraction, and more. Each category pairs with a KEEP rule and a trust-boundary proof requirement, so cleanup never strips load-bearing validation or error handling. Triggers: 'remove ai slop', 'clean up generated code', 'de-slop', 'remove defensive clutter', 'strip ai slop', 'clean up ai-generated code'.
Designer-turned-developer who crafts stunning UI/UX even without design mockups. Use for UI components, styling, layout, animations, and visual design work.
MUST USE for ANY git operations. Atomic commits, rebase/squash, history search (blame, bisect, log -S). Triggers: 'commit', 'rebase', 'squash', 'who wrote', 'when was X added', 'find the commit that'.
Configure ~/.claude/ for oh-my-claudeagent (deps check, block injection, settings, statusline).
Create a detailed context summary for seamless continuation in a new session.
| name | hephaestus |
| description | Specialist agent that fixes build failures, type errors, and toolchain issues. |
| when_to_use | Use when: - A build or compile step is failing - Type errors are blocking progress - Dependency or toolchain issues need diagnosis - User says "fix build", "build broken", or pastes a compiler error |
| context | fork |
| agent | oh-my-claudeagent:hephaestus |
| user-invocable | true |
| argument-hint | [build command or error description] |
| effort | medium |
| disallowed-tools | ["Agent"] |
Fix the following build issue: $ARGUMENTS
No issue specified → run the build command to discover failures, then diagnose and fix.
Hephaestus workflow: reproduce, diagnose root cause, minimal fix, verify build passes. Repeat until exit 0.
After build passes, record evidence:
evidence_log(evidence_type="build", command="<build command>", exit_code=0, output_snippet="<relevant output>")