Skip to main content
GitHub リポジトリ

genies

genies には tdcare から収集した 46 個の skills があり、リポジトリ単位の職業カバレッジとサイト内 skill 詳細ページを表示します。

収集済み skills
46
Stars
1
更新
2026-07-29
Forks
0
職業カバレッジ
4 件の職業カテゴリ · 100% 分類済み
リポジトリエクスプローラー

このリポジトリの skills

rbatis-usage
ソフトウェア開発者

Guide for using RBatis v4 Rust ORM framework. Use when implementing database CRUD operations, writing dynamic SQL with py_sql or html_sql macros, configuring database connections, managing transactions, implementing interceptors, syncing table structures, or integrating RBatis into Genies microservices. Also use when the user asks about RBatis usage patterns, query building, or database operations in Rust.

2026-07-29
api-conventions
ソフトウェア開発者

Genies 前后端接口规范。Use when designing API contracts, defining field naming conventions, date/time formats, response models, pagination, error handling, or ID strategies between Genies backend and frontend (Web/Android/OHOS).

2026-07-01
flyway-usage
ソフトウェア開発者

Guide for using flyway-rs database migration framework with RBatis. Use when implementing database schema migrations, managing SQL changelog files, configuring migration runners, handling multi-database migrations, or integrating database versioning into Genies microservices.

2026-07-01
genies-ddd-microservice
ソフトウェア開発者

Guide for developing Rust microservices using Genies framework following Java DDD layering principles. Use when creating new microservices, designing aggregate roots, implementing domain events, organizing service layers, setting up Flyway migrations, or structuring a DDD-based Genies project.

2026-07-01
genies-hub
その他コンピュータ職

Genies framework unified skill hub. Use when you need to find the right skill for any Genies framework task, including authentication, authorization, caching, configuration, database, DDD microservices, Dapr messaging, macros, K8s deployment, testing, API conventions, gateway proxy, or Salvo web framework features. Also use when the user asks about Genies framework capabilities, asks which skill to use, or wants a quick overview of available Genies skills.

2026-07-01
genies-usage
ソフトウェア開発者

Guide for using the Genies Rust microservice framework with DDD and Dapr. Use when developing with Genies, creating aggregates, domain events, Dapr subscriptions, Casbin field-level permissions, configuration management, or when the user asks about Genies framework usage patterns.

2026-07-01
salvo-openapi
ソフトウェア開発者

Generate OpenAPI documentation automatically from Salvo handlers. Use for API documentation, Swagger UI, and API client generation.

2026-07-01
config-usage
ソフトウェア開発者

Guide for using genies_config configuration management. Use when setting up application configuration, defining YAML config files, customizing ApplicationConfig fields, or configuring logging in Genies projects.

2026-06-24
auth-admin-usage
ソフトウェア開発者

Guide for using the genies_auth_admin unified authentication management backend. Use when working with user/role/permission/department/application/instance CRUD, auth-admin API endpoints, admin UI, local JWT authentication, DDD architecture in auth-admin, Dapr event integration, app-proxy permission management, or microservice instance registration/heartbeat. Also use when the user asks about auth-admin startup, configuration, database migrations, or department member_count.

2026-05-22
auth-usage
ソフトウェア開発者

Guide for using the genies_auth permission and authentication module. Use when implementing API-level access control, field-level permission filtering, Casbin policy management, role assignment, resource grouping, JWT authentication middleware (local_auth, combined_auth), or when integrating auth middleware into Salvo routes. Also use when the user asks about

2026-05-19
gateway-dev-proxy
ネットワーク・コンピュータシステム管理者

Guide for understanding and configuring the gateway/proxy convention in Genies projects. Use when setting up local development environment with nginx reverse proxy, configuring debug/servlet_path/gateway for a microservice, implementing route prefix mounting in main.rs, debugging cross-service HTTP call routing issues, adding a new service to the nginx configuration, or understanding how production gateway forwarding maps to local development.

2026-05-19
core-usage
ソフトウェア開発者

Guide for using genies_core response models, error handling, and JWT utilities. Use when building HTTP handlers with RespVO/ResultDTO responses, implementing JWT authentication, or handling errors in the Genies framework.

2026-05-12
ddd-usage
ソフトウェア開発者

Guide for using genies_ddd Domain-Driven Design primitives. Use when defining aggregates, domain events, implementing event sourcing patterns, or building DDD-based microservices with the Genies framework.

2026-05-12
derive-usage
ソフトウェア開発者

Guide for using genies_derive procedural macros. Use when implementing DDD aggregates with

2026-05-12
test-usage
ソフトウェア品質保証アナリスト・テスター

Guide for using genies_test testing infrastructure. Use when implementing Java/Rust API comparison tests, database snapshot/diff/restore operations, deep JSON diff analysis, or integrating test utilities into Genies microservices.

