Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Schematic AI Tools

AI coding skills for integrating with Schematic 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

Configure your API key

The plugin includes the Schematic MCP server for querying and managing your Schematic account directly from Claude. To use it, you'll need a Schematic API key:

  1. Sign up or log in at schematichq.com
  2. Go to Settings > API Keys and create a new key
  3. Set it in your terminal before running Claude Code:
export SCHEMATIC_API_KEY="your-api-key"

To avoid setting this every time, add the line above to your shell profile (~/.zshrc or ~/.bashrc), then restart your terminal.

Once configured, 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 --transport stdio schematic-mcp \
  --env SCHEMATIC_API_KEY=your-api-key \
  -- npx -y @schematichq/schematic-mcp

See the Schematic MCP documentation for more details.

Links

About

No description, website, or topics provided.

Resources

Contributing

Stars

Watchers

Forks

Releases

Packages

Contributors