This one helps you write and debug GraphQL queries for Enonic XP's Guillotine headless API. It scans your workspace for existing queries, builds DSL queries with proper filtering and pagination, handles content type fragments with the right underscore naming convention, and can generate TypeScript types from your schema. The skill knows the differences between Guillotine 5.x string queries and the modern 6.x+ DSL, which matters if you're maintaining older projects. It's opinionated about using connection variants when you need aggregations or highlighting, and it won't help with server-side lib-content queries or Apollo clients. Useful if you're tired of debugging null fragments or wrestling with QueryDSLInput nesting.
npx skills add https://github.com/webmaxru/enonic-agent-skills --skill enonic-guillotine-query-builder