Install
openclaw skills install vibe-prompt-compiler-portableCompile rough natural-language coding requests into structured, high-signal prompts for cross-platform AI coding tools such as Cursor, Claude Code, Codex CLI...
openclaw skills install vibe-prompt-compiler-portableTurn rough implementation requests into portable coding briefs that can be pasted into almost any AI coding tool.
Use this skill automatically when a user gives a vague coding request. Do not require the user to run scripts first.
Instead:
Only mention scripts when the user wants portability, reusable CLI commands, or a saved handoff for another tool.
Classify into one of these:
new-projectpage-uicrud-featureapi-backendbugfixrefactorai-featurearchitecture-reviewintegrationautomation-workflowdeploymentgeneralUse the narrowest obvious type. Only ask a follow-up question when one missing detail blocks useful progress.
Unless the user says otherwise:
Default: compile mentally and use the structure directly in the answer or coding workflow.
Compile a prompt via CLI when needed:
python3 scripts/compile_prompt.py --request "<user request>"
Create a handoff brief:
python3 scripts/create_handoff.py --request "<user request>" --output handoff
Extract repository-aware rules:
python3 scripts/extract_repo_rules.py --repo-root .
Useful flags:
--task auto--stack "Next.js, Supabase, Tailwind"--audience "运营人员"--mode plan-only--mode build-first-slice--mode bugfix--target-tool codex-cli--language-preset chinese-first--ruleset minimal-diff--repo-root .--auto-repo-rules--output jsonWhen the request is broad, architectural, or likely to drift, prefer creating a handoff-style brief over answering from the raw request.
compile_prompt.py or create_handoff.py--target-tool, --ruleset, and repo-aware flags for stronger execution constraintsThis skill is now suitable for sharing as a portable coding-brief compiler with:
references/auto-mode.md first for the default automatic behavior.references/templates.md for prompt skeletons.references/routing.md when classification is unclear.references/usage.md for suggested workflows in common IDEs and coding tools.references/tool-examples.md for concrete examples in Cursor, Claude Code, Codex CLI, and Gemini CLI.references/real-examples.md for realistic request-to-brief transformations, especially for architecture, integration, workflow, and vague coding requests.