Read-only skill for agents to verify and query a local Azure Cosmos DB emulator
npx claudepluginhub sponsorrockit1/askcosmosemu --plugin askcosmosemuA Claude Code plugin that gives AI agents a read-only tool to verify and query a local Azure Cosmos DB Emulator.
Use it to confirm databases, containers, and documents exist after agents write data — without risking any modifications.
/plugin install https://github.com/sponsorrockit1/askcosmosemu
dotnet --version should show 10.xSet one of the following in your project's .env or .env.local (gitignored):
Option A — Connection string:
COSMOS_CONNECTION_STRING=AccountEndpoint=https://<host>:8081/;AccountKey=<key>
Option B — Endpoint + key file:
COSMOS_ENDPOINT=https://<host>:8081/
COSMOS_KEY_FILE=C:\path\to\emulator.key
Option C — Endpoint + inline key:
COSMOS_ENDPOINT=https://<host>:8081/
COSMOS_KEY=<base64-encoded-key>
The script reads .env and .env.local from the current working directory automatically — no need to export env vars manually.
Ask your agent to run any of these:
/askcosmosemu verify
/askcosmosemu verify db=mydb
/askcosmosemu verify db=mydb cont=mycontainer
/askcosmosemu query db=mydb cont=mycontainer sql="SELECT * FROM c" limit=5
Or directly in bash:
SCRIPT=$(find "$USERPROFILE/.claude" -name "askcosmosemu.cs" | head -1)
dotnet run "$SCRIPT" verify
dotnet run "$SCRIPT" verify --db mydb
dotnet run "$SCRIPT" verify --db mydb --cont mycontainer
dotnet run "$SCRIPT" query --db mydb --cont mycontainer --sql "SELECT * FROM c" --limit 5
All output is JSON on stdout. Exit code 0 = success, non-zero = failure.
// verify success
{"status":"ok","endpoint":"https://localhost:8081/","latency_ms":42}
// verify db+container success
{"status":"ok","endpoint":"https://localhost:8081/","database":"mydb","container":"mycontainer","latency_ms":18}
// any failure
{"status":"error","message":"Database 'mydb' not found"}
// query results
[{"id":"1","name":"foo"},{"id":"2","name":"bar"}]
.env parser handles KEY=value, KEY="value", and KEY='value' but not multiline values or shell variable expansion.MIT
Intelligent draw.io diagramming plugin with AI-powered diagram generation, multi-platform embedding (GitHub, Confluence, Azure DevOps, Notion, Teams, Harness), conditional formatting, live data binding, and MCP server integration for programmatic diagram creation and management.
Automates browser interactions for web testing, form filling, screenshots, and data extraction
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Manus-style persistent markdown files for planning, progress tracking, and knowledge storage. Works with Claude Code, Kiro, Clawd CLI, Gemini CLI, Cursor, Continue, Hermes, and 17+ AI coding assistants. Now with Arabic, German, Spanish, and Chinese (Simplified & Traditional) support.
Payload Development plugin - covers collections, fields, hooks, access control, plugins, and database adapters.
Write SQL, explore datasets, and generate insights faster. Build visualizations and dashboards, and turn raw data into clear stories for stakeholders.