원클릭으로
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