Forge Graphql Skill banner
megabytespace megabytespace

Forge Graphql Skill

Development community

Description

--- description: Scaffold a complete Claude Code skill (commands + types + client) from a GraphQL endpoint or local schema file argument-hint: <name> <graphql-endpoint-url> [--schema-introspection] [--schema-file <path>] [--auth-header <header>] allowed-tools: Bash, Read, Write, Edit, Glob --- Forge a complete Claude Code skill from a GraphQL API. Introspects the schema (or reads a local SDL file), emits one slash command per top-level Query/Mutation, generates `types.ts` + `client.ts` (Workers

Installation

Installs to ~/.claude/skills/megabytespace-claude-skills-forge-graphql-skill/SKILL.md

Terminal
mkdir -p ~/.claude/skills/megabytespace-claude-skills-forge-graphql-skill && curl -fsSL https://raw.githubusercontent.com/megabytespace/claude-skills/HEAD/commands/forge-graphql-skill.md -o ~/.claude/skills/megabytespace-claude-skills-forge-graphql-skill/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository