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
2 changes: 1 addition & 1 deletion .claude-plugin/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
},
"metadata": {
"description": "Official WorkOS skills for AI coding agents",
"version": "0.6.0"
"version": "0.6.1"
},
"plugins": [
{
Expand Down
2 changes: 1 addition & 1 deletion .cursor-plugin/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
},
"metadata": {
"description": "Official WorkOS skills for AI coding agents",
"version": "0.6.0"
"version": "0.6.1"
},
"plugins": [
{
Expand Down
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.6.0"
".": "0.6.1"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.6.1](https://github.com/workos/skills/compare/v0.6.0...v0.6.1) (2026-06-08)


### Bug Fixes

* **workos:** mandate POST server-action sign-out in Next.js skill ([#33](https://github.com/workos/skills/issues/33)) ([a479b91](https://github.com/workos/skills/commit/a479b91eb4f419dd089cfa44e16e210f8c4f59ae))

## [0.6.0](https://github.com/workos/skills/compare/v0.5.0...v0.6.0) (2026-05-13)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@workos/skills",
"packageManager": "pnpm@10.27.0",
"version": "0.6.0",
"version": "0.6.1",
"description": "WorkOS Skills for AI coding agents — AuthKit, SSO, Directory Sync, RBAC, and more",
"keywords": [
"ai-agents",
Expand Down
2 changes: 1 addition & 1 deletion plugins/workos/.claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "workos",
"description": "WorkOS integration skills for AuthKit, SSO, Directory Sync, RBAC, Vault, Audit Logs, migrations, and API references.",
"version": "0.6.0",
"version": "0.6.1",
"author": {
"name": "WorkOS",
"email": "support@workos.com"
Expand Down
16 changes: 13 additions & 3 deletions plugins/workos/.codex-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "workos",
"version": "0.6.0",
"version": "0.6.1",
"description": "WorkOS integration skills for AuthKit, SSO, Directory Sync, RBAC, Vault, Audit Logs, migrations, and API references.",
"author": {
"name": "WorkOS",
Expand All @@ -10,15 +10,25 @@
"homepage": "https://workos.com",
"repository": "https://github.com/workos/skills",
"license": "MIT",
"keywords": ["workos", "authkit", "sso", "directory-sync", "rbac", "widgets"],
"keywords": [
"workos",
"authkit",
"sso",
"directory-sync",
"rbac",
"widgets"
],
"skills": "./skills/",
"interface": {
"displayName": "WorkOS",
"shortDescription": "Implement WorkOS auth, identity, and admin flows",
"longDescription": "Use WorkOS skills to implement and debug AuthKit, SSO, Directory Sync, RBAC, MFA, Admin Portal, Widgets, and migration workflows.",
"developerName": "WorkOS",
"category": "Coding",
"capabilities": ["Interactive", "Write"],
"capabilities": [
"Interactive",
"Write"
],
"websiteURL": "https://workos.com",
"defaultPrompt": [
"Add WorkOS AuthKit to this app",
Expand Down
2 changes: 1 addition & 1 deletion plugins/workos/.cursor-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "workos",
"description": "WorkOS integration skills for AuthKit, SSO, Directory Sync, RBAC, Vault, Audit Logs, migrations, and API references.",
"version": "0.6.0",
"version": "0.6.1",
"author": {
"name": "WorkOS",
"email": "support@workos.com"
Expand Down