Agent
Conditional Gate 8 specialist for lib-systemplane, runtime config, hot-reload knobs, admin config surfaces, tenant-scoped settings, and systemplane imports/config.
Agent
Conditional Gate 8 specialist for lib-systemplane, runtime config, hot-reload knobs, admin config surfaces, tenant-scoped settings, and systemplane imports/config.
Agent
Reviews correct usage of lib-commons/multitenancy patterns, tenantId propagation, database isolation, and tenant-scoped resources. Runs in parallel with other reviewers.
Agent
Test Quality Review: Reviews test coverage, edge cases, test independence, assertion quality, and test anti-patterns. Runs in parallel with other reviewers at Gate 8.
Agent
Senior UI/UX Designer with full design team capabilities. Produces specifications only — never implementation code. Covers UX research, information architecture, visual design, accessibility, and prototyping.
Agent
UI Implementation Engineer specialized in translating product-designer outputs (ux-criteria.md, user-flows.md, wireframes/) into production-ready React/Next.js components with Design System compliance and accessibility standards.
Skill Claude CodeCodex
Adding database-per-tenant isolation into a Go service end-to-end via an 11-gate cycle: detects the stack, audits compliance, then dispatches backend agents to implement tenantId-from-JWT routing through the lib-commons v5 dispatch layer (config, middleware, repositories, metrics, tests) and runs reviewers. Use when…
Skill Claude CodeCodex
Adopting the lib-commons/v5 shared Huma (OAS 3.1) OpenAPI wrapper + RFC 9457 problem model (commons/net/http/{openapi,problem}) in a Lerian Go service: wire openapi.New/ServeSpec + problem.Install (central >=500 scrub) on BOTH runtime and spec-gen paths, the per-rail problem.MapError flex seam, and rename-only spec…
Skill Claude CodeCodex
React composition patterns that scale. Avoid boolean prop proliferation by using compound components, lifting state, and composing internals. Use when refactoring components with boolean prop proliferation, building flexible component libraries, or during architecture review. Skip for simple components with 1-2 props…
Skill Claude CodeCodex
Applying or switching a repository's license (Apache 2.0, Elastic License v2, or Proprietary): rewrites the LICENSE file, updates Go/TS source headers, sets SPDX identifiers, and validates consistency after user confirmation. Use when asked to set, apply, or switch a license, or when scaffolding a service with no…
Skill Claude CodeCodex
Auditing a dependency for supply-chain risk before install (pip/npm/go/cargo): checks typosquatting, maintainer/age risk, vulnerability DBs (OSV, GHSA, Socket), and lockfile hash pinning, then emits a risk score and approve/conditional/escalate/block decision. Use when adding or updating a dependency, reviewing a…
Skill Claude CodeCodex
Checking frontend quality against changed UI via ring:qa-frontend in accessibility, visual, e2e, or performance mode and aggregating pass/fail verdicts. Use when a frontend change needs standalone a11y, visual-snapshot, Playwright e2e, or Lighthouse/Core-Web-Vitals validation outside the dev cycle. Skip for…
Skill Claude CodeCodex
Creating Helm charts to Lerian conventions via ring:helm: standardized chart structure, full env-var coverage from .env.example, security defaults (runAsNonRoot, readOnlyRootFilesystem), ClusterIP-only services, and health probes; validates helm lint and template render. Use when creating, modifying, or reviewing a…
LerianStudio/lerian-mcp-server
Instructions file CodexOpenCode
AGENTS.md instructions for LerianStudio/lerian-mcp-server, covering repository agent instructions, runtime facts, development commands, implementation rules and architecture pointers.
LerianStudio/lerian-mcp-server
Instructions file
Claude Code instructions for LerianStudio/lerian-mcp-server, a project described as: A MCP server to support all Lerian's platforms. Enables AI assistants to interact with Midaz's core banking APIs for automated ledger operations, account management, and transaction processing. Features comprehensive API coverage…
LerianStudio/lerian-mcp-server
MCP server Claude CodeCodexCursor +2
A Model Context Protocol (MCP) server for Lerian portfolio discovery, documentation, learning, SDK examples, live product API discovery/execution, and cross-product workflows. Runs locally from the @lerianstudio/lerian-mcp-server npm package.