Personal Claude Code marketplace for externally-hosted plugins.
| Plugin | Description | Version |
|---|---|---|
| docile | Default filesystem conventions for docs/ | 0.3.0-dev |
Add the marketplace via CLI command:
claude plugin marketplace add https://github.com/tgrnd/tgulls-grounded-pluginsOr via Claude Code slash command:
/plugin marketplace add https://github.com/tgrnd/tgulls-grounded-plugins
Then install a plugin via CLI command:
claude plugin install <plugin-name>@tgulls-grounded-pluginsOr via Claude Code slash command:
/plugin install <plugin-name>@tgulls-grounded-plugins
Dependencies: jq, gh (authenticated), base64, awk, shellcheck, shfmt
Lint and format scripts:
shellcheck scripts/*.sh
shfmt -d scripts/*.shRun the release script tests:
sh scripts/update_plugin_test.sh
sh scripts/update_readme_test.sh
sh scripts/verify_release_test.shTests are colocated with each script as *_test.sh. verify_release_test.sh uses a mock gh binary and requires no network access.
See RELEASE.md for the release process.