Plugin marketplace for tools maintained by trickstar0301.
This repository is intentionally not specific to one tool. Agent-specific plugin
packages live under plugins/<agent>/<plugin-name>, and the marketplace
catalogs list the plugins that Claude Code, GitHub Copilot CLI, and Codex can
install. Copilot currently reuses the Claude-compatible plugin package.
Claude Code:
claude plugin marketplace add trickstar0301/trickstar-plugins
claude plugin install capnp-ls@trickstar-pluginsGitHub Copilot CLI:
copilot plugin marketplace add trickstar0301/trickstar-plugins
copilot plugin install capnp-ls@trickstar-pluginsCodex:
codex plugin marketplace add trickstar0301/trickstar-plugins
codex plugin install capnp-ls@trickstar-pluginsThe Claude/Copilot plugin starts the capnp-ls language server from PATH.
The Codex plugin provides installation and configuration guidance. Install the
binary before enabling editor or agent integrations:
curl -fsSL https://raw.githubusercontent.com/trickstar0301/capnp-ls/main/install.sh | shThe plugin does not bundle the language server binary.
.claude-plugin/marketplace.json
.agents/plugins/marketplace.json
plugins/
claude/
capnp-ls/
.claude-plugin/plugin.json
.lsp.json
# Also used by Copilot's Claude-compatible plugin flow.
codex/
capnp-ls/
.codex-plugin/plugin.json
skills/capnp-ls/SKILL.md