2026-05-03
context-usage
ソフトウェア開発者

Guide for using genies_context application context management. Use when initializing global context, managing database connections, configuring cache services, handling cross-service authentication tokens, or integrating K8s health status in Genies projects.

2026-04-06
cache-usage
ソフトウェア開発者

Guide for using genies_cache dual-backend caching service. Use when implementing Redis or in-memory caching, managing TTL and atomic operations, or integrating caching into Genies microservices.

2026-03-30
dapr-usage
ソフトウェア開発者

Guide for using genies_dapr Dapr integration. Use when implementing pub/sub messaging, handling CloudEvents, configuring topic subscriptions, or integrating Dapr sidecar with Genies microservices.

2026-03-30
k8s-usage
ネットワーク・コンピュータシステム管理者

Guide for using genies_k8s Kubernetes health probes. Use when configuring liveness and readiness probes, integrating health check endpoints into Salvo routers, or deploying Genies services to Kubernetes.

2026-03-30
salvo-auth
ソフトウェア開発者

Implement authentication and authorization using JWT, Basic Auth, or custom schemes. Use for securing API endpoints and user management.

2026-03-28
salvo-basic-app
ソフトウェア開発者

Create basic Salvo web applications with handlers, routers, and server setup. Use when starting a new Salvo project or adding basic HTTP endpoints.

2026-03-28
salvo-caching
ソフトウェア開発者

Implement caching strategies for improved performance. Use for reducing database load and speeding up responses.

2026-03-28
salvo-compression
ソフトウェア開発者

Compress HTTP responses using gzip, brotli, zstd, or deflate. Use for reducing bandwidth and improving load times.

2026-03-28
salvo-concurrency-limiter
ソフトウェア開発者

Limit concurrent requests to protect resources. Use for file uploads, expensive operations, and preventing resource exhaustion.

2026-03-28
salvo-cors
ソフトウェア開発者

Configure Cross-Origin Resource Sharing (CORS) and security headers. Use for APIs accessed from browsers on different domains.

2026-03-28
salvo-csrf
ソフトウェア開発者

Implement CSRF (Cross-Site Request Forgery) protection using cookie or session storage. Use for protecting forms and state-changing endpoints.

2026-03-28
salvo-data-extraction
ソフトウェア開発者

Extract and validate data from requests including JSON, forms, query parameters, and path parameters. Use for handling user input and API payloads.

2026-03-28
salvo-database
ソフトウェア開発者

Integrate databases with Salvo using SQLx, Diesel, SeaORM, or other ORMs. Use for persistent data storage and database operations.

2026-03-28
salvo-error-handling
ソフトウェア開発者

Handle errors gracefully with custom error types, status codes, and error pages. Use for building robust APIs with proper error responses.

2026-03-28
salvo-file-handling
ソフトウェア開発者

Handle file uploads (single/multiple), downloads, and multipart forms. Use for file management, image uploads, and content delivery.

2026-03-28
salvo-flash
ソフトウェア開発者

Implement flash messages for one-time notifications across redirects. Use for success/error messages after form submissions.

2026-03-28
salvo-graceful-shutdown
ソフトウェア開発者

Implement graceful server shutdown to handle in-flight requests before stopping. Use for zero-downtime deployments and proper resource cleanup.

2026-03-28
salvo-logging
ソフトウェア開発者

Implement request logging, tracing, and observability. Use for debugging, monitoring, and production observability.

2026-03-28
salvo-middleware
ソフトウェア開発者

Implement middleware for authentication, logging, CORS, and request processing. Use for cross-cutting concerns and request/response modification.

2026-03-28
salvo-path-syntax
ソフトウェア開発者

Path parameter syntax guide for Salvo routing. Explains the `{}` syntax (v0.76+) vs deprecated `<>` syntax, with migration examples.

2026-03-28
salvo-proxy
ソフトウェア開発者

Implement reverse proxy to forward requests to backend services. Use for load balancing, API gateways, and microservices routing.

2026-03-28
salvo-rate-limiter
ソフトウェア開発者

Implement rate limiting to protect APIs from abuse. Use for preventing DDoS attacks and ensuring fair resource usage.

2026-03-28
salvo-realtime
ソフトウェア開発者

Implement real-time features using WebSocket and Server-Sent Events (SSE). Use for chat applications, live updates, notifications, and bidirectional communication.

2026-03-28
salvo-routing
ソフトウェア開発者

Configure Salvo routers with path parameters, nested routes, and filters. Use for complex routing structures and RESTful APIs.

2026-03-28
salvo-session
ソフトウェア開発者

Implement session management for user state persistence. Use for login systems, shopping carts, and user preferences.

2026-03-28
このリポジトリの収集済み skills 46 件中、上位 40 件を表示しています。