Xu Hui
Community@onesmash
code for fun
Agent Skills by Xu Hui
Showing 18 vetted skills indexed across 1 GitHub repositories.
durable-workflow-runtime
Executes durable multi-step workflows through a start/resume bridge protocol with persisted run state.
context-index
Install hooks that index large tool outputs with a local Ollama model to reduce token usage.
agent-voice
Deploys a local TTS pipeline routing synthesized speech through a BlackHole virtual microphone on macOS.
semif-decide
Score typed decision options from local LLM answer-slot logits in one forward pass.
durable-workflow-runtime:delete
Deletes a published durable workflow and removes its catalog binding entry.
durable-workflow-runtime:inject
Inject durable workflow routing instructions into AGENTS.md and CLAUDE.md files.
durable-workflow-runtime:setup
Installs workflow shortcut and companion skill symlinks into global skill directories.
durable-workflow-runtime:pack
Exports published durable workflows into portable .flow zip archives.
durable-workflow-runtime:register
Installs .flow workflow archives into a durable workflow runtime and registers binding metadata.
workflow-creator
Generates durable workflow scaffolds with contracts, policies, verifiers, and prompts from a spec.json blueprint.
earnings-reviewer
Routes the /earnings-reviewer slash command to the durable-workflow-runtime earnings-reviewer workflow.
performance-optimization-cycle
Routes the /performance-optimization-cycle slash command to the durable-workflow-runtime workflow.
demo-prompt-loop
Routes the /demo-prompt-loop slash command to the durable workflow runtime with trailing user text.
ios-ai-assisted-development-flow
Routes the slash command to the durable workflow runtime for iOS AI-assisted development.
co-storm-autonomous-research
Routes the /co-storm-autonomous-research slash command to the durable workflow runtime.
academic-research-pipeline
Routes the /academic-research-pipeline slash command to the durable workflow runtime.
context-index-codex
Installs a PostToolUse hook for Codex CLI that indexes large tool outputs with a local Ollama model.
context-index-claudecode
Installs a Claude Code PostToolUse hook that indexes large tool outputs with a local Ollama model.
Frequently Asked Questions About Xu Hui
FAQPage SchemaWhat 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.