Personal Claude Code plugin marketplace by vnz.
/plugin marketplace add vnz/cc-plugins/plugin marketplace add ~/code/vnz/cc-plugins| Plugin | Description |
|---|---|
date-context |
Injects current date/time at session start to fix web search year issues |
terraform-ls |
Terraform language server for code intelligence (go-to-definition, hover, diagnostics) |
dependabot |
Check for dependency updates using Dependabot CLI with auto-detection of package managers |
After adding the marketplace, install any plugin:
/plugin install date-context@cc-plugins-vnz
/plugin install terraform-ls@cc-plugins-vnz
/plugin install dependabot@cc-plugins-vnzRequires just command runner.
# Install pre-commit hooks
just setup
# Run all linters
just lint
# Format shell scripts
just fmt
# Run all checks
just allMIT