@@ -23,19 +23,6 @@ npx skills add triggerdotdev/skills
2323
2424The result: your AI assistant understands Trigger.dev's specific patterns for exports, schema validation, error handling, retries, and more.
2525
26- ## Supported AI assistants
27-
28- Skills work with any AI coding assistant that supports the [ Agent Skills standard] ( https://agentskills.io ) , including:
29-
30- - [ Claude Code] ( https://docs.anthropic.com/en/docs/claude-code )
31- - [ Cursor] ( https://cursor.com )
32- - [ Windsurf] ( https://codeium.com/windsurf )
33- - [ GitHub Copilot] ( https://github.com/features/copilot )
34- - [ Cline] ( https://github.com/cline/cline )
35- - [ Codex CLI] ( https://github.com/openai/codex )
36- - [ Gemini CLI] ( https://github.com/google-gemini/gemini-cli )
37- - [ OpenCode] ( https://opencode.ai )
38- - [ View all →] ( https://skills.sh/docs/supported-agents )
3926
4027## Available skills
4128
@@ -63,6 +50,21 @@ npx skills add triggerdotdev/skills --skill trigger-setup
6350
6451Not sure which skill to install? Install ` trigger-tasks ` ; it covers the most common patterns for writing Trigger.dev tasks.
6552
53+
54+ ## Supported AI assistants
55+
56+ Skills work with any AI coding assistant that supports the [ Agent Skills standard] ( https://agentskills.io ) , including:
57+
58+ - [ Claude Code] ( https://docs.anthropic.com/en/docs/claude-code )
59+ - [ Cursor] ( https://cursor.com )
60+ - [ Windsurf] ( https://codeium.com/windsurf )
61+ - [ GitHub Copilot] ( https://github.com/features/copilot )
62+ - [ Cline] ( https://github.com/cline/cline )
63+ - [ Codex CLI] ( https://github.com/openai/codex )
64+ - [ Gemini CLI] ( https://github.com/google-gemini/gemini-cli )
65+ - [ OpenCode] ( https://opencode.ai )
66+ - [ View all →] ( https://skills.sh/docs/supported-agents )
67+
6668## Next steps
6769
6870<CardGroup cols = { 2 } >
0 commit comments