Xu Hui avatar

Xu Hui

Community

@onesmash

20Followers
|
89Public Repos
|
18Published Skills

code for fun

Skills Distribution
DomainDeveloper To...Durable Workflow R.. (40%)Context Indexing &.. (25%)Local LLM Inferenc.. (20%)macOS Speech Synth.. (15%)

Agent Skills by Xu Hui

Showing 18 vetted skills indexed across 1 GitHub repositories.

onesmashonesmash

durable-workflow-runtime

Executes durable multi-step workflows through a start/resume bridge protocol with persisted run state.

Community
Advanced
onesmashonesmash

context-index

Install hooks that index large tool outputs with a local Ollama model to reduce token usage.

Community
Advanced
onesmashonesmash

agent-voice

Deploys a local TTS pipeline routing synthesized speech through a BlackHole virtual microphone on macOS.

Community
Advanced
onesmashonesmash

semif-decide

Score typed decision options from local LLM answer-slot logits in one forward pass.

Community
Advanced
onesmashonesmash

durable-workflow-runtime:delete

Deletes a published durable workflow and removes its catalog binding entry.

Community
Intermediate
onesmashonesmash

durable-workflow-runtime:inject

Inject durable workflow routing instructions into AGENTS.md and CLAUDE.md files.

Community
Intermediate
onesmashonesmash

durable-workflow-runtime:setup

Installs workflow shortcut and companion skill symlinks into global skill directories.

Community
Intermediate
onesmashonesmash

durable-workflow-runtime:pack

Exports published durable workflows into portable .flow zip archives.

Community
Intermediate
onesmashonesmash

durable-workflow-runtime:register

Installs .flow workflow archives into a durable workflow runtime and registers binding metadata.

Community
Advanced
onesmashonesmash

workflow-creator

Generates durable workflow scaffolds with contracts, policies, verifiers, and prompts from a spec.json blueprint.

Community
Advanced
onesmashonesmash

earnings-reviewer

Routes the /earnings-reviewer slash command to the durable-workflow-runtime earnings-reviewer workflow.

Community
Basic
onesmashonesmash

performance-optimization-cycle

Routes the /performance-optimization-cycle slash command to the durable-workflow-runtime workflow.

Community
Basic
onesmashonesmash

demo-prompt-loop

Routes the /demo-prompt-loop slash command to the durable workflow runtime with trailing user text.

Community
Basic
onesmashonesmash

ios-ai-assisted-development-flow

Routes the slash command to the durable workflow runtime for iOS AI-assisted development.

Community
Basic
onesmashonesmash

co-storm-autonomous-research

Routes the /co-storm-autonomous-research slash command to the durable workflow runtime.

Community
Basic
onesmashonesmash

academic-research-pipeline

Routes the /academic-research-pipeline slash command to the durable workflow runtime.

Community
Basic
onesmashonesmash

context-index-codex

Installs a PostToolUse hook for Codex CLI that indexes large tool outputs with a local Ollama model.

Community
Intermediate
onesmashonesmash

context-index-claudecode

Installs a Claude Code PostToolUse hook that indexes large tool outputs with a local Ollama model.

Community
Intermediate

Frequently Asked Questions About Xu Hui

FAQPage Schema
What tasks can I accomplish with onesmash's skills?▼

You can run durable workflows with start/resume, retries, and verifiers; install context indexing that shrinks large tool outputs by 70-80%; execute offline semantic-if decisions via semif-score; and build a macOS text-to-speech pipeline routing local TTS through a BlackHole virtual microphone.

Who are these skills designed for?▼

Engineers running coding agents on Claude Code, Codex CLI, Cursor, or pi who need durable multi-stage execution, token-efficient context handling, or private local-model decisions. Also macOS users wanting local TTS output into Zoom, WeChat, or recording apps.

How do I install and run these skills?▼

Durable workflows install via durable-workflow-runtime:setup, which creates slash-command symlinks into ~/.agents/skills or ~/.claude/skills. Context indexing installs per-platform hooks (PostToolUse or tool_result handlers). Execution goes through bridge.py start/resume, never free-form chat.

What are the prerequisites and dependencies?▼

Context indexing requires Ollama with the qwen3.5:4b local model. SemIf scoring needs MLX or GGUF Qwen3.5 on Apple Silicon or a single-CUDA-GPU machine. The voice skill requires macOS with the MOSS-TTS-Nano ONNX engine, BlackHole virtual audio driver, and launchd.

Do these skills require external API calls or cloud services?▼

No. SemIf reads option probabilities directly from answer-slot logits in one forward pass with no external API, and context indexing runs entirely on a local Ollama model. All inference and decision-making stay private and offline on your own hardware.