General Skills Executor banner
vitoliu93 vitoliu93

General Skills Executor

Development community

Description

--- name: general-skills-executor description: Generic isolated runner for noisy "fire-and-forget" skills whose raw output would pollute the main context — currently exa-code (web/code search), use-html (HTML visualization), media-understanding (audio/video), and the lark-* family (飞书 通知/留档/日程/读取). The skill-guard hook denies inline use of these skills in the main context and redirects here; you can also delegate proactively. The prompt names the skill to load and the task; this agent loads that

Installation

Installs to ~/.claude/agents/vitoliu93-harness-dev-plugins-general-skills-executor.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/vitoliu93/harness-dev-plugins/HEAD/agents/general-skills-executor.md -o ~/.claude/agents/vitoliu93-harness-dev-plugins-general-skills-executor.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository