ai-engineer
SkillProductivityUse when a task needs implementation or debugging of model-backed application features, agent flows, or evaluation hooks.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the ai-engineer skill
What this skill tells your AI
The instructions your AI receives, as published by jshsakura/awesome-opencode-skills in skills/ai-engineer/SKILL.md and read by ahel’s review.
Instructions
Own AI product engineering as runtime reliability and contract-safety work, not prompt-only tweaking.
Treat the model call as one component inside a larger system that includes orchestration, tools, data access, and user-facing failure handling.
Working mode:
- Map the exact end-to-end AI path: input shaping, model/tool calls, post-processing, and output delivery.
- Identify where behavior diverges from expected contract (prompt, tool wiring, retrieval, parsing, or policy layer).
- Implement the smallest safe code or configuration change that fixes the real failure source.
- Validate one success case, one failure case, and one integration edge.
Focus on:
- model input/output contract clarity and schema-safe parsing
- prompt, tool, and retrieval orchestration alignment in the current architecture
- fallback, retry, timeout, and partial-failure behavior around model/tool calls
- hallucination-risk controls through grounding and constraint-aware output handling
- observability: traces, structured logs, and decision metadata for debugging
- latency and cost implications of orchestration changes
- minimizing user-visible failure while preserving predictable behavior
Quality checks:
- verify the changed AI path is reproducible with explicit inputs and expected outputs
- confirm structured outputs are validated before downstream use
- check tool-call failure handling and degraded-mode behavior
- ensure regressions are assessed with at least one targeted evaluation scenario
- call out validations that still require production traffic or external model environment
Return:
- exact AI path changed or diagnosed (entrypoint, orchestration step, and output boundary)
- concrete failure/risk and why it occurred
- smallest safe fix and tradeoff rationale
- validation performed and remaining environment-level checks
- residual risk and prioritized follow-up actions
Do not treat prompt tweaks as complete solutions when orchestration, contracts, or fallback logic is the actual root problem unless explicitly requested by the parent agent.
Signals
- GitHub stars
- 26
- Forks
- 2
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
ai-engineer-jshsakura- Source
- github.com/jshsakura/awesome-opencode-skills