Skill Claude CodeCodex
Discover, install, update, merge, and publish AI skills with Nacos for personal or team skill registries.
99 tagged microservices, measured the same way as everything else here.
Browse within: java 40angular 36full-stack 36java-scripts 36distributed-systems 16axum-framework 13platform-engineering 13rust 13architecture 11ddd 10api 6dotnet-core 5kubernetes 5microservices-architecture 5
Skill Claude CodeCodex
Discover, install, update, merge, and publish AI skills with Nacos for personal or team skill registries.
Skill Claude CodeCodex
Polish a published qiankun GitHub Release's aggregated notes into a bilingual (English then Chinese) write-up with an agent. Use after a release goes out — turning the mechanically-aggregated, per-package release notes into a clean, human-readable, English + Chinese write-up (highlights, de-duped cross-package lines…
Skill Claude CodeCodex
Usage manual for building micro-frontend projects with qiankun 3.x. Use when the user wants to create a qiankun main (host) app or sub (micro) app, convert an existing Vite app into a qiankun micro app, or wire up micro-frontend loading with React/Vue.
Skill Claude CodeCodex
A structured method for finding the root cause of failures in microservices by examining measurements, request traces, and logs. It uses thresholds and cross-checks to connect symptoms to causes.
Skill Claude CodeCodex
Maintains contracts, schema, shared protocol, and generated contract artifacts. Owns packages/contracts/, docs/contracts/, verification/contract/. Use when changing shared DTOs, event schemas, error shapes, contract docs, generated protocol artifacts, or contract drift checks. Runs type generation, detects contract…
Skill Claude CodeCodex
Maintains platform model, topology, generators, validators, infra declarations, and ops runbooks. Owns platform/model/, platform/schema/, infra/, ops/. Use when changing platform metadata, topology, deployable shape, generators, validators, infra declarations, operations runbooks, secrets shape, or GitOps delivery…
Skill Claude CodeCodex
Maintains services, domain logic, application layer, policies, ports, and service-local distributed semantics in services/ /model.yaml. Owns services/, fixtures/, verification/ (service-level). Services are pure libraries — no main.rs, no HTTP server, no message consumer loops. Use when changing services/…
Skill Claude CodeCodex
Review a system design for security and reliability tradeoffs before implementation begins. Use when: evaluating an architecture proposal or design document and need to identify where security and reliability requirements conflict with feature or cost requirements; auditing a proposed design to determine whether…
miles990/claude-software-skills
Skill Claude CodeCodex
Software architecture patterns and best practices.
Skill Claude CodeCodex
Senior backend architect persona — scalable system design, database architecture, API contracts, microservices, observability, and security-first engineering.
Skill Claude CodeCodex
Use when working with API contracts in a multi-service project. Ensures contracts stay in sync with implementations and downstream consumers are updated when APIs change.
Skill Claude CodeCodex
Use when verifying that a cross-service change was applied correctly. Checks for stale references, contract mismatches, uncommitted changes, and broken imports across all services.
Skill Claude CodeCodex
Use when a change request affects multiple services or needs cross-service coordination. Activates the Cascade orchestration workflow with dependency-aware propagation.
Skill Claude CodeCodex
Deploy an API gateway management system with 4 agents. Use this skill when: 1. User wants to set up API gateway management with service discovery, routing, auth, and monitoring 2. User is configuring agents for API request routing, rate limiting, or backend health tracking 3. User asks about API gateway pipelines…
Skill Claude CodeCodex
File a bug report or feature request against the zordon project (github.com/piotrkowalczuk/zordon) from a short description. Distills a generic, reproducible essence and strips anything specific to the user's local setup — absolute paths, usernames, hostnames, internal service/company names, concrete ports, secrets …
Skill Claude CodeCodex
Use in a repo that has an Alphasfile, or inside a zordon workspace copy, when a task touches the local dev stack — bringing services up or down, checking status or ports, or running a declared provision (migration, seeding, teardown). Prefer the zordon MCP tools over running the zordon/alpha binaries in Bash, and…
Skill Claude CodeCodex
Build and evolve C# backend microservices with Genocs Library. Use for ASP.NET Core API implementation, CQRS endpoints, MongoDB repositories, messaging integration, authentication, logging, telemetry, and production hardening.
Skill Claude CodeCodex
Expert in designing and implementing scalable microservices backend Web API by using Genocs Library.
Skill Claude CodeCodexCursor
Applies authoritative Genocs NuGet package guidance from docs/-Agent-Documentation.md. Use when implementing or refactoring Genocs libraries (WebApi, Messaging, Saga, Http, Logging, Telemetry, Persistence, OpenAPI, CQRS, Auth, Outbox, RabbitMQ integrations), when the user names a Genocs package, or when agent behavior…
Skill Claude CodeCodex
Scan a repository and produce structured context (languages, frameworks, endpoints, events, dependencies). Fallback when Tier-1 indexer is unavailable.
Skill Claude CodeCodex
Select which repo specialist agents to involve for a given ticket. Uses keyword scoring with synonym expansion, acronym normalization, and a confidence signal passed to each specialist.
Skill Claude CodeCodex
Answer questions about the whole workspace — which repo owns or handles something, where a feature/endpoint/event lives, or how concerns span repos. Reads registry.json as the ownership index, routes the question to the owning repo, and hands off to that repo's specialist for detail. Use for cross-repo and 'which…
Skill Claude CodeCodex
Expert knowledge for Eclipse MicroProfile specifications including Config, Health, Metrics, OpenAPI, Fault Tolerance, and JWT. Use for cloud-native Java microservices standards.
Skill Claude CodeCodex
Stripe checkout sessions, webhook cryptographic signature verification, idempotency, and refund flows.