rayven
Official@rayven122 · Japan
Offers architectural frameworks for managing Prisma schema migrations, MCP server implementations, and enterprise-grade code separation strategies.
Agent Skills by rayven
Showing 7 vetted skills indexed across 1 GitHub repositories.
tumiki-prisma-schema-changes
Apply structured Prisma schema changes across multi-file setups with migration commands.
tumiki-mcp-proxy-architecture
Define layered MCP proxy architecture with DDD, CQRS, and vertical slices.
tumiki-docs-update-guide
Document changes to skills and CLAUDE.md files after implementation.
tumiki-custom-mcp-server-feature
Implement a custom MCP server unifying multiple server templates with OAuth authentication.
tumiki-ee-ce-separation
Separate Enterprise Edition features from Community Edition code during builds.
tumiki-quality-check
Automate format, lint, typecheck, and build checks for Tumiki projects.
tumiki-dynamic-search-feature
Guide implementing, extending, and debugging Dynamic Search on MCP servers.
Frequently Asked Questions About rayven
FAQPage SchemaWhat specific architectural patterns does Rayven support for server development?▼
Rayven supports Domain-Driven Design, Command Query Responsibility Segregation, and vertical slicing. These patterns are applied to construct layered proxy architectures, ensuring modularity and scalability when unifying multiple server templates into a single, cohesive environment.
How does Rayven handle the separation of Enterprise and Community codebases?▼
Rayven utilizes build-time logic to isolate Enterprise Edition features from Community Edition source code. This ensures that proprietary enterprise functionality remains distinct during the compilation process, allowing for clean distribution of open-source versions without exposing restricted modules.
What are the prerequisites for implementing Rayven's MCP server features?▼
Implementation requires an existing Prisma-based data layer and a configured OAuth2 provider for authentication. Developers must also maintain structured documentation within CLAUDE.md files to ensure consistency across the proxy architecture and dynamic search feature sets.