Skip to content
Closed
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
23 changes: 19 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# VGV FFCA Plugin

A [Claude Code](https://claude.com/claude-code) plugin that operationalizes Feature-First Clean Architecture (FFCA) for Flutter monorepos.
A [Claude Code](https://claude.com/claude-code) plugin that operationalizes [Feature-First Clean Architecture (FFCA)](https://engineering.verygood.ventures/architecture/ffca/overview/) for Flutter monorepos.

Developed with 馃挋 by [Very Good Ventures](https://verygood.ventures) 馃

Expand Down Expand Up @@ -37,13 +37,28 @@ The `ffca-architecture` skill defers to `layered-architecture` when it sees the

## Installation

The plugin is published in the [Very Good Claude Marketplace](https://github.com/VeryGoodOpenSource/very-good-claude-code-marketplace). Inside Claude:
The plugin is published in the [Very Good Claude Marketplace](https://github.com/VeryGoodOpenSource/very-good-claude-code-marketplace).

One-line install from your terminal:

```bash
/plugin marketplace add VeryGoodOpenSource/very-good-claude-code-marketplace
/plugin install vgv-ffca-plugin
claude plugin marketplace add VeryGoodOpenSource/very-good-claude-code-marketplace && claude plugin install vgv-ffca-plugin
```

Or inside an active Claude Code session, run these as **two separate commands** (the second only after the first completes):

1. Add the marketplace:

```text
/plugin marketplace add VeryGoodOpenSource/very-good-claude-code-marketplace
```

2. Install the plugin:

```text
/plugin install vgv-ffca-plugin
```

## Skills

| Skill | Description |
Expand Down
Loading