What problem does it solve?
Translates the user's GraphQL intent into NGql query-builder C# code. Use when the user asks to 'build a query', pastes a GraphQL operation or curl that needs porting to NGql, asks to filter / preserve fields from an existing builder, or mentions QueryBuilder / Mutation / PreservationBuilder / NGql by name. NGql is a zero-dependency, schema-less .NET GraphQL query builder — the user supplies the schema knowledge (field names, types), the Skill produces the fluent code.
Core Features & Use Cases
- Automatic NGql code generation from natural language, pasted GraphQL or curl, or refactor/preserve requests.
- Schema-agnostic: the user provides field names and types; the Skill renders fluent NGql code that matches the schema.
- Rich features: variables, fragments, inline fragments, PreservationBuilder support, and a stable API surface for composing queries.
Quick Start
Ask me to generate an NGql builder from a natural-language description and I will output a ready-to-use NGql snippet.