用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/nathanvale/side-quest-marketplace --skill manage-plugins命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
基于 SOC 职业分类
| name | manage-plugins |
| description | Add or remove inline plugins from the ccdev function in dotfiles .zshrc |
| argument-hint | <add|remove> <plugin-path> |
| disable-model-invocation | true |
| allowed-tools | Read, Edit, Grep |
Add or remove --plugin-dir entries from the ccdev() function in ~/code/dotfiles/.zshrc.
$0 — Action: add or remove$1 — Plugin directory path (e.g. ~/code/side-quest-plugins/plugins/my-plugin)~/code/dotfiles/.zshrc and find the ccdev() function (look for function ccdev())ls to check)--plugin-dir line doesn't already exist; if removing, confirm it does exist--plugin-dir line in alphabetical order within the existing list. The lines are sorted alphabetically by full path. Maintain the existing indentation (4 spaces + --plugin-dir).--plugin-dir line for that path.ccdev() function so they can verifyDone! To activate the change:
1. Run: sz (reloads .zshrc)
2. Restart Claude Code with ccdev
ccdev() function"$@" as the last argument on its own line~/code/ prefix (not full /Users/nathanvale/code/) to match existing styleFix Node.js certificate trust issues behind corporate SSL-inspecting proxies. Use when discussing: VPN, corporate VPN, corporate proxy, SSL inspection, MITM proxy, TLS interception, NODE_EXTRA_CA_CERTS, self-signed certificate error, UNABLE_TO_VERIFY_LEAF_SIGNATURE, certificate chain, proxy CA, corporate network, Claude Code on VPN, Gemini CLI on VPN, npm behind proxy, Node.js certificate error, CAFile.pem, proxy-on, proxy-off, HTTPS_PROXY, HTTP_PROXY, openssl s_client, certificate extraction, corporate root CA, forward trust CA, trust store gap.
Generate an engaging, deep-dive explanation document (FOR_[NAME].md) that explains a codebase or domain in plain language with analogies, lessons learned, and practical wisdom.
Start, stop, or check status of the Side Quest observability event server. Use when asked to start the server, stop the server, check server status, or manage the observability dashboard lifecycle.