Skip to content

Commit b49acae

Browse files
committed
refactor: clean up and standardize WorkOS skill documentation
- Updated formatting in the WorkOS skill documentation for consistency. - Removed unnecessary lines and improved readability in the AuthKit and Backend SDK installation sections. - Deleted outdated skills related to new-action, new-component, new-form, new-input, new-page, new-query, new-repository, release-note, and seo-audit, along with their evaluation files and references. This cleanup enhances the clarity and maintainability of the documentation.
1 parent 1f5fe25 commit b49acae

63 files changed

Lines changed: 449 additions & 7254 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

.agents/skills/workos/SKILL.md

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -19,30 +19,30 @@ When a user needs help with WorkOS, consult the tables below to route to the rig
1919

2020
### AuthKit Installation (Read `references/{name}.md`)
2121

22-
| User wants to... | Read file |
23-
| ----------------------------------- | ------------------------------------------------- |
24-
| Install AuthKit in Next.js | `references/workos-authkit-nextjs.md` |
25-
| Install AuthKit in React SPA | `references/workos-authkit-react.md` |
26-
| Install AuthKit with React Router | `references/workos-authkit-react-router.md` |
27-
| Install AuthKit with TanStack Start | `references/workos-authkit-tanstack-start.md` |
28-
| Install AuthKit with SvelteKit | `references/workos-authkit-sveltekit.md` |
29-
| Install AuthKit in vanilla JS | `references/workos-authkit-vanilla-js.md` |
30-
| AuthKit architecture reference | `references/workos-authkit-base.md` |
31-
| Add WorkOS Widgets | Load `workos-widgets` skill via Skill tool |
22+
| User wants to... | Read file |
23+
| ----------------------------------- | --------------------------------------------- |
24+
| Install AuthKit in Next.js | `references/workos-authkit-nextjs.md` |
25+
| Install AuthKit in React SPA | `references/workos-authkit-react.md` |
26+
| Install AuthKit with React Router | `references/workos-authkit-react-router.md` |
27+
| Install AuthKit with TanStack Start | `references/workos-authkit-tanstack-start.md` |
28+
| Install AuthKit with SvelteKit | `references/workos-authkit-sveltekit.md` |
29+
| Install AuthKit in vanilla JS | `references/workos-authkit-vanilla-js.md` |
30+
| AuthKit architecture reference | `references/workos-authkit-base.md` |
31+
| Add WorkOS Widgets | Load `workos-widgets` skill via Skill tool |
3232

3333
### Backend SDK Installation (Read `references/{name}.md`)
3434

35-
| User wants to... | Read file |
36-
| ------------------------------------ | -------------------------------------- |
37-
| Install AuthKit in Node.js backend | `references/workos-node.md` |
38-
| Install AuthKit in Python | `references/workos-python.md` |
39-
| Install AuthKit in .NET | `references/workos-dotnet.md` |
40-
| Install AuthKit in Go | `references/workos-go.md` |
41-
| Install AuthKit in Ruby | `references/workos-ruby.md` |
42-
| Install AuthKit in PHP | `references/workos-php.md` |
43-
| Install AuthKit in PHP Laravel | `references/workos-php-laravel.md` |
44-
| Install AuthKit in Kotlin | `references/workos-kotlin.md` |
45-
| Install AuthKit in Elixir | `references/workos-elixir.md` |
35+
| User wants to... | Read file |
36+
| ---------------------------------- | ---------------------------------- |
37+
| Install AuthKit in Node.js backend | `references/workos-node.md` |
38+
| Install AuthKit in Python | `references/workos-python.md` |
39+
| Install AuthKit in .NET | `references/workos-dotnet.md` |
40+
| Install AuthKit in Go | `references/workos-go.md` |
41+
| Install AuthKit in Ruby | `references/workos-ruby.md` |
42+
| Install AuthKit in PHP | `references/workos-php.md` |
43+
| Install AuthKit in PHP Laravel | `references/workos-php-laravel.md` |
44+
| Install AuthKit in Kotlin | `references/workos-kotlin.md` |
45+
| Install AuthKit in Elixir | `references/workos-elixir.md` |
4646

4747
### Features (Read `references/{name}.md`)
4848

@@ -86,9 +86,9 @@ Feature topic files above include endpoint tables for their respective APIs. Use
8686

8787
### Management (Read `references/{name}.md`)
8888

89-
| User wants to... | Read file |
90-
| ---------------------------------------- | ---------------------------------- |
91-
| Manage WorkOS resources via CLI commands | `references/workos-management.md` |
89+
| User wants to... | Read file |
90+
| ---------------------------------------- | --------------------------------- |
91+
| Manage WorkOS resources via CLI commands | `references/workos-management.md` |
9292

9393
## Routing Decision Tree
9494

0 commit comments

Comments
 (0)