By SchematicHQ
AI coding skills for integrating with Schematic SDKs — feature flags, entitlements, usage tracking, billing components, and more.
Integrate Schematic feature flags, entitlements, usage tracking, identify events, or webhook verification in backend code (Node/TypeScript, Python, Go, Java, C#)
Add Schematic embedded billing UI — checkout, pricing tables, customer portal, or subscription management components
Add Schematic feature flags, entitlements, identify, or track events in frontend code (JavaScript, React, Vue)
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.
| 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) |
# Add the marketplace
/plugin marketplace add SchematicHQ/schematic-ai-tools
# Install the plugin
/plugin install schematic-ai-tools@schematichq
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:
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.
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.
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.
Requires secrets
Needs API keys or credentials to function
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub schematichq/schematic-ai-tools --plugin schematic-ai-toolsClaude Code skill pack for PostHog (24 skills)
LaunchDarkly agent skills and MCP servers for feature flag management, AgentControl, and metrics
DevsForge Enterprise Feature Flag Architect delivering comprehensive progressive rollout methodologies, A/B testing frameworks, canary deployment strategies, and experimentation platforms that transform risky releases into controlled, data-driven feature delivery systems
Use this agent when you need to design and implement internal API architecture, developer experience, and API infrastructure for B2B applications. This agent specializes in REST API design, GraphQL implementation, API documentation, SDK development, and developer portal creation. Handles API performance optimization, versioning strategies, and internal service communication. Examples:
Engineering process for solo founders and teams up to 50 engineers. Agents do architecture, code review, QA, and security. You make two decisions per feature.
Use BuildBetter's MCP server and bb CLI from Claude Code.