Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,12 @@ This plugin integrates Confidence with Claude Code, providing tools for feature
## Commands

- `/confidence:migrate-posthog <plan flag | plan code | execute <plan-file>>` — Migrate feature flags from PostHog to Confidence SDK
- `/confidence:migrate-eppo <plan flag | plan code | execute <plan-file>>` — Migrate feature flags from Eppo to Confidence SDK

## Skills

- **migrate-posthog** — Auto-triggers when the user asks to migrate PostHog flags or transform SDK code to Confidence
- **migrate-eppo** — Auto-triggers when the user asks to migrate Eppo flags or transform SDK code to Confidence

## MCP Servers

Expand Down
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,12 @@ claude --plugin-dir ./confidence-ai-plugins
This plugin provides access to Confidence tools across these categories:

- **Feature flags** - Create, list, update, archive, and resolve feature flags
- **Migration** - Migrate feature flags from PostHog to Confidence
- **Migration** - Migrate feature flags from PostHog or Eppo to Confidence

## Slash Commands

- `/confidence:migrate-posthog` - Migrate feature flags from PostHog to Confidence SDK
- `/confidence:migrate-eppo` - Migrate feature flags from Eppo to Confidence SDK

## Example Usage

Expand All @@ -55,6 +56,8 @@ This plugin provides access to Confidence tools across these categories:
> Create a flag called new-checkout with a boolean schema
> /migrate-posthog plan flag
> /migrate-posthog plan code
> /migrate-eppo plan flag
> /migrate-eppo plan code
```

## MCP Servers
Expand Down
9 changes: 9 additions & 0 deletions commands/migrate-eppo.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
name: migrate-eppo
description: Migrate feature flags from Eppo to Confidence
argument-hint: [plan flag | plan code | execute <plan-file>]
---

All migration instructions are maintained in `skills/migrate-eppo/SKILL.md` to prevent divergence.

**Before doing anything else**, use the Read tool to read `skills/migrate-eppo/SKILL.md` and follow those instructions to handle this command.
Loading
Loading