Tools & Utilities
Essential command-line tools and system utilities.
agentuity-cli-auth-ssh-add
Add an SSH public key to your account (reads from file or stdin). Requires authentication. Use for managing authentication credentials
agentuity-cli-auth-ssh-add
Add an SSH public key to your account (reads from file or stdin). Requires authentication. Use for managing authentication credentials
opencode-server-launcher
Launch and manage OpenCode servers with simple commands, from single instances to multi-server swarms
creating-expert
Create new domain expert with expertise file and workflows. Use when adding new technology or domain area.
language-expert
Use for language design questions including syntax decisions, semantics, grammar authoring, and comparing DomainLang with other DSLs. Activate when designing new language features, evaluating syntax alternatives, or discussing DDD pattern representation.
better-names-audit
Deep naming audit that identifies unclear, misleading, overloaded, or low-signal names across the codebase and proposes better alternatives with rationale and evidence.
maintain-clash-rule-lists
Maintain custom Clash rule lists in rules/*.list for this repo. Use when adding or removing domain/IP rules, adjusting list contents, or wiring rule lists into mihomo.yaml/mihomo.js.
add-partner
Add a new community partner to the WTM Madrid website. Appends an entry to the partners JSON data file and guides logo image placement.
devsecops-free-dns
Find free DNS, CDN, SSL, and DDoS protection services for DevSecOps infrastructure
collection
Use when the user wants to create, list, describe, drop, rename, load, release, or manage collections and collection aliases in Milvus.
acc-create-domain-event
Generates DDD Domain Events for PHP 8.5. Creates immutable event records with metadata, past-tense naming. Includes unit tests.
acc-create-domain-service
Generates DDD Domain Services for PHP 8.5. Creates stateless services for business logic that doesn't belong to entities or value objects. Includes unit tests.
claimable-postgres
Provision instant temporary Postgres databases via Claimable Postgres by Neon (pg.new) with no login, signup, or credit card. Supports REST API, CLI, and SDK. Use when users ask for a quick Postgres environment, a throwaway DATABASE_URL for prototyping/tests, or "just give me a DB now". Triggers include: "quick postgres", "temporary postgres", "no signup database", "no credit card database", "instant DATABASE_URL", "npx get-db", "pg.new", "pg.new API", "claimable postgres API".
add-sponsor
Add a new sponsor to the WTM Madrid website. Appends an entry to the sponsors JSON data file and guides logo image placement.
documenting-domains
Generate domain documentation from codebase analysis - entities, glossary, relationships. Triggers: domain model, entity diagram, ドメインモデル, 用語集, glossary, ubiquitous language.
add-command
Add a new command to an existing domain with full stack wiring (validator, handler, REST endpoint, gRPC, mappers)
acc-create-factory
Generates DDD Factory for PHP 8.5. Creates factories for complex domain object instantiation with validation and encapsulated creation logic. Includes unit tests.
local-places
Search for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.
naming-conventions
Naming rules for this Go API repo. Use when creating or renaming packages, files, handlers, types, variables, tests, and helper functions so names stay domain-first and consistent with existing patterns.
ax-web-proxy
Use when debugging MITM proxy issues, credential placeholder replacement failures, domain allowlist problems, sandbox HTTPS connectivity problems, curl exit 60 SSL errors, ECONNRESET crashes in the proxy, or modifying web-proxy.ts / credential-placeholders.ts / proxy-domain-list.ts