Schematic Ai Tools banner
SchematicHQ SchematicHQ

Schematic Ai Tools

AI community

Description

AI coding skills for integrating with [Schematic](https://schematichq.com) SDKs. Teaches AI assistants how to write code for feature flags, entitlements, usage tracking, and billing UI components.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

Schematic AI Tools

AI coding skills for integrating with [Schematic](https://schematichq.com) SDKs. Teaches AI assistants how to write code for feature flags, entitlements, usage tracking, and billing UI components.

What's Included

Skill Covers
Backend SDK Node, Python, Go, Java, C# — flag checks, identify, track, webhooks
Frontend SDK React, Vue, JS — hooks, composables, providers, real-time flags
Components Embedded checkout, pricing tables, customer portal (React)

Install for Claude Code

# Add the marketplace
/plugin marketplace add SchematicHQ/schematic-ai-tools

# Install the plugin
/plugin install schematic-ai-tools@schematichq

Sign in to Schematic

The plugin connects to Schematic's hosted MCP server for querying and managing your Schematic account directly from Claude. Run `/mcp` in Claude Code and sign in with your Schematic account — no API key needed. You'll pick an environment and choose read-only or read and write access.

Once connected, the MCP server lets you list flags, check entitlements, manage companies and plans, and more — all from within Claude. The skills also auto-activate when you ask about feature flags, entitlements, tracking, checkout, or other Schematic integration tasks.

Install for Cursor

Copy the `.cursorrules` file to your project root. This file contains condensed integration rules covering backend SDKs (Node, Python, Go, Java, C#), frontend SDKs (React, Vue, JS), and embedded billing components. For detailed examples and comprehensive documentation, see the `plugins/schematic-ai-tools/skills/` directory.

curl -o .cursorrules https://raw.githubusercontent.com/schematichq/schematic-ai-tools/main/.cursorrules

Or manually copy the `.cursorrules` file from this repo into your project root.

Using without the plugin

If you'd prefer to use the MCP server standalone (without the plugin), you can add it directly:

claude mcp add --tra