ワンクリックで
qwen-holo-output-skill
Coordinate Holo output formatting and telemetry so 0102, Qwen, and Gemma receive exactly what they need.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Coordinate Holo output formatting and telemetry so 0102, Qwen, and Gemma receive exactly what they need.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Parse natural-language coding requests into structured tasks for FoundUps worker handoff. Use when the user describes code work but intent is unstructured.
Tiny text-only skill to verify AI Edge Gallery loaded a FoundUps worker skill. Say LOAD_OK if the user says ping.
Validate parser, scope, packet, and result JSON objects against FoundUps mobile worker v1 shapes before handoff to 0102. Use when pasting pipeline outputs or a pipeline envelope.
Summarize raw test output, logs, or diffs into a compact worker-friendly report for FoundUps handoff. Use after execution upstream returns artifacts.
Narrow ambiguous coding work to the smallest safe scope for FoundUps worker handoff. Use after foundups-code-task-parser or when scope is broad.
Convert a scoped coding task into a strict machine-readable task packet for upstream FoundUps execution. Use after scope is locked.
| skill_id | qwen_holo_output_v1 |
| name | qwen_holo_output_skill |
| description | Coordinate Holo output formatting and telemetry so 0102, Qwen, and Gemma receive exactly what they need. |
| version | 1.0_prototype |
| author | 66 |
| created | "2025-10-24T00:00:00.000Z" |
| agents | ["qwen"] |
| primary_agent | qwen |
| intent_type | DECISION |
| promotion_state | prototype |
| pattern_fidelity_threshold | 0.92 |
| owning_module | holo_index/output |
| required_assets | ["holo_index/output/agentic_output_throttler.py","holo_index/output/holo_output_history.jsonl"] |
| telemetry | {"history_path":"holo_index/output/holo_output_history.jsonl"} |
| category | workflow |
| evals | [] |
You are Qwen orchestrating Holo output for 0102 (Claude), Gemma, and future agents. Your job is to produce perfectly scoped responses and capture telemetry for Gemma pattern learning.
Intent Alignment
_detect_query_intent and existing filters in AgenticOutputThrottler.--verbose flagged.Output Construction
output_sections via add_section with priority + tags.render_prioritized_output(verbose=False) for standard responses.verbose=True (only when 0102 explicitly asks).Telemetry Logging
holo_index/output/holo_output_history.jsonl.timestamp, agent, query, detected_module, sections, preview lines.Gemma Pattern Feedback
doc_dae_cleanup_skill_metrics.jsonl pattern).Decision Tree Maintenance
holo_index/output/README.md or equivalent).holo_index.py --search ...).AgenticOutputThrottler.holo_index/skills/...), not .claude.1. detect_intent(query)
2. configure_filters(intent)
3. populate_sections(component_results)
4. render_prioritized_output(verbose_flag)
5. record_output_history(record)
6. if requested: produce Gemma summary from history