claude-plugins
claude-plugins contient 2 skills collectées depuis dolifer, avec une couverture métier par dépôt et des pages de détail sur le site.
Skills dans ce dépôt
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.
**Preview build of the NGql Skill.** Tracks the latest preview release of NGql — content here may reference library APIs that have not yet shipped to the stable `ngql` channel. Use this if you're testing an upcoming NGql release; otherwise install `ngql` (stable). Translates the user's GraphQL intent into NGql query-builder C# code: triggered by "build a query", a pasted GraphQL operation or curl that needs porting to NGql, "filter / preserve fields", or mentions of QueryBuilder / Mutation / PreservationBuilder / NGql. 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.