claude-plugins
claude-plugins には dolifer から収集した 2 個の skills があり、リポジトリ単位の職業カバレッジとサイト内 skill 詳細ページを表示します。
このリポジトリの skills
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.