← all publishers

luw2007

@luw2007 source repo

16 published skills

  1. Rtk Rewrite · luw2007 bundle
    RTK rewrite plugin for OpenClaw. Intercepts exec tool calls and delegates rewrites to rtk rewrite to reduce token usage while preserving command intent.
    0 installs
  2. Skill Router · luw2007 bundle
    跨环境能力检索路由器 + skill 生命周期管理。 当用户需要查找某个技能/能力是否存在、搜索归档技能、管理 skill 归档/召回、 或当前 active skills 无法满足需求需要检索更多能力时自动调用。 覆盖 Claude Code 和 Trae 两侧共 3000+ 资产(skills/agents/commands)。 触发词:找技能、搜索能力、有没有XX技能、skill search、archived skills、 清理 skill、归档 skill、召回 skill、skill lifecycle。
    0 installs
  3. Skill Selector · luw2007 bundle
    通用 skill 选择器。通过 ai-skills CLI 下载候选 skill 源码到临时目录,基于 SKILL.md + 代码的深度分析构建决策树,引导用户在 1-3 轮交互内选定最合适的 skill。当用户面对多个功能相近的 skill 不知选哪个时触发。
    0 installs
  4. CLI Help Layers · luw2007 bundle
    CLI Help Layers 帮助信息分层设计指南。在设计或编写 CLI 工具的帮助文档(usage、help、man)时使用。 适用于需要让 AI Agent 高效解析和调用 CLI 命令的场景:命令结构设计、参数命名、渐进式披露、示例覆盖策略、错误信息设计等。 触发词:CLI 文档设计、帮助信息设计、CLI help layers、agent 友好 CLI、命令行规范、usage/help/man 设计。
    1 install
  5. Metadata Naming · luw2007 bundle
    Define, apply, or review a reusable metadata-based filename standard for files, folders, inventories, archives, and generated catalogs. Use when the user wants to extract a naming convention into a standard, normalize filenames, choose between human-readable and machine-friendly naming, or create naming rules for repositories, skills, software inventories, snapshots, and long-lived records.
    1 install
  6. Worktree Cleanup · luw2007 bundle
    清理本地 git worktree:用 fast-rebase 判定 worktree commit 是否已合入 base(默认 master), 只删除工作树干净且 commit 全部合入的工作副本,永不删分支/commit。Use when 用户要清理堆积 worktree、判断哪些 worktree 可删、处理 squash 合并后的残留,或说 "worktree-cleanup"、 "clean up worktrees"、"哪些 worktree 可以删"。
    0 installs
  7. Favorites Curator · luw2007 bundle
    Build and maintain a local favorites catalog from installed repositories, apps, skills, extensions, and hooks. Use when the user asks to create, refresh, curate, scan, or summarize a favorites collection, software inventory, skill inventory, or daily digest of useful local resources.
    1 install
  8. Skill Yao Manager · luw2007 bundle
    Skill 工程化管理:创建、验证、检查、lint、打包 skill。当用户需要新建 skill、检查 skill 质量、验证 skill 结构、查看上下文大小、打包 skill 时使用。 触发词:创建 skill、新建 skill、检查 skill、validate skill、skill lint、skill check、skill 打包、skill package、yao。
    0 installs
  9. Herdr Pi Orchestra · luw2007 bundle
    Orchestrate recursive pi-worker Orchestra Trees in Herdr using sibling DAGs, SKILL.state context, bounded delegation, fresh audit, CAS promotion, and safe cleanup. Use only for explicit Herdr orchestration or parallel pi work. Requires HERDR_ENV=1.
    0 installs
  10. Cmux Pi Orchestration · luw2007 bundle
    Orchestrate audited pi-worker DAGs on cmux using exact-base code worktrees, central-only SKILL.state, phase-pinned models, fresh audit, owner promotion, cleanup, and recovery. Use for cmux orchestration, parallel pi workers, multi-agent DAGs, or renumbered cmux refs.
    1 install
  11. See · luw2007 bundle
    repo-brief Clone a GitHub repository to ~/ai/ and generate a structured technical brief for understanding how the project is implemented — architecture, core mechanisms, design decisions, failure modes, and a guided comprehension path. Use when the user provides a GitHub repo URL and asks for analysis, a brief, a report, or wants to understand a project's implementation principles.
    0 installs
  12. Kickoff · luw2007 bundle
    Freeze goal, path, execution, and acceptance before non-trivial implementation or agent dispatch. Use when requirements hide assumptions, multiple implementation paths exist, feasibility needs research/prototyping, work spans modules or agents, or the user asks to align requirements before building. Produces an accepted, versioned Kickoff Contract.
    0 installs
  13. Octocode · luw2007 bundle
    AI-powered code indexer with semantic search, knowledge graphs (GraphRAG), and persistent memory system. Use when you need to (1) perform semantic code searches across large codebases, (2) analyze file relationships and dependencies through GraphRAG, (3) store and retrieve code insights with memory system. This skill uses Bash to call octocode CLI directly with automatic index management.
    0 installs
  14. Fetch Xcom · luw2007 bundle
    Fetch X/Twitter tweet content via oembed API and save as markdown to ~/ai/see/xcom/{MMDD}_{id}.md. Triggers on x.com or twitter.com URLs when user wants to pull/save/拉取 a tweet.
    0 installs
  15. Whats Next · luw2007 bundle
    Re-orient the user after they return to a session — or after they open a FRESH context pointed at a worktree/branch — and let them decide the next step by answering lightweight questions through the host's structured-question tool (Yes/No, A/B/C/D) instead of facing a blank prompt. Trigger when the user invokes /whats-next (optionally naming a worktree, branch, or repo path), or asks "接下来做什么", "下一步是什么", "我该做什么", "这个 worktree/分支做到哪了、下一步呢", "what's next", "what should we do next", "帮我决定下一步", or returns after a long gap and wants to resume work with minimal typing. Works with zero conversation history: state is then rebuilt from git evidence (diffs, branch commits, uncommitted changes) and handoff/task docs. NOT for pure recap with no decision needed (that is a recap request — answer it directly or use a context-rebuild skill if available), and NOT for questions about a specific file or piece of code.
    0 installs
  16. Fast Rebase · luw2007 bundle
    Accelerate rebasing a local branch onto an upstream that squash-merged some of its commits. Detects already-merged commits by triangulating three signals — commit MESSAGE, author TIME, and changed-file STATE — then drops them during an interactive rebase and verifies the result is byte-identical to a pre-rebase backup (zero code lost). Use when rebasing a long-lived local branch onto origin/master or origin/main where git would replay commits already squash-merged via an MR/PR, when `git rebase` hits avoidable conflicts on work already landed upstream, when you need to know which local commits are already in upstream, or when the user asks to "fast-rebase", "加速 rebase", "rebase 本地分支到 origin/master", clean up a branch after a squash merge, or identify which commits are 已合并 / 未合并.
    0 installs