·graphql
""

graphql

lobbi-docs/claude

GraphQL API development including schemas, resolvers, queries, mutations, and subscriptions. Activate for GraphQL servers, clients, and API design.

6Installs·0Trend·@lobbi-docs

Installation

$npx skills add https://github.com/lobbi-docs/claude --skill graphql

SKILL.md

Provides comprehensive GraphQL development capabilities for the Golden Armada AI Agent Fleet Platform.

type Query { agent(id: ID!): Agent agents(filter: AgentFilter, limit: Int = 10, offset: Int = 0): AgentConnection! task(id: ID!): Task }

type Mutation { createAgent(input: CreateAgentInput!): Agent! updateAgent(id: ID!, input: UpdateAgentInput!): Agent! deleteAgent(id: ID!): Boolean! executeTask(input: ExecuteTaskInput!): Task!

GraphQL API development including schemas, resolvers, queries, mutations, and subscriptions. Activate for GraphQL servers, clients, and API design. Source: lobbi-docs/claude.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/lobbi-docs/claude --skill graphql
Category
""Writing
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is graphql?

GraphQL API development including schemas, resolvers, queries, mutations, and subscriptions. Activate for GraphQL servers, clients, and API design. Source: lobbi-docs/claude.

How do I install graphql?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/lobbi-docs/claude --skill graphql Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/lobbi-docs/claude

Details

Category
""Writing
Source
skills.sh
First Seen
2026-02-01