confidence
v0.7.0Access Confidence feature flags, experiments, and migration tools directly from Codex.
By Spotify ConfidenceLicense: Apache-2.07 GitHub starsUpdated last month
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 14 skill or MCP entries
- Source updated
- Aug 6, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install confidence for Codex and Claude Code
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add confidence@agent-plugin-marketplacePaste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/spotify/confidence-ai-pluginsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json├── skills/analyze-project/SKILL.md├── skills/migrate-eppo/SKILL.md├── skills/migrate-optimizely/SKILL.md├── skills/migrate-posthog/SKILL.md├── skills/migrate-statsig/SKILL.md├── skills/onboard-confidence/SKILL.md├── skills/onboard-confidence-dry-run/SKILL.md├── skills/setup-warehouse/SKILL.md├── skills/setup-warehouse-bigquery/SKILL.md├── skills/setup-warehouse-databricks/SKILL.md├── skills/setup-warehouse-redshift/SKILL.md├── skills/setup-warehouse-snowflake/SKILL.md└── .mcp.json
Included Skills12
Analyze a user's project and propose a meaningful feature flag change using Confidence. Use when the user says /analyze-project, asks what to flag, wants flag suggestions, or asks "what should I feature-flag in my project?"
Migrate feature flags from Eppo to Confidence SDK. Use when the user says /migrate-eppo, asks to migrate Eppo flags, or transform SDK code to Confidence.
Migrate feature flags from Optimizely to Confidence SDK. Use when the user says /migrate-optimizely, asks to migrate Optimizely flags/rollouts/experiments, or transform Optimizely SDK code to Confidence.
Migrate feature flags from PostHog to Confidence SDK. Use when the user says /migrate-posthog, asks to migrate PostHog flags, or transform SDK code to Confidence.
Migrate feature flags from Statsig to Confidence SDK. Use when the user says /migrate-statsig, asks to migrate Statsig gates/configs/experiments, or transform SDK code to Confidence.
Create Confidence accounts and onboard users. Use when the user asks to create an account, invite users, onboard to Confidence, or check account status.
Dry-run the Confidence onboarding flow to test UX without real API calls. Use when the user says "dry run", "test onboarding", "demo onboarding", or wants to preview the onboarding experience.
Set up a data warehouse for Confidence experimentation analytics. Use when the user asks to connect a warehouse, set up BigQuery/Snowflake/Databricks/Redshift, or configure data connectors.
Set up BigQuery as a data warehouse for Confidence. Use when the user chose BigQuery for warehouse setup.
Set up Databricks as a data warehouse for Confidence. Use when the user chose Databricks for warehouse setup.
Set up Redshift as a data warehouse for Confidence. Use when the user chose Redshift for warehouse setup.
Set up Snowflake as a data warehouse for Confidence. Use when the user chose Snowflake for warehouse setup.
MCP servers2
- url
- https://mcp.confidence.dev/mcp/docs
- url
- https://mcp.confidence.dev/mcp/flags
Plugin manifests2
{
"name": "confidence",
"version": "0.7.0",
"description": "Access Confidence feature flags, experiments, and migration tools directly from Codex.",
"author": {
"name": "Spotify Confidence",
"url": "https://confidence.spotify.com"
},
"homepage": "https://confidence.spotify.com",
"repository": "https://github.com/spotify/confidence-ai-plugins",
"license": "Apache-2.0",
"keywords": [
"feature-flags",
"experiments",
"a/b-testing",
"migration",
"openfeature"
],
"skills": "./skills/",
"mcpServers": "./.mcp.json",
"interface": {
"displayName": "Confidence",
"shortDescription": "Feature flags, experiments, and migration tools",
"longDescription": "Access Confidence feature flags, experiments, and migration tools directly from Codex. Create, list, resolve, and target feature flags. Migrate from PostHog, Eppo, Statsig, or Optimizely to Confidence SDK.",
"developerName": "Spotify Confidence",
"category": "Productivity",
"capabilities": [
"Read",
"Write"
],
"websiteURL": "https://confidence.spotify.com",
"defaultPrompt": [
"List my feature flags",
"Create a flag called new-checkout with a boolean schema",
"Migrate my PostHog flags to Confidence"
],
"logo": "./assets/logo.svg"
}
}{
"name": "confidence",
"description": "Access Confidence feature flags, experiments, and migration tools directly from Claude Code.",
"version": "0.7.0",
"author": {
"name": "Spotify Confidence",
"url": "https://confidence.spotify.com"
},
"homepage": "https://confidence.spotify.com",
"repository": "https://github.com/spotify/confidence-ai-plugins",
"license": "Apache-2.0",
"logo": "assets/logo.svg",
"keywords": [
"feature-flags",
"experiments",
"a/b-testing",
"migration",
"openfeature"
]
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[confidence on Agent Plugins Marketplace](https://pluginsmp.com/plugins/confidence)