From dbca3eb352c38fe50c0f8528bb9a0364d955b33b Mon Sep 17 00:00:00 2001 From: Martin DONADIEU Date: Sun, 24 May 2026 12:03:49 +0200 Subject: [PATCH 1/8] Add Capgo plugins section to documentation --- docs/plugins.mdx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/plugins.mdx b/docs/plugins.mdx index 1d48d9fc6..db222736b 100644 --- a/docs/plugins.mdx +++ b/docs/plugins.mdx @@ -17,6 +17,9 @@ Plugins in Capacitor enable JavaScript to interface directly with Native APIs.

Community Plugins are maintained by the Capacitor Community

+ +

130+ Capgo Plugins maintained by the Capgo and Community

+

From 66306a519be0b6e98ce5df29978edfe90207e96d Mon Sep 17 00:00:00 2001 From: Martin Donadieu Date: Fri, 14 Aug 2026 12:03:39 +0300 Subject: [PATCH 2/8] docs: move Capgo plugins link to the community page Co-authored-by: Cursor --- docs/plugins.mdx | 3 --- docs/plugins/community.md | 5 +++++ 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/plugins.mdx b/docs/plugins.mdx index db222736b..1d48d9fc6 100644 --- a/docs/plugins.mdx +++ b/docs/plugins.mdx @@ -17,9 +17,6 @@ Plugins in Capacitor enable JavaScript to interface directly with Native APIs.

Community Plugins are maintained by the Capacitor Community

- -

130+ Capgo Plugins maintained by the Capgo and Community

-

