skills/stack-engineer/SKILL.md
Continuation engineering skill to locate, classify, and choose recover vs re-implement vs promote vs park vs archive for unfinished or ambiguous system work; use when placeholder-only sources, blueprint-only notes, repo/runtime truth conflicts, or unfinished lanes need bounded continuation.
npx skillsauth add ic1558/0luka stack-engineerInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Use this skill when a system lane, prototype, partial implementation, or abandoned work needs to be located, classified, continued, rebuilt, promoted, parked, or archived without causing architecture drift.
This skill is for continuation engineering inside the 0luka stack.
It is not for broad redesign.
Turn unclear or unfinished system work into exactly one of these truthful outcomes:
The decision must come from repo truth, runtime truth, and bounded evidence, not from guesswork.
Before using this skill for any real 0luka lane:
/Users/icmini/0luka/core_brain/governance/AGENTS.yaml/Users/icmini/0luka/CONTRACT.yaml/Users/icmini/0luka/skills/manifest.mdDo not begin execution planning before these are read.
If this pre-read does not happen, the skill must treat itself as not fully initialized for governed 0luka work.
Use this skill when at least one is true:
Do not use this skill when:
Think like a continuation engineer, not a general architect.
That means:
Always preserve these distinctions where relevant:
Never fuse layers just because they are related.
Find all relevant surfaces.
Check at least:
Return exact paths only.
Classify each surface as one of:
active_runtimerepo_truthprototypeplaceholderblueprintartifact_onlydeprecateddead_paperarchive_onlyAlso classify the work state as one of:
recoverable_from_sourcereimplement_onlypromotion_candidateparkedarchive_candidateChoose exactly one primary continuation path:
Do not casually mix these.
Define:
If scope is not bounded, the skill has failed.
If work should continue, define the exact chain:
If work should not continue, define exact park or archive reason.
End with one of:
No vague ending.
Use recover only if runnable source actually exists in:
Use re-implement if:
If the code was recreated from notes, plans, pseudo-code, or artifacts, that is re-implementation, not recovery.
Promote only if all are true:
Do not promote:
When rebuilding from blueprint:
Do not rebuild the whole system unless the blueprint is unusually complete and the lane explicitly allows it.
For any lane touching repo truth:
If main verification is missing, say so explicitly.
Return only:
This skill is done only when it produces:
AGENTS.yaml / CONTRACT.yamlRunnable code is found in an old branch, restored into the intended source surface, and verified.
Runnable source is gone, pseudo-code exists, minimum deterministic slice is rebuilt and proven.
A sandbox prototype has value and a correct stack position, so it is promoted through a bounded lane with proof.
Work is real and useful but not the correct next lane, so it is preserved and explicitly parked.
No runnable source, no viable blueprint, and no clear value remain, so it is archived and removed from active consideration.
Do not ask:
What should we build?
Ask:
What already exists, what class is it, and what is the smallest truthful next step?
End of Document
development
--- name: auto-workflow-creator description: Create a new skill from a workflow you just performed. Generates a valid 3-layer Anthropic-style skill — YAML frontmatter (name + description + triggers), imperative instruction body, and optional scripts/ subdirectory — and prints the registration commands per target runtime (Claude Code auto-discovers from ~/.claude/skills/; Codex needs an explicit [[skills.config]] entry in ~/.codex/config.toml; OpenCode needs a registry entry in ~/.opencode/openco
tools
# Cost-Control Skill Enforce token discipline and model routing optimization (Flash vs Pro) via the Gemini CLI 0.40 Gemma local router for governed-agent workflows. ## Guidelines - **Preference for Local/RTK/File Tools:** Always prioritize local tools (ls, read_file, grep_search) and RTK for initial data gathering before calling model logic. - **Flash-First Routing:** - Route all routine code analysis, file reads, summarization, search, and classification tasks to `gemini-3.5-flash-preview` o
development
--- name: verify-first description: Run verification gates before and after code changes, prioritize health and regressions, and fail closed on missing evidence. Mandatory Read: YES --- # Verify First Mandatory Read: YES ## Workflow 1. Capture baseline verify results. 2. Apply minimal changes. 3. Re-run targeted and system-level verify commands. 4. Report explicit pass/fail evidence. ## Caps - Run deterministic verification commands. - Compare before/after outcomes. - Block claims without pr
testing
Use this skill when you need to perform a READ-ONLY forensic validation of a completed task (evidence), verify compliance against a TaskSpec, or issue a formal verdict (PASS/FAIL) before GMX approval. Strictly forbids modification or execution.