clarivex-tech
Official@clarivex-tech
Offers architectural patterns and structural standards for .NET backend systems and monorepo management within enterprise environments.
Agent Skills by clarivex-tech
Showing 7 vetted skills indexed across 1 GitHub repositories.
dependency-injection-patterns
Organize ASP.NET Core dependency injection registrations into feature-specific Add* extension methods.
dotnet-project-structure
Automate .NET solution setup with centralized build configuration and SDK pinning.
modern-csharp-coding-standards
Enforce modern C# idioms like records, pattern matching, and value objects.
api-design
Creates backward-compatible Laravel APIs with a focus on developer-friendly design and documentation, ensuring smooth integration and maintenance for frontend teams.
nx-workspace
Explore Nx workspace projects, targets, and dependencies via read-only commands.
link-workspace-packages
Link consumer packages to providers via workspace commands in monorepos.
nx-run-tasks
Orchestrate Nx workspace tasks for builds, tests, linting, and serving.
Frequently Asked Questions About clarivex-tech
FAQPage SchemaWhat specific tasks are enabled by these architectural patterns?▼
These patterns enable modular registration of services in ASP.NET Core, enforcement of modern C# idioms like records and pattern matching, and structured management of monorepo dependencies. They facilitate consistent project scaffolding and ensure backward-compatible interface design for Laravel-based backend systems.
Which target personas benefit from these technical standards?▼
These standards are designed for backend engineers, software architects, and lead developers working within .NET or Laravel ecosystems. They are particularly beneficial for teams managing large-scale monorepos who require consistent build configurations and standardized dependency management to maintain code quality across multiple projects.
What are the prerequisites for implementing these architectural standards?▼
Implementation requires an existing .NET 6+ environment for the C# patterns and a configured Nx workspace for the monorepo management components. Developers should have foundational knowledge of dependency injection principles and monorepo package linking to effectively integrate these structural standards into their existing codebase.