diff --git a/docs/plugins/community.md b/docs/plugins/community.md index 29f1576da..ac822ed16 100644 --- a/docs/plugins/community.md +++ b/docs/plugins/community.md @@ -23,6 +23,11 @@ The [Capawesome](https://github.com/capawesome-team) GitHub org is another commu Among others, this includes [capacitor-firebase](https://github.com/capawesome-team/capacitor-firebase) and [capacitor-mlkit](https://github.com/capawesome-team/capacitor-mlkit). Check out the [Capawesome Blog](https://capawesome.io/blog/) or [Twitter](https://twitter.com/capawesomeio) to stay up to date. +## Capgo + +[Capgo](https://capgo.app) maintains a large collection of free, open-source Capacitor plugins for the community. +See the [Capgo plugin directory](https://capgo.app/plugins) for 130+ plugins, or browse the [Cap-go GitHub org](https://github.com/Cap-go). + ## Cordova Ecosystem Capacitor has support for most Cordova plugins, so developers can use the [hundreds of existing Cordova plugins](https://cordova.apache.org/plugins/) in their Capacitor apps. While certain Cordova plugins are [not compatible](/plugins/cordova.md#known-incompatible-plugins) with Capacitor, most are, so it's worth trying one if there's no existing Capacitor-specific plugin available. From 4c44a6a4fb474d6c145aa0af237037572fbb5051 Mon Sep 17 00:00:00 2001 From: Martin Donadieu Date: Fri, 14 Aug 2026 12:12:51 +0300 Subject: [PATCH 3/8] docs: update Capgo plugin count to 150+ Co-authored-by: Cursor --- docs/plugins/community.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/plugins/community.md b/docs/plugins/community.md index ac822ed16..4fc7a393f 100644 --- a/docs/plugins/community.md +++ b/docs/plugins/community.md @@ -26,7 +26,7 @@ Check out the [Capawesome Blog](https://capawesome.io/blog/) or [Twitter](https: ## Capgo [Capgo](https://capgo.app) maintains a large collection of free, open-source Capacitor plugins for the community. -See the [Capgo plugin directory](https://capgo.app/plugins) for 130+ plugins, or browse the [Cap-go GitHub org](https://github.com/Cap-go). +See the [Capgo plugin directory](https://capgo.app/plugins) for 150+ plugins, or browse the [Cap-go GitHub org](https://github.com/Cap-go). ## Cordova Ecosystem From b344d58638e387c8d316cddf12f52c1509b65252 Mon Sep 17 00:00:00 2001 From: Martin Donadieu Date: Fri, 14 Aug 2026 12:14:03 +0300 Subject: [PATCH 4/8] docs: add capacitor-social-login as a Capgo plugin example Co-authored-by: Cursor --- docs/plugins/community.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/plugins/community.md b/docs/plugins/community.md index 4fc7a393f..e8f232e42 100644 --- a/docs/plugins/community.md +++ b/docs/plugins/community.md @@ -25,8 +25,9 @@ Check out the [Capawesome Blog](https://capawesome.io/blog/) or [Twitter](https: ## Capgo -[Capgo](https://capgo.app) maintains a large collection of free, open-source Capacitor plugins for the community. -See the [Capgo plugin directory](https://capgo.app/plugins) for 150+ plugins, or browse the [Cap-go GitHub org](https://github.com/Cap-go). +The [Capgo](https://github.com/Cap-go) GitHub org maintains a large collection of free, open-source Capacitor plugins for the community. +Among others, this includes [capacitor-social-login](https://github.com/Cap-go/capacitor-social-login). +See the [Capgo plugin directory](https://capgo.app/plugins) for 150+ plugins. ## Cordova Ecosystem From e7f382d19e8906fe5bda68ec40e9706ce3368fe0 Mon Sep 17 00:00:00 2001 From: Martin Donadieu Date: Fri, 14 Aug 2026 14:42:46 +0300 Subject: [PATCH 5/8] docs: add Capgo blog link on the community plugins page Co-authored-by: Cursor --- docs/plugins/community.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/plugins/community.md b/docs/plugins/community.md index e8f232e42..2cb350091 100644 --- a/docs/plugins/community.md +++ b/docs/plugins/community.md @@ -28,6 +28,7 @@ Check out the [Capawesome Blog](https://capawesome.io/blog/) or [Twitter](https: The [Capgo](https://github.com/Cap-go) GitHub org maintains a large collection of free, open-source Capacitor plugins for the community. Among others, this includes [capacitor-social-login](https://github.com/Cap-go/capacitor-social-login). See the [Capgo plugin directory](https://capgo.app/plugins) for 150+ plugins. +Check out the [Capgo Blog](https://capgo.app/blog/) to stay up to date. ## Cordova Ecosystem From 019ae1fff7e2cc93b14fec7e4a6ace96a237403b Mon Sep 17 00:00:00 2001 From: Martin Donadieu Date: Fri, 14 Aug 2026 15:04:24 +0300 Subject: [PATCH 6/8] docs: add capgo-skills as a second Capgo community example Co-authored-by: Cursor --- docs/plugins/community.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/plugins/community.md b/docs/plugins/community.md index 2cb350091..5cc698cb8 100644 --- a/docs/plugins/community.md +++ b/docs/plugins/community.md @@ -26,7 +26,7 @@ Check out the [Capawesome Blog](https://capawesome.io/blog/) or [Twitter](https: ## Capgo The [Capgo](https://github.com/Cap-go) GitHub org maintains a large collection of free, open-source Capacitor plugins for the community. -Among others, this includes [capacitor-social-login](https://github.com/Cap-go/capacitor-social-login). +Among others, this includes [capacitor-social-login](https://github.com/Cap-go/capacitor-social-login) and [capgo-skills](https://github.com/Cap-go/capgo-skills). See the [Capgo plugin directory](https://capgo.app/plugins) for 150+ plugins. Check out the [Capgo Blog](https://capgo.app/blog/) to stay up to date. From 9a50084809dd142686d977bf3364afe739ea3428 Mon Sep 17 00:00:00 2001 From: Martin Donadieu Date: Fri, 14 Aug 2026 15:05:31 +0300 Subject: [PATCH 7/8] docs: label capgo-skills as Capgo AI agents skills Co-authored-by: Cursor --- docs/plugins/community.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/plugins/community.md b/docs/plugins/community.md index 5cc698cb8..223a9117c 100644 --- a/docs/plugins/community.md +++ b/docs/plugins/community.md @@ -26,7 +26,7 @@ Check out the [Capawesome Blog](https://capawesome.io/blog/) or [Twitter](https: ## Capgo The [Capgo](https://github.com/Cap-go) GitHub org maintains a large collection of free, open-source Capacitor plugins for the community. -Among others, this includes [capacitor-social-login](https://github.com/Cap-go/capacitor-social-login) and [capgo-skills](https://github.com/Cap-go/capgo-skills). +Among others, this includes [capacitor-social-login](https://github.com/Cap-go/capacitor-social-login) and [Capgo AI agents skills](https://github.com/Cap-go/capgo-skills). See the [Capgo plugin directory](https://capgo.app/plugins) for 150+ plugins. Check out the [Capgo Blog](https://capgo.app/blog/) to stay up to date. From 1e857008bb7721c856f14c800eec8ef2dfc6aa2b Mon Sep 17 00:00:00 2001 From: Martin Donadieu Date: Fri, 14 Aug 2026 15:06:41 +0300 Subject: [PATCH 8/8] docs: list Capgo above Capawesome on the community page Co-authored-by: Cursor --- docs/plugins/community.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/plugins/community.md b/docs/plugins/community.md index 223a9117c..7b463d566 100644 --- a/docs/plugins/community.md +++ b/docs/plugins/community.md @@ -17,12 +17,6 @@ The official [Capacitor Community](https://github.com/capacitor-community) GitHu [Explore the Capacitor Community ›](https://github.com/capacitor-community) -## Capawesome - -The [Capawesome](https://github.com/capawesome-team) GitHub org is another community project by one of our Ionic Developer Experts with the goal of providing awesome Capacitor plugins for the entire community. -Among others, this includes [capacitor-firebase](https://github.com/capawesome-team/capacitor-firebase) and [capacitor-mlkit](https://github.com/capawesome-team/capacitor-mlkit). -Check out the [Capawesome Blog](https://capawesome.io/blog/) or [Twitter](https://twitter.com/capawesomeio) to stay up to date. - ## Capgo The [Capgo](https://github.com/Cap-go) GitHub org maintains a large collection of free, open-source Capacitor plugins for the community. @@ -30,6 +24,12 @@ Among others, this includes [capacitor-social-login](https://github.com/Cap-go/c See the [Capgo plugin directory](https://capgo.app/plugins) for 150+ plugins. Check out the [Capgo Blog](https://capgo.app/blog/) to stay up to date. +## Capawesome + +The [Capawesome](https://github.com/capawesome-team) GitHub org is another community project by one of our Ionic Developer Experts with the goal of providing awesome Capacitor plugins for the entire community. +Among others, this includes [capacitor-firebase](https://github.com/capawesome-team/capacitor-firebase) and [capacitor-mlkit](https://github.com/capawesome-team/capacitor-mlkit). +Check out the [Capawesome Blog](https://capawesome.io/blog/) or [Twitter](https://twitter.com/capawesomeio) to stay up to date. + ## Cordova Ecosystem Capacitor has support for most Cordova plugins, so developers can use the [hundreds of existing Cordova plugins](https://cordova.apache.org/plugins/) in their Capacitor apps. While certain Cordova plugins are [not compatible](/plugins/cordova.md#known-incompatible-plugins) with Capacitor, most are, so it's worth trying one if there's no existing Capacitor-specific plugin available.