claude-plugins
claude-plugins enthält 2 gesammelte Skills von dolifer, mit Repository-Berufsabdeckung und Skill-Detailseiten auf SkillsMP.
Skills in diesem Repository
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.