Skip to content
Merged
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
30 changes: 15 additions & 15 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,19 @@
"plugins/nuxt": "1.3.1",
"plugins/pinia": "1.2.1",
"plugins/pnpm": "1.2.1",
"plugins/slidev": "1.3.1",
"plugins/slidev": "1.3.2",
"plugins/tsdown": "1.5.1",
"plugins/turborepo": "1.3.2",
"plugins/turborepo": "1.3.3",
"plugins/unocss": "1.2.1",
"plugins/vite": "1.2.1",
"plugins/vitepress": "1.2.1",
"plugins/vitest": "1.2.1",
"plugins/vue": "1.3.1",
"plugins/vueuse": "1.3.1",
"plugins/vueuse": "1.3.2",
"plugins/web-design": "1.4.2",
"plugins/mastra": "1.7.1",
"plugins/nuxt-ui": "1.6.2",
"plugins/firebase": "1.1.0",
"plugins/mastra": "1.7.2",
"plugins/nuxt-ui": "1.6.3",
"plugins/firebase": "1.1.1",
"plugins/supabase": "1.3.1",
"plugins/prisma": "1.3.1",
"plugins/better-auth": "1.6.1",
Expand All @@ -32,7 +32,7 @@
"plugins/neo4j": "1.2.0",
"plugins/google-workspace": "1.4.1",
"plugins/nuxt-i18n": "1.4.0",
"plugins/nuxt-seo": "1.2.1",
"plugins/nuxt-seo": "1.2.2",
"plugins/markitdown": "1.6.0",
"plugins/ast-grep": "1.3.1",
"plugins/chat-sdk": "1.2.1",
Expand All @@ -42,14 +42,14 @@
"plugins/wordpress": "1.2.2",
"plugins/vinext": "1.2.1",
"plugins/next": "1.2.0",
"plugins/react": "1.2.1",
"plugins/react-native": "1.2.1",
"plugins/react": "1.2.2",
"plugins/react-native": "1.2.2",
"plugins/tiptap": "1.2.1",
"plugins/emulate": "1.3.2",
"plugins/emulate": "1.3.3",
"plugins/edgeparse": "1.2.0",
"plugins/git-ai": "1.2.1",
"plugins/workflow-sdk": "1.3.2",
"plugins/portless": "1.2.2",
"plugins/portless": "1.2.3",
"plugins/zod": "1.3.0",
"plugins/graphite": "2.3.0",
"plugins/bun": "1.4.0",
Expand All @@ -59,7 +59,7 @@
"plugins/fetch": "1.2.0",
"plugins/java-development": "1.1.0",
"plugins/mcp-dev": "1.1.0",
"plugins/vercel-sandbox": "1.2.2",
"plugins/vercel-sandbox": "1.2.3",
"plugins/eve": "1.2.1",
"plugins/skill-optimizer": "1.2.1",
"plugins/nostics": "1.2.1",
Expand All @@ -70,7 +70,7 @@
"plugins/greptile": "1.1.2",
"plugins/shadcn-ui": "1.1.1",
"plugins/tanstack": "0.2.0",
"plugins/orpc": "1.1.0",
"plugins/deno": "1.1.0",
"plugins/genkit": "1.0.0"
"plugins/orpc": "1.1.1",
"plugins/deno": "1.1.1",
"plugins/genkit": "1.1.0"
}
2 changes: 1 addition & 1 deletion plugins/deno/.claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "deno",
"version": "1.1.0",
"version": "1.1.1",
"description": "Official Deno skills: dependency management with npm and JSR packages, permissions, deno.json configuration, the built-in toolchain (fmt, lint, test, check, bench, compile), migrating from Node/npm/yarn/pnpm/bun, Fresh, Deno Deploy, and the @deno/sandbox SDK.",
"author": {
"name": "Deno Land",
Expand Down
2 changes: 1 addition & 1 deletion plugins/deno/.codex-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "deno",
"version": "1.1.0",
"version": "1.1.1",
"description": "Official Deno skills: dependency management with npm and JSR packages, permissions, deno.json configuration, the built-in toolchain (fmt, lint, test, check, bench, compile), migrating from Node/npm/yarn/pnpm/bun, Fresh, Deno Deploy, and the @deno/sandbox SDK.",
"author": {
"name": "Deno Land",
Expand Down
2 changes: 1 addition & 1 deletion plugins/deno/.cursor-plugin/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "deno",
"displayName": "Deno",
"description": "Official Deno skills: dependency management with npm and JSR packages, permissions, deno.json configuration, the built-in toolchain (fmt, lint, test, check, bench, compile), migrating from Node/npm/yarn/pnpm/bun, Fresh, Deno Deploy, and the @deno/sandbox SDK.",
"version": "1.1.0",
"version": "1.1.1",
"author": {
"name": "Deno Land"
},
Expand Down
7 changes: 7 additions & 0 deletions plugins/deno/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.1.1](https://github.com/pleaseai/claude-code-plugins/compare/deno-v1.1.0...deno-v1.1.1) (2026-09-24)


### Bug Fixes

* update vendored skills to latest versions ([#278](https://github.com/pleaseai/claude-code-plugins/issues/278)) ([360c196](https://github.com/pleaseai/claude-code-plugins/commit/360c1964e19190e6f47da2b3081934043585ba0c))

## [1.1.0](https://github.com/pleaseai/claude-code-plugins/compare/deno-v1.0.0...deno-v1.1.0) (2026-09-15)


Expand Down
2 changes: 1 addition & 1 deletion plugins/deno/plugin.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://antigravity.google/schemas/v1/plugin.json",
"name": "deno",
"version": "1.1.0",
"version": "1.1.1",
"description": "Official Deno skills: dependency management with npm and JSR packages, permissions, deno.json configuration, the built-in toolchain (fmt, lint, test, check, bench, compile), migrating from Node/npm/yarn/pnpm/bun, Fresh, Deno Deploy, and the @deno/sandbox SDK.",
"author": {
"name": "Deno Land",
Expand Down
2 changes: 1 addition & 1 deletion plugins/emulate/.claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "emulate",
"version": "1.3.2",
"version": "1.3.3",
"description": "Local drop-in API emulator for Vercel, GitHub, Google, Slack, Apple, Microsoft, AWS, Linear, Stripe, Resend, and Next.js",
"license": "Apache-2.0",
"keywords": [
Expand Down
7 changes: 7 additions & 0 deletions plugins/emulate/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.3.3](https://github.com/pleaseai/claude-code-plugins/compare/emulate-v1.3.2...emulate-v1.3.3) (2026-09-24)


### Bug Fixes

* update vendored skills to latest versions ([#278](https://github.com/pleaseai/claude-code-plugins/issues/278)) ([360c196](https://github.com/pleaseai/claude-code-plugins/commit/360c1964e19190e6f47da2b3081934043585ba0c))

## [1.3.2](https://github.com/pleaseai/claude-code-plugins/compare/emulate-v1.3.1...emulate-v1.3.2) (2026-09-15)


Expand Down
2 changes: 1 addition & 1 deletion plugins/firebase/.claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "firebase",
"version": "1.1.0",
"version": "1.1.1",
"description": "Claude plugin for Firebase that installs the Firebase MCP server and Firebase Agent Skills to manage Firebase projects, add backend services, add AI features, deploy & host apps, and more",
"author": {
"name": "Firebase",
Expand Down
2 changes: 1 addition & 1 deletion plugins/firebase/.codex-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "firebase",
"version": "1.1.0",
"version": "1.1.1",
"description": "Claude plugin for Firebase that installs the Firebase MCP server and Firebase Agent Skills to manage Firebase projects, add backend services, add AI features, deploy & host apps, and more",
"author": {
"name": "Firebase",
Expand Down
2 changes: 1 addition & 1 deletion plugins/firebase/.cursor-plugin/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "firebase",
"displayName": "Firebase",
"description": "Claude plugin for Firebase that installs the Firebase MCP server and Firebase Agent Skills to manage Firebase projects, add backend services, add AI features, deploy & host apps, and more",
"version": "1.1.0",
"version": "1.1.1",
"author": {
"name": "Firebase"
},
Expand Down
7 changes: 7 additions & 0 deletions plugins/firebase/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.1.1](https://github.com/pleaseai/claude-code-plugins/compare/firebase-v1.1.0...firebase-v1.1.1) (2026-09-24)


### Bug Fixes

* update vendored skills to latest versions ([#278](https://github.com/pleaseai/claude-code-plugins/issues/278)) ([360c196](https://github.com/pleaseai/claude-code-plugins/commit/360c1964e19190e6f47da2b3081934043585ba0c))

## [1.1.0](https://github.com/pleaseai/claude-code-plugins/compare/firebase-v1.0.0...firebase-v1.1.0) (2026-09-15)


Expand Down
2 changes: 1 addition & 1 deletion plugins/firebase/plugin.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://antigravity.google/schemas/v1/plugin.json",
"name": "firebase",
"version": "1.1.0",
"version": "1.1.1",
"description": "Claude plugin for Firebase that installs the Firebase MCP server and Firebase Agent Skills to manage Firebase projects, add backend services, add AI features, deploy & host apps, and more",
"author": {
"name": "Firebase",
Expand Down
2 changes: 1 addition & 1 deletion plugins/genkit/.claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "genkit",
"version": "1.0.0",
"version": "1.1.0",
"description": "Official Genkit skills: build AI-powered applications with the Genkit framework in JavaScript/TypeScript, Go, Dart/Flutter, and Python — flows, generation, prompts (Dotprompt), tool calling, agents, middleware, model providers, and common errors.",
"author": {
"name": "Genkit",
Expand Down
2 changes: 1 addition & 1 deletion plugins/genkit/.codex-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "genkit",
"version": "1.0.0",
"version": "1.1.0",
"description": "Official Genkit skills: build AI-powered applications with the Genkit framework in JavaScript/TypeScript, Go, Dart/Flutter, and Python — flows, generation, prompts (Dotprompt), tool calling, agents, middleware, model providers, and common errors.",
"author": {
"name": "Genkit",
Expand Down
2 changes: 1 addition & 1 deletion plugins/genkit/.cursor-plugin/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "genkit",
"displayName": "Genkit",
"description": "Official Genkit skills: build AI-powered applications with the Genkit framework in JavaScript/TypeScript, Go, Dart/Flutter, and Python — flows, generation, prompts (Dotprompt), tool calling, agents, middleware, model providers, and common errors.",
"version": "1.0.0",
"version": "1.1.0",
"author": {
"name": "Genkit"
},
Expand Down
8 changes: 8 additions & 0 deletions plugins/genkit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changelog

## [1.1.0](https://github.com/pleaseai/claude-code-plugins/compare/genkit-v1.0.0...genkit-v1.1.0) (2026-09-24)


### Features

* **genkit:** add genkit plugin bundling official genkit-ai/skills ([#280](https://github.com/pleaseai/claude-code-plugins/issues/280)) ([df93425](https://github.com/pleaseai/claude-code-plugins/commit/df93425e69e2ab139a5ee335d2e480f0842eebbb))
2 changes: 1 addition & 1 deletion plugins/genkit/plugin.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://antigravity.google/schemas/v1/plugin.json",
"name": "genkit",
"version": "1.0.0",
"version": "1.1.0",
"description": "Official Genkit skills: build AI-powered applications with the Genkit framework in JavaScript/TypeScript, Go, Dart/Flutter, and Python — flows, generation, prompts (Dotprompt), tool calling, agents, middleware, model providers, and common errors.",
"author": {
"name": "Genkit",
Expand Down
2 changes: 1 addition & 1 deletion plugins/mastra/.claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mastra",
"version": "1.7.1",
"version": "1.7.2",
"description": "Official agent skills for coding agents working with the Mastra AI framework",
"author": {
"name": "Mastra AI",
Expand Down
2 changes: 1 addition & 1 deletion plugins/mastra/.codex-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mastra",
"version": "1.7.1",
"version": "1.7.2",
"description": "Official agent skills for coding agents working with the Mastra AI framework",
"author": {
"name": "Mastra AI",
Expand Down
2 changes: 1 addition & 1 deletion plugins/mastra/.cursor-plugin/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "mastra",
"displayName": "Mastra",
"description": "Official agent skills for coding agents working with the Mastra AI framework",
"version": "1.7.1",
"version": "1.7.2",
"author": {
"name": "Mastra AI"
},
Expand Down
2 changes: 1 addition & 1 deletion plugins/mastra/.tessl-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "pleaseai/mastra",
"description": "Official agent skills for coding agents working with the Mastra AI framework",
"version": "1.7.1",
"version": "1.7.2",
"author": {
"name": "Mastra AI",
"url": "https://github.com/mastra-ai"
Expand Down
7 changes: 7 additions & 0 deletions plugins/mastra/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.7.2](https://github.com/pleaseai/claude-code-plugins/compare/mastra-v1.7.1...mastra-v1.7.2) (2026-09-24)


### Bug Fixes

* update vendored skills to latest versions ([#278](https://github.com/pleaseai/claude-code-plugins/issues/278)) ([360c196](https://github.com/pleaseai/claude-code-plugins/commit/360c1964e19190e6f47da2b3081934043585ba0c))

## [1.7.1](https://github.com/pleaseai/claude-code-plugins/compare/mastra-v1.7.0...mastra-v1.7.1) (2026-09-15)


Expand Down
2 changes: 1 addition & 1 deletion plugins/mastra/plugin.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mastra",
"version": "1.7.1",
"version": "1.7.2",
"description": "Official agent skills for coding agents working with the Mastra AI framework",
"author": {
"name": "Mastra AI",
Expand Down
2 changes: 1 addition & 1 deletion plugins/nuxt-seo/.claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nuxt-seo",
"version": "1.2.1",
"version": "1.2.2",
"description": "Nuxt SEO meta-module with robots, sitemap, og-image, schema-org. Use when configuring SEO, generating sitemaps, creating OG images, or adding structured data.",
"license": "MIT",
"keywords": [
Expand Down
7 changes: 7 additions & 0 deletions plugins/nuxt-seo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.2.2](https://github.com/pleaseai/claude-code-plugins/compare/nuxt-seo-v1.2.1...nuxt-seo-v1.2.2) (2026-09-24)


### Bug Fixes

* update vendored skills to latest versions ([#278](https://github.com/pleaseai/claude-code-plugins/issues/278)) ([360c196](https://github.com/pleaseai/claude-code-plugins/commit/360c1964e19190e6f47da2b3081934043585ba0c))

## [1.2.1](https://github.com/pleaseai/claude-code-plugins/compare/nuxt-seo-v1.2.0...nuxt-seo-v1.2.1) (2026-09-15)


Expand Down
2 changes: 1 addition & 1 deletion plugins/nuxt-ui/.claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nuxt-ui",
"version": "1.6.2",
"version": "1.6.3",
"description": "The Intuitive Vue UI Library powered by Reka UI & Tailwind CSS.",
"author": {
"name": "Nuxt",
Expand Down
7 changes: 7 additions & 0 deletions plugins/nuxt-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.6.3](https://github.com/pleaseai/claude-code-plugins/compare/nuxt-ui-v1.6.2...nuxt-ui-v1.6.3) (2026-09-24)


### Bug Fixes

* update vendored skills to latest versions ([#278](https://github.com/pleaseai/claude-code-plugins/issues/278)) ([360c196](https://github.com/pleaseai/claude-code-plugins/commit/360c1964e19190e6f47da2b3081934043585ba0c))

## [1.6.2](https://github.com/pleaseai/claude-code-plugins/compare/nuxt-ui-v1.6.1...nuxt-ui-v1.6.2) (2026-09-15)


Expand Down
2 changes: 1 addition & 1 deletion plugins/orpc/.claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "orpc",
"version": "1.1.0",
"version": "1.1.1",
"description": "End-to-end typesafe APIs with oRPC v2 - core builder, contract-first design, OpenAPI/REST exposure, and tRPC/v1 migration",
"author": {
"name": "middleapi",
Expand Down
2 changes: 1 addition & 1 deletion plugins/orpc/.codex-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "orpc",
"version": "1.1.0",
"version": "1.1.1",
"description": "End-to-end typesafe APIs with oRPC v2 - core builder, contract-first design, OpenAPI/REST exposure, and tRPC/v1 migration",
"author": {
"name": "middleapi",
Expand Down
2 changes: 1 addition & 1 deletion plugins/orpc/.cursor-plugin/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "orpc",
"displayName": "Orpc",
"description": "End-to-end typesafe APIs with oRPC v2 - core builder, contract-first design, OpenAPI/REST exposure, and tRPC/v1 migration",
"version": "1.1.0",
"version": "1.1.1",
"author": {
"name": "middleapi"
},
Expand Down
7 changes: 7 additions & 0 deletions plugins/orpc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.1.1](https://github.com/pleaseai/claude-code-plugins/compare/orpc-v1.1.0...orpc-v1.1.1) (2026-09-24)


### Bug Fixes

* update vendored skills to latest versions ([#278](https://github.com/pleaseai/claude-code-plugins/issues/278)) ([360c196](https://github.com/pleaseai/claude-code-plugins/commit/360c1964e19190e6f47da2b3081934043585ba0c))

## [1.1.0](https://github.com/pleaseai/claude-code-plugins/compare/orpc-v1.0.0...orpc-v1.1.0) (2026-09-15)


Expand Down
2 changes: 1 addition & 1 deletion plugins/orpc/plugin.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://antigravity.google/schemas/v1/plugin.json",
"name": "orpc",
"version": "1.1.0",
"version": "1.1.1",
"description": "End-to-end typesafe APIs with oRPC v2 - core builder, contract-first design, OpenAPI/REST exposure, and tRPC/v1 migration",
"author": {
"name": "middleapi",
Expand Down
2 changes: 1 addition & 1 deletion plugins/portless/.claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "portless",
"version": "1.2.2",
"version": "1.2.3",
"description": "Replace port numbers with stable, named local URLs. For humans and agents.",
"license": "Apache-2.0",
"keywords": [
Expand Down
7 changes: 7 additions & 0 deletions plugins/portless/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.2.3](https://github.com/pleaseai/claude-code-plugins/compare/portless-v1.2.2...portless-v1.2.3) (2026-09-24)


### Bug Fixes

* update vendored skills to latest versions ([#278](https://github.com/pleaseai/claude-code-plugins/issues/278)) ([360c196](https://github.com/pleaseai/claude-code-plugins/commit/360c1964e19190e6f47da2b3081934043585ba0c))

## [1.2.2](https://github.com/pleaseai/claude-code-plugins/compare/portless-v1.2.1...portless-v1.2.2) (2026-09-15)


Expand Down
Loading
Loading