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
32 changes: 16 additions & 16 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
".": "1.0.0",
"plugins/skillopt-sleep": "0.2.0",
"plugins/skillopt-sleep": "0.3.0",
"apps/web": "1.5.0",
"packages/eslint-config": "0.0.0",
"packages/typescript-config": "0.0.0",
"packages/vitest-config": "0.0.0",
"plugins/gatekeeper": "1.4.0",
"plugins/gatekeeper": "1.5.0",
"plugins/antfu": "1.1.1",
"plugins/nuxt": "1.2.1",
"plugins/pinia": "1.1.1",
"plugins/pnpm": "1.1.1",
"plugins/slidev": "1.2.1",
"plugins/tsdown": "1.3.1",
"plugins/tsdown": "1.3.2",
"plugins/turborepo": "1.2.1",
"plugins/unocss": "1.1.1",
"plugins/vite": "1.1.1",
Expand All @@ -20,23 +20,23 @@
"plugins/vue": "1.2.1",
"plugins/vueuse": "1.2.1",
"plugins/web-design": "1.3.0",
"plugins/mastra": "1.6.1",
"plugins/nuxt-ui": "1.4.1",
"plugins/mastra": "1.6.2",
"plugins/nuxt-ui": "1.5.0",
"plugins/supabase": "1.2.1",
"plugins/prisma": "1.2.1",
"plugins/better-auth": "1.5.1",
"plugins/prisma": "1.2.2",
"plugins/better-auth": "1.5.2",
"plugins/agent-browser": "1.2.1",
"plugins/ai-sdk": "1.2.1",
"plugins/slack-agent": "1.1.1",
"plugins/neo4j": "1.1.0",
"plugins/google-workspace": "1.2.0",
"plugins/google-workspace": "1.3.0",
"plugins/nuxt-i18n": "1.3.0",
"plugins/nuxt-seo": "1.1.1",
"plugins/markitdown": "1.4.0",
"plugins/ast-grep": "1.1.1",
"plugins/chat-sdk": "1.1.1",
"plugins/markitdown": "1.5.0",
"plugins/ast-grep": "1.2.0",
"plugins/chat-sdk": "1.1.2",
"plugins/docus": "1.1.1",
"plugins/please-plugins": "1.5.0",
"plugins/please-plugins": "1.6.0",
"plugins/wordpress": "1.1.1",
"plugins/vinext": "1.1.1",
"plugins/next": "1.1.1",
Expand All @@ -46,15 +46,15 @@
"plugins/emulate": "1.1.1",
"plugins/edgeparse": "1.1.0",
"plugins/git-ai": "1.1.1",
"plugins/workflow": "1.1.1",
"plugins/portless": "1.1.1",
"plugins/workflow": "1.1.2",
"plugins/portless": "1.1.2",
"plugins/zod": "1.2.0",
"plugins/graphite": "2.1.0",
"plugins/graphite": "2.2.0",
"plugins/bun": "1.3.0",
"plugins/portone": "1.2.0",
"plugins/claude-md-management": "1.0.0",
"plugins/cubic": "1.0.0",
"plugins/fetch": "1.0.0",
"plugins/fetch": "1.1.0",
"plugins/java-development": "1.0.0",
"plugins/mcp-dev": "1.0.0"
}
2 changes: 1 addition & 1 deletion plugins/ast-grep/.claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ast-grep",
"version": "1.1.1",
"version": "1.2.0",
"description": "Guide for writing ast-grep rules to perform structural code search and analysis. Use when users need to search codebases using Abstract Syntax Tree (AST) patterns, find specific code structures, or perform complex code queries that go beyond simple text search.",
"author": {
"name": "Herrington Darkholme"
Expand Down
7 changes: 7 additions & 0 deletions plugins/ast-grep/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.2.0](https://github.com/pleaseai/claude-code-plugins/compare/ast-grep-v1.1.1...ast-grep-v1.2.0) (2026-06-15)


### Features

* **graphify:** add graphify knowledge-graph plugin ([#211](https://github.com/pleaseai/claude-code-plugins/issues/211)) ([b6470b3](https://github.com/pleaseai/claude-code-plugins/commit/b6470b39edb377d36f76c4e9a31a7053dc96d657))

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


Expand Down
2 changes: 1 addition & 1 deletion plugins/better-auth/.claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "better-auth",
"version": "1.5.1",
"version": "1.5.2",
"description": "Better Auth authentication framework skills for JavaScript/TypeScript projects",
"author": {
"name": "Better Auth",
Expand Down
2 changes: 1 addition & 1 deletion plugins/better-auth/.codex-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "better-auth",
"version": "1.5.1",
"version": "1.5.2",
"description": "Better Auth authentication framework skills for JavaScript/TypeScript projects",
"author": {
"name": "Better Auth",
Expand Down
2 changes: 1 addition & 1 deletion plugins/better-auth/.tessl-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "pleaseai/better-auth",
"description": "Better Auth authentication framework skills for JavaScript/TypeScript projects",
"version": "1.5.1",
"version": "1.5.2",
"author": {
"name": "Better Auth",
"url": "https://github.com/better-auth"
Expand Down
7 changes: 7 additions & 0 deletions plugins/better-auth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.5.2](https://github.com/pleaseai/claude-code-plugins/compare/better-auth-v1.5.1...better-auth-v1.5.2) (2026-06-15)


### Bug Fixes

* update vendored skills to latest versions ([#209](https://github.com/pleaseai/claude-code-plugins/issues/209)) ([2007e59](https://github.com/pleaseai/claude-code-plugins/commit/2007e59c04dfd5f701fac19cbeab9d67e88225d6))

## [1.5.1](https://github.com/pleaseai/claude-code-plugins/compare/better-auth-v1.5.0...better-auth-v1.5.1) (2026-06-09)


Expand Down
2 changes: 1 addition & 1 deletion plugins/better-auth/plugin.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "better-auth",
"version": "1.5.1",
"version": "1.5.2",
"description": "Better Auth authentication framework skills for JavaScript/TypeScript projects",
"author": {
"name": "Better Auth",
Expand Down
2 changes: 1 addition & 1 deletion plugins/chat-sdk/.claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "chat-sdk",
"version": "1.1.1",
"version": "1.1.2",
"description": "Build multi-platform chat bots with Chat SDK — unified TypeScript SDK for Slack, Teams, Google Chat, Discord, GitHub, and Linear",
"license": "MIT",
"author": {
Expand Down
7 changes: 7 additions & 0 deletions plugins/chat-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.1.2](https://github.com/pleaseai/claude-code-plugins/compare/chat-sdk-v1.1.1...chat-sdk-v1.1.2) (2026-06-15)


### Bug Fixes

* update vendored skills to latest versions ([#209](https://github.com/pleaseai/claude-code-plugins/issues/209)) ([2007e59](https://github.com/pleaseai/claude-code-plugins/commit/2007e59c04dfd5f701fac19cbeab9d67e88225d6))

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


Expand Down
2 changes: 1 addition & 1 deletion plugins/fetch/.claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fetch",
"version": "1.0.0",
"version": "1.1.0",
"description": "Fetch web content in multiple formats - HTML, JSON, plain text, Markdown, readable articles, and YouTube transcripts",
"author": {
"name": "fetch-mcp project",
Expand Down
2 changes: 1 addition & 1 deletion plugins/fetch/.codex-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fetch",
"version": "1.0.0",
"version": "1.1.0",
"description": "Fetch web content in multiple formats - HTML, JSON, plain text, Markdown, readable articles, and YouTube transcripts",
"author": {
"name": "fetch-mcp project",
Expand Down
2 changes: 1 addition & 1 deletion plugins/fetch/.tessl-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "pleaseai/fetch",
"description": "Fetch web content in multiple formats - HTML, JSON, plain text, Markdown, readable articles, and YouTube transcripts",
"version": "1.0.0",
"version": "1.1.0",
"author": {
"name": "fetch-mcp project",
"url": "https://github.com/zcaceres/fetch-mcp"
Expand Down
7 changes: 7 additions & 0 deletions plugins/fetch/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

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


### Features

* **graphify:** add graphify knowledge-graph plugin ([#211](https://github.com/pleaseai/claude-code-plugins/issues/211)) ([b6470b3](https://github.com/pleaseai/claude-code-plugins/commit/b6470b39edb377d36f76c4e9a31a7053dc96d657))

## 1.0.0 (2026-05-30)


Expand Down
2 changes: 1 addition & 1 deletion plugins/fetch/plugin.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fetch",
"version": "1.0.0",
"version": "1.1.0",
"description": "Fetch web content in multiple formats - HTML, JSON, plain text, Markdown, readable articles, and YouTube transcripts",
"author": {
"name": "fetch-mcp project",
Expand Down
2 changes: 1 addition & 1 deletion plugins/gatekeeper/.claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gatekeeper",
"version": "1.4.0",
"version": "1.5.0",
"description": "Two-layer security for Claude Code: auto-approve safe commands, AI-assisted review for the rest",
"author": {
"name": "Minsu Lee",
Expand Down
7 changes: 7 additions & 0 deletions plugins/gatekeeper/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.5.0](https://github.com/pleaseai/claude-code-plugins/compare/gatekeeper-v1.4.0...gatekeeper-v1.5.0) (2026-06-15)


### Features

* **graphify:** add graphify knowledge-graph plugin ([#211](https://github.com/pleaseai/claude-code-plugins/issues/211)) ([b6470b3](https://github.com/pleaseai/claude-code-plugins/commit/b6470b39edb377d36f76c4e9a31a7053dc96d657))

## [1.4.0](https://github.com/pleaseai/claude-code-plugins/compare/gatekeeper-v1.3.0...gatekeeper-v1.4.0) (2026-05-21)


Expand Down
2 changes: 1 addition & 1 deletion plugins/gatekeeper/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatekeeper",
"type": "module",
"version": "1.4.0",
"version": "1.5.0",
"private": true,
"scripts": {
"build": "bun build src/pre-tool-use.ts --outdir dist --target node",
Expand Down
2 changes: 1 addition & 1 deletion plugins/google-workspace/.claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "google-workspace-cli",
"version": "1.2.0",
"version": "1.3.0",
"description": "CLI tool for managing Google Workspace resources dynamically using Discovery APIs.",
"author": {
"name": "googleworkspace",
Expand Down
2 changes: 1 addition & 1 deletion plugins/google-workspace/.codex-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "google-workspace-cli",
"version": "1.2.0",
"version": "1.3.0",
"description": "CLI tool for managing Google Workspace resources dynamically using Discovery APIs.",
"author": {
"name": "googleworkspace",
Expand Down
2 changes: 1 addition & 1 deletion plugins/google-workspace/.tessl-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "pleaseai/google-workspace",
"description": "CLI tool for managing Google Workspace resources dynamically using Discovery APIs.",
"version": "1.2.0",
"version": "1.3.0",
"author": {
"name": "googleworkspace",
"url": "https://github.com/googleworkspace"
Expand Down
7 changes: 7 additions & 0 deletions plugins/google-workspace/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @googleworkspace/cli

## [1.3.0](https://github.com/pleaseai/claude-code-plugins/compare/google-workspace-v1.2.0...google-workspace-v1.3.0) (2026-06-15)


### Features

* **graphify:** add graphify knowledge-graph plugin ([#211](https://github.com/pleaseai/claude-code-plugins/issues/211)) ([b6470b3](https://github.com/pleaseai/claude-code-plugins/commit/b6470b39edb377d36f76c4e9a31a7053dc96d657))

## [1.2.0](https://github.com/pleaseai/claude-code-plugins/compare/google-workspace-v1.1.0...google-workspace-v1.2.0) (2026-05-30)


Expand Down
2 changes: 1 addition & 1 deletion plugins/google-workspace/plugin.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "google-workspace-cli",
"version": "1.2.0",
"version": "1.3.0",
"description": "CLI tool for managing Google Workspace resources dynamically using Discovery APIs.",
"author": {
"name": "googleworkspace",
Expand Down
2 changes: 1 addition & 1 deletion plugins/graphite/.claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphite",
"version": "2.1.0",
"version": "2.2.0",
"description": "Stacked PR workflow with the Graphite CLI (gt) — create stacks, submit, sync, restack, split/squash/fold, track existing branches, and collaborate on shared stacks",
"author": {
"name": "Graphite",
Expand Down
2 changes: 1 addition & 1 deletion plugins/graphite/.codex-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphite",
"version": "2.1.0",
"version": "2.2.0",
"description": "Stacked PR workflow with the Graphite CLI (gt) — create stacks, submit, sync, restack, split/squash/fold, track existing branches, and collaborate on shared stacks",
"author": {
"name": "Graphite",
Expand Down
2 changes: 1 addition & 1 deletion plugins/graphite/.tessl-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "pleaseai/graphite",
"description": "Stacked PR workflow with the Graphite CLI (gt) — create stacks, submit, sync, restack, split/squash/fold, track existing branches, collaborate on shared stacks, configure repo/CI for Graphite, and operate the merge queue.",
"version": "2.1.0",
"version": "2.2.0",
"author": {
"name": "Graphite",
"url": "https://github.com/withgraphite"
Expand Down
7 changes: 7 additions & 0 deletions plugins/graphite/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [2.2.0](https://github.com/pleaseai/claude-code-plugins/compare/graphite-v2.1.0...graphite-v2.2.0) (2026-06-15)


### Features

* **graphify:** add graphify knowledge-graph plugin ([#211](https://github.com/pleaseai/claude-code-plugins/issues/211)) ([b6470b3](https://github.com/pleaseai/claude-code-plugins/commit/b6470b39edb377d36f76c4e9a31a7053dc96d657))

## [2.1.0](https://github.com/pleaseai/claude-code-plugins/compare/graphite-v2.0.0...graphite-v2.1.0) (2026-05-30)


Expand Down
2 changes: 1 addition & 1 deletion plugins/graphite/plugin.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphite",
"version": "2.1.0",
"version": "2.2.0",
"description": "Stacked PR workflow with the Graphite CLI (gt) — create stacks, submit, sync, restack, split/squash/fold, track existing branches, and collaborate on shared stacks",
"author": {
"name": "Graphite",
Expand Down
2 changes: 1 addition & 1 deletion plugins/markitdown/.claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "markitdown",
"version": "1.4.0",
"version": "1.5.0",
"description": "Convert documents (PDF, DOCX, PPTX, images, etc.) to Markdown using MarkItDown MCP server",
"author": {
"name": "Microsoft",
Expand Down
2 changes: 1 addition & 1 deletion plugins/markitdown/.codex-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "markitdown",
"version": "1.4.0",
"version": "1.5.0",
"description": "Convert documents (PDF, DOCX, PPTX, images, etc.) to Markdown using MarkItDown MCP server",
"author": {
"name": "Microsoft",
Expand Down
2 changes: 1 addition & 1 deletion plugins/markitdown/.tessl-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "pleaseai/markitdown",
"description": "Convert documents (PDF, DOCX, PPTX, images, etc.) to Markdown using MarkItDown MCP server",
"version": "1.4.0",
"version": "1.5.0",
"author": {
"name": "Microsoft",
"url": "https://github.com/microsoft"
Expand Down
7 changes: 7 additions & 0 deletions plugins/markitdown/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.5.0](https://github.com/pleaseai/claude-code-plugins/compare/markitdown-v1.4.0...markitdown-v1.5.0) (2026-06-15)


### Features

* **graphify:** add graphify knowledge-graph plugin ([#211](https://github.com/pleaseai/claude-code-plugins/issues/211)) ([b6470b3](https://github.com/pleaseai/claude-code-plugins/commit/b6470b39edb377d36f76c4e9a31a7053dc96d657))

## [1.4.0](https://github.com/pleaseai/claude-code-plugins/compare/markitdown-v1.3.0...markitdown-v1.4.0) (2026-05-30)


Expand Down
2 changes: 1 addition & 1 deletion plugins/markitdown/plugin.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "markitdown",
"version": "1.4.0",
"version": "1.5.0",
"description": "Convert documents (PDF, DOCX, PPTX, images, etc.) to Markdown using MarkItDown MCP server",
"author": {
"name": "Microsoft",
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.6.1",
"version": "1.6.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.6.1",
"version": "1.6.2",
"description": "Official agent skills for coding agents working with the Mastra AI framework",
"author": {
"name": "Mastra AI",
Expand Down
Loading
Loading