kwojtasinski-repo avatar

kwojtasinski-repo

Community

@kwojtasinski-repo

3Followers
|
31Public Repos
|
44Published Skills

A .NET domain-driven design and RAG engineering skill registry covering bounded-context scaffolding, knowledge-graph modeling, and retrieval diagnostics for the ECommerceApp codebase.

Skills Distribution
DomainDeveloper To...Domain-Driven Desi.. (35%)RAG Retrieval Engi.. (25%).NET Code Scaffold.. (25%)Knowledge Graph & .. (15%)

Agent Skills by kwojtasinski-repo

Showing 44 vetted skills indexed across 1 GitHub repositories.

kwojtasinski-repokwojtasinski-repo

kg-ontology-designer

Designs code-derived knowledge-graph ontologies and MCP tool tiers validated against real code.

Community
Advanced
kwojtasinski-repokwojtasinski-repo

ecommerceapp-kg-query

Query a Neo4j knowledge graph to answer structural questions about the ECommerceApp codebase.

Community
Intermediate
kwojtasinski-repokwojtasinski-repo

kg-implementation-planner

Plans phased implementation of a knowledge-graph codegen tool from a confirmed ontology.

Community
Advanced
kwojtasinski-repokwojtasinski-repo

rag-multilang-test

Verify multilingual glossary entries expand Polish and German queries to canonical English documents.

Community
Intermediate
kwojtasinski-repokwojtasinski-repo

requirements-critic

Critique requirements for hidden decisions, CRUD-disguised behavior, and absolute quantifiers.

Community
Intermediate
kwojtasinski-repokwojtasinski-repo

context-distiller

Distills domain concepts into bounded contexts using verb-first and effect-first analysis.

Community
Intermediate
kwojtasinski-repokwojtasinski-repo

rag-collection-rebuild

Drops and rebuilds a Qdrant collection with full document re-ingestion.

Community
Intermediate
kwojtasinski-repokwojtasinski-repo

rag-query-debug

Diagnose RAG queries returning wrong, low-quality, or empty retrieval results.

Community
Intermediate
kwojtasinski-repokwojtasinski-repo

research-gatherer

Orchestrates human-gated research workflows for planning, evidence gathering, verification, and synthesis.

Community
Advanced
kwojtasinski-repokwojtasinski-repo

diagnose-rag

Diagnose RAG MCP server failures, ranking issues, and stale indexes across Python and .NET implementations.

Community
Advanced
kwojtasinski-repokwojtasinski-repo

transcript-critic

Critiques meeting transcripts for hidden decisions, false consensus, and unsupported claims.

Community
Intermediate
kwojtasinski-repokwojtasinski-repo

mermaid-diagram

Generates Mermaid diagrams that render correctly in GitHub, VS Code, and Azure DevOps wikis.

Community
Basic
kwojtasinski-repokwojtasinski-repo

diagnose-integration-e2e-tests

Diagnose failed .NET integration and E2E backend tests from assertions and logs.

Community
Advanced
kwojtasinski-repokwojtasinski-repo

code-validator

Scans changed .NET files for BLOCKS MERGE violations before commit.

Community
Intermediate
kwojtasinski-repokwojtasinski-repo

expand-rag-glossary

Adds multilingual query-expansion entries to YAML glossaries for RAG retrieval.

Community
Intermediate
kwojtasinski-repokwojtasinski-repo

create-di-extension

Generates dependency injection extension classes for bounded contexts in ASP.NET Core applications.

Community
Basic
kwojtasinski-repokwojtasinski-repo

setup-rag-new-project

Bootstraps a Qdrant-based RAG pipeline with Python and .NET HTTP servers for new projects.

Community
Advanced
kwojtasinski-repokwojtasinski-repo

setup-mcp-clients

Configure MCP client JSON files for VS Code, GitHub Copilot Web, and Visual Studio.

Community
Intermediate
kwojtasinski-repokwojtasinski-repo

pricing-archetype-mapper

Transforms domain requirements into a structured pricing archetype model with calculators, components, and versioning.

Community
Advanced
kwojtasinski-repokwojtasinski-repo

create-ef-configuration

Generates EF Core IEntityTypeConfiguration classes with TypedId conversions and owned types.

Community
Intermediate
kwojtasinski-repokwojtasinski-repo

create-http-scenario

Generates .http files for testing REST API endpoints with JWT login and CRUD request sections.

Community
Basic
kwojtasinski-repokwojtasinski-repo

problem-classifier

Classifies business requirements into CRUD, Transformation, Integration, or Resource Contention modeling classes.

Community
Basic
kwojtasinski-repokwojtasinski-repo

tune-rag-weights

Adjusts ranking weight multipliers in a RAG configuration file to reorder query results.

Community
Intermediate
kwojtasinski-repokwojtasinski-repo

metaprogram-classifier

Detect NLP metaprograms in utterances and suggest matched communication strategies.

Community
Intermediate

Frequently Asked Questions About kwojtasinski-repo

FAQPage Schema
What tasks can I perform using kwojtasinski-repo's skills?

You can scaffold .NET DDD artifacts (CQRS handlers, domain events, EF Core configurations, FluentValidation validators, xUnit and Playwright tests), design aggregates and bounded contexts, build and query code-derived knowledge graphs, and operate a Qdrant-based RAG stack including diagnostics, weight tuning, glossary expansion, and reindex decisions.

Who are these skills designed for?

Backend engineers and architects working on the ECommerceApp .NET codebase with domain-driven design patterns. They also serve engineers maintaining a dual Python/.NET RAG retrieval stack, plus practitioners doing domain modeling with pricing, accounting, and knowledge-management archetypes.

How do the RAG skills work in practice?

Skills cover the full RAG lifecycle: setup-rag-new-project bootstraps Qdrant plus Python and .NET HTTP servers with docker-compose, while diagnose-rag, rag-query-debug, tune-rag-weights, and rag-reindex-decision handle runtime issues. Glossary and metadata changes are query-time only, avoiding unnecessary re-indexing.

What prerequisites do these skills require?

Most scaffolding skills assume the ECommerceApp .NET solution with its per-BC DbContext pattern (ADR-0013), xUnit, Moq, Shouldly, and Playwright. RAG skills require Qdrant, docker-compose, and the Python (:3002) and .NET (:3001) HTTP servers. Knowledge-graph skills require the ecommerceapp-kg MCP server and an explicitly supplied ontology file.

Do the knowledge-graph skills modify my codebase?

No. kg-ontology-designer runs a mandatory dry-run validation against real code before writing any ontology file, and linguistic-boundary-verifier is strictly read-only. Diagnostic skills like diagnose-rag and rag-query-debug never modify code without first confirming a root cause.