IntelliTect avatar

IntelliTect

Official

@intellitect · Spokane, WA

0Followers
|
79Public Repos
|
17Published Skills

IntelliTect is a high-end software architecture and development consulting firm based in Spokane, Washington.

Skills Distribution
DomainDeveloper To...Full-Stack Archite.. (40%)C# Code Quality (30%)Frontend Component.. (30%)

Agent Skills by IntelliTect

Showing 17 vetted skills indexed across 1 GitHub repositories.

IntelliTectIntelliTect

apply-solid

Apply SOLID design principles to C# codebases with architecture guidance.

Official
Advanced
IntelliTectIntelliTect

run-code-generation

Orchestrate Coalesce code generation to regenerate TypeScript models and API clients after C# entity changes.

Official
Advanced
IntelliTectIntelliTect

add-data-source

Create custom Coalesce data sources by overriding GetQuery and TransformResults.

Official
Intermediate
IntelliTectIntelliTect

generate-migration

Generate and apply EF Core migrations for Coalesce projects.

Official
Advanced
IntelliTectIntelliTect

scaffold-entity

Scaffold Coalesce-compatible C# entities with EF Core annotations and DbContext registration.

Official
Advanced
IntelliTectIntelliTect

setup-coalesce-project

Bootstrap a Coalesce full-stack project with models, DbContext, and Vue 3 scaffolding.

Official
Advanced
IntelliTectIntelliTect

apply-testing-patterns

Automates enterprise-grade unit testing patterns for C# projects.

Official
Advanced
IntelliTectIntelliTect

write-unit-tests

Generate xUnit test classes for C# methods with Moq and FluentAssertions.

Official
Intermediate
IntelliTectIntelliTect

apply-csharp-patterns

Apply idiomatic C# patterns to refactor legacy code and modernize codebases.

Official
Advanced
IntelliTectIntelliTect

review-async

Detect async/await anti-patterns in C# files and report suggested fixes.

Official
Intermediate
IntelliTectIntelliTect

check-naming

Enforce consistent C# naming conventions for types, members, and fields.

Official
Advanced
IntelliTectIntelliTect

add-accessibility

Audit and remediate accessibility gaps in Vuetify components for WCAG compliance.

Official
Advanced
IntelliTectIntelliTect

add-form

Generate validated Vuetify forms for Vue 3 components.

Official
Intermediate
IntelliTectIntelliTect

use-composition-api

Build Vue 3 components with the Composition API, TypeScript, and Vuetify.

Official
Intermediate
IntelliTectIntelliTect

scaffold-component

Generate a Vuetify Vue 3 SFC scaffold with Composition API props and emits.

Official
Intermediate
IntelliTectIntelliTect

write-bug-tests

Write failing xUnit tests that reproduce bug behavior in C# projects.

Official
Intermediate
IntelliTectIntelliTect

start-bug-fix

Coordinates Azure DevOps bug-fix workflow from work item to code-review-ready state.

Official
Advanced

Frequently Asked Questions About IntelliTect

FAQPage Schema
What specific development tasks are enabled by these capabilities?

These capabilities enable rapid full-stack bootstrapping, EF Core migration management, and automated C# code quality enforcement. You can generate TypeScript models from C# entities, scaffold Vue 3 components with Vuetify, and implement enterprise-grade unit testing patterns using xUnit, Moq, and FluentAssertions to ensure robust application architecture.

Which target personas benefit most from these architectural patterns?

These patterns are designed for senior software architects and full-stack engineers working within the Microsoft ecosystem. They are particularly effective for teams managing complex C# backends and Vue 3 frontends who require standardized scaffolding, consistent naming conventions, and rigorous testing practices to maintain large-scale enterprise codebases.

What are the primary prerequisites for implementing these project structures?

Implementation requires an existing C# environment with Entity Framework Core and a Vue 3 project utilizing the Vuetify framework. Developers should have familiarity with Coalesce project structures, as these capabilities rely on specific DbContext registrations and Composition API patterns to maintain synchronization between backend entities and frontend models.