anivaryam

24 mods across 1 repository, 2 stars between them.

anivaryam-plugins

01

anivaryam/anivaryam-plugins

Plugin Claude Code

Claude Code plugins for the anivaryam tool family: proc-compose, merge-port, tunnel, env-vault. Each plugin bundles a skill (usage knowledge), slash commands (CLI wrappers), a SessionStart hook (config detection), and a diagnostic subagent.

2 3mo ago A tokens not measured original MIT

env-vault

02

anivaryam/anivaryam-plugins

Plugin Claude Code

Encrypted .env file manager. Seal secrets into committable vault files (AEAD + Argon2id).

2 3mo ago A tokens not measured original MIT

env-vault-doctor

03

anivaryam/anivaryam-plugins

Agent

Diagnoses env-vault setup and drift. Use when seal/open fails with authentication failed, CI can't decrypt despite ENVVAULTKEY being set, .env and .env.vault are out of sync, or the user wants the secrets-handling setup audited. Reads .env / .env.vault / .gitignore, runs env-vault keys and diff, and checks git history…

2 3mo ago C 101 tokens original MIT

diff

04

anivaryam/anivaryam-plugins

Command

Compare keys between a .env file and its .env.vault to find added/removed/changed keys.

2 3mo ago A 22 tokens original MIT

install

05

anivaryam/anivaryam-plugins

Command

Install or update the env-vault binary. Prefers brokit, then npm, then release tarball.

2 3mo ago A 22 tokens original MIT

open

06

anivaryam/anivaryam-plugins

Command

Decrypt a .env.vault into a plaintext .env. Reads password from prompt, ENVVAULTKEY, or -p flag.

2 3mo ago A 28 tokens original MIT

seal

07

anivaryam/anivaryam-plugins

Command

Encrypt a .env file into a .env.vault. Prompts for password unless ENVVAULTKEY is set.

2 3mo ago A 25 tokens original MIT

env-vault

08

anivaryam/anivaryam-plugins

Skill Claude CodeCodex

Use when encrypting .env files into committable vault files and back — sharing secrets via git, decrypting in CI, reading a single key in scripts, diffing plaintext vs vault to spot drift. Triggers on env-vault CLI invocations, .env.vault files in the repo, ENVVAULTKEY env var references, "encrypted env", "commit…

2 3mo ago A 150 tokens original MIT

merge-port

09

anivaryam/anivaryam-plugins

Plugin Claude Code

Local reverse proxy that merges client and server onto one port. Path-prefix routing or explicit route mode, WebSocket passthrough.

2 3mo ago A tokens not measured original MIT

merge-port-doctor

10

anivaryam/anivaryam-plugins

Agent

Diagnoses merge-port routing problems. Use when requests through the proxy return 404 / 502 / wrong upstream, WebSockets fail to upgrade, the listen port is in use, or the user wants the routing config audited before binding. Reads .merge-port.yaml, runs merge-port --dry-run and merge-port validate, and inspects…

2 3mo ago A 79 tokens original MIT

up

11

anivaryam/anivaryam-plugins

Command

Start merge-port. With no args, uses .merge-port.yaml in cwd. Pass --client/--server or --route flags to override.

2 3mo ago A 29 tokens original MIT

validate

12

anivaryam/anivaryam-plugins

Command

Validate merge-port routing — route syntax, listen-port availability, upstream TCP reachability. Non-binding.

2 3mo ago A 20 tokens original MIT

merge-port

13

anivaryam/anivaryam-plugins

Skill Claude CodeCodex

Use when combining a frontend and a backend onto one port via a local reverse proxy — sharing a single dev URL, fronting a tunnel with one origin, routing multiple backends behind path prefixes, or providing a single container entrypoint port. Triggers on merge-port CLI invocations, .merge-port.yaml config files…

2 3mo ago A 153 tokens original MIT

proc-compose

14

anivaryam/anivaryam-plugins

Plugin Claude Code

Local process orchestrator for dev stacks and single-container deployments. One YAML, one lifecycle, one log stream.

2 3mo ago A tokens not measured original MIT

proc-compose-doctor

15

anivaryam/anivaryam-plugins

Agent

Diagnoses proc-compose configs and running stacks. Use when a stack fails to come up, processes restart-loop, readiness probes time out, merge-port wiring breaks, or the user wants a config audited before running up. Reads proc-compose.yml, runs proc-compose validate / doctor / status --json, and reports findings…

2 3mo ago A 82 tokens original MIT

doctor

17

anivaryam/anivaryam-plugins

Command

Diagnose proc-compose setup. Scans project layout or audits an existing config.

2 3mo ago A 16 tokens original MIT

status

18

anivaryam/anivaryam-plugins

Command

Show proc-compose daemon process states. Use --json for scriptable output.

2 3mo ago A 15 tokens original MIT

proc-compose

19

anivaryam/anivaryam-plugins

Skill Claude CodeCodex

Use when orchestrating multiple local processes for a dev stack or single-container deploy — frontend+backend, microservices, ordered startup, prestart tasks, public tunnels. Triggers on proc-compose.yml/proc-compose.yaml files, proc-compose CLI invocations, "start the stack", "run everything together", "merge…

2 3mo ago A 149 tokens original MIT

tunnel

20

anivaryam/anivaryam-plugins

Plugin Claude Code

Self-hosted ngrok alternative. Expose local servers through a relay you control. HTTP/TCP/UDP, named tunnels, daemon mode.

2 3mo ago A tokens not measured original MIT

tunnel-doctor

21

anivaryam/anivaryam-plugins

Agent

Diagnoses tunnel client/relay problems. Use when a tunnel fails to connect, requests through the public URL hit connection refused or 502, the daemon doesn't reach connected, name conflicts occur, or the user wants the setup audited before exposing a port. Runs tunnel doctor, inspects daemon state, and checks relay…

2 3mo ago A 77 tokens original MIT

http

22

anivaryam/anivaryam-plugins

Command

Expose a local HTTP port through the configured relay. Pass --name for a stable URL.

2 3mo ago A 18 tokens original MIT

tunnel

24

anivaryam/anivaryam-plugins

Skill Claude CodeCodex

Use when exposing a local port to the public internet through a self-hosted relay — HTTP/TCP/UDP tunnels, named or random IDs, subdomain or path-based routing, request inspector, daemon mode. Triggers on tunnel CLI invocations, the /.tunnel/config.yml config, "expose this port publicly", "give me a public URL", "ngrok…

2 3mo ago A 176 tokens original MIT