smithery/liinkiing

graphql-backend

Laravel Lighthouse GraphQL backend conventions for schema, directives, resolvers, and schema sync in backend/. Use when editing backend GraphQL schema or resolver classes.

Installation

$ npx skills add smithery/liinkiing --skill graphql-backend

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from smithery/liinkiing.

npx skills add smithery/liinkiing

Browse all from smithery/liinkiing

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 596 B
  • docs SUMMARY.md 194 B

History

  1. First recorded snapshot · 0 installs

SKILL.md

Graphql Backend

Overview

Follow the project's Laravel Lighthouse GraphQL conventions for backend schema and resolvers.

Guidelines

  • Read references/graphql-backend.md before editing schema or resolvers.
  • Apply the conventions to files under backend/graphql and backend/app/GraphQL.
  • After schema changes, sync the frontend schema using the documented command.