원클릭으로
manage-plugins
Add or remove inline plugins from the ccdev function in dotfiles .zshrc
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Add or remove inline plugins from the ccdev function in dotfiles .zshrc
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
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.
Patterns for building CLIs that serve both humans and AI agents. Covers tri-modal output (JSON/JSONL/human), typed exit codes, structured error contracts, zero-dependency arg parsing, topic-based help, service discovery, field projection, and auto agent-mode detection. Reference implementation: @side-quest/observability CLI. Use when: building a CLI, adding a command, CLI output format, agent-friendly CLI, machine-readable output, JSON CLI contract, exit codes, --json flag, NDJSON streaming, how should my CLI work with agents, CLI design patterns.
Create and manage VS Code Bookmarks extension labeled bookmarks in .vscode/bookmarks.json. Use when the user wants to add navigation bookmarks to a codebase, trace data flows through code, mark important code locations, or set up labeled waypoints for code walkthroughs. Also use when user says "bookmark", "label this code", "mark this flow", or "add waypoints".
Decide whether a workflow should use CLI skills, MCP, or a hybrid approach. Use when planning agentic tooling, writing ADRs, or evaluating migrations between CLI and MCP.