You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(skill): support Codex and Cursor in stack skill install (#68)
* feat(skill): support Codex and Cursor in `stack skill install`
`stack skill install` now auto-detects which AI coding tools are installed
(Claude Code, Codex, Cursor) and installs the skill for all of them.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* feat(skill): keep manual install section in README
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -105,19 +105,19 @@ Or use the interactive helper:
105
105
stack config set
106
106
```
107
107
108
-
## Claude Code Skill
108
+
## AI Coding Tools
109
109
110
-
Stackinator includes a [Claude Code](https://claude.ai/code) skill that teaches Claude how to manage stacked branches.
111
-
112
-
### Quick install
110
+
Stackinator includes a skill that teaches AI coding tools how to manage stacked branches. Supported tools: [Claude Code](https://claude.ai/code), [Codex](https://openai.com/index/introducing-codex/), and [Cursor](https://cursor.com/).
113
111
114
112
```bash
115
113
stack skill install
116
114
```
117
115
116
+
This auto-detects which tools are installed and installs the skill for all of them.
0 commit comments