From claude-resources
Manages zeno.zsh snippet shortcuts in ~/.config/zeno/config.yml: adds/removes entries with bash conflict checks and auto-commits/pushes to dotfiles repo.
npx claudepluginhub takazudo/claude-resources<keyword> -> <command> OR del|remove <keyword>This skill uses the workspace's default tool permissions.
Manage zeno.zsh snippet shortcuts in `$HOME/.config/zeno/config.yml`.
Guides Next.js Cache Components and Partial Prerendering (PPR): 'use cache' directives, cacheLife(), cacheTag(), revalidateTag() for caching, invalidation, static/dynamic optimization. Auto-activates on cacheComponents: true.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Share bugs, ideas, or general feedback.
Manage zeno.zsh snippet shortcuts in $HOME/.config/zeno/config.yml.
<keyword> -> <snippet command> (e.g., gst -> git status)del <keyword> or remove <keyword> (e.g., del gst)$HOME/.config/zeno/config.ymlwhich <keyword> and type <keyword> in Bash. If either finds a real binary, builtin, alias, or function, warn user with what it conflicts (e.g., "cc is /usr/bin/cc (C compiler)") and ask for confirmation before proceedingsnippets: list: - name: <short description derived from the command>
keyword: <keyword>
snippet: <command>
$HOME/.config/zeno/config.yml- name:, keyword:, and snippet: lines)cd $HOME/repos/p/dotconfigetc/commits push