IntelliTect
Official@intellitect · Spokane, WA
IntelliTect is a high-end software architecture and development consulting firm based in Spokane, Washington.
Agent Skills by IntelliTect
Showing 17 vetted skills indexed across 1 GitHub repositories.
apply-solid
Apply SOLID design principles to C# codebases with architecture guidance.
run-code-generation
Orchestrate Coalesce code generation to regenerate TypeScript models and API clients after C# entity changes.
add-data-source
Create custom Coalesce data sources by overriding GetQuery and TransformResults.
generate-migration
Generate and apply EF Core migrations for Coalesce projects.
scaffold-entity
Scaffold Coalesce-compatible C# entities with EF Core annotations and DbContext registration.
setup-coalesce-project
Bootstrap a Coalesce full-stack project with models, DbContext, and Vue 3 scaffolding.
apply-testing-patterns
Automates enterprise-grade unit testing patterns for C# projects.
write-unit-tests
Generate xUnit test classes for C# methods with Moq and FluentAssertions.
apply-csharp-patterns
Apply idiomatic C# patterns to refactor legacy code and modernize codebases.
review-async
Detect async/await anti-patterns in C# files and report suggested fixes.
check-naming
Enforce consistent C# naming conventions for types, members, and fields.
add-accessibility
Audit and remediate accessibility gaps in Vuetify components for WCAG compliance.
add-form
Generate validated Vuetify forms for Vue 3 components.
use-composition-api
Build Vue 3 components with the Composition API, TypeScript, and Vuetify.
scaffold-component
Generate a Vuetify Vue 3 SFC scaffold with Composition API props and emits.
write-bug-tests
Write failing xUnit tests that reproduce bug behavior in C# projects.
start-bug-fix
Coordinates Azure DevOps bug-fix workflow from work item to code-review-ready state.
Frequently Asked Questions About IntelliTect
FAQPage SchemaWhat 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.