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
@@ -71,54 +71,30 @@ taste, your git habits. Portable across any SKILL.md-compatible agent.
71
71
72
72
## Install
73
73
74
-
### Claude Code (recommended)
74
+
### Any SKILL.md-compatible agent (universal)
75
75
76
-
```
77
-
/plugin marketplace add ilang-ai/Imprint
78
-
/plugin install imprint@ilang-plugins
79
-
```
80
-
81
-
### Codex CLI
76
+
Copy `skills/imprint/SKILL.md` into your agent's skills directory. Works with Claude Code, Cursor, Copilot, Windsurf, Trae, Cline, Roo, and any agent that reads SKILL.md files.
|**Claude Code**| SKILL.md|copy to `~/.claude/skills/imprint/`|
132
+
|**Cursor**| SKILL.md|copy to `~/.cursor/skills/imprint/`|
133
+
|**Codex CLI**| SKILL.md|copy to `~/.codex/skills/imprint/`|
134
+
|**Copilot**|SKILL.md | copy to `~/.github/skills/imprint/`|
135
+
|**Gemini CLI**| SKILL.md | copy to `~/.gemini/extensions/imprint/skills/imprint/`|
136
+
|**Windsurf**| SKILL.md | copy to `~/.windsurf/skills/imprint/`|
137
+
|**Trae**| SKILL.md | copy to `~/.trae/skills/imprint/`|
138
+
|**Cline**| SKILL.md | copy to `~/.cline/skills/imprint/`|
139
+
|**Roo**| SKILL.md | copy to `~/.roo/skills/imprint/`|
164
140
165
141
</div>
166
142
167
-
**native** = dedicated plugin/extension manifest. **SKILL.md** = compatible via the open Agent Skills standard. Any agent that reads SKILL.md files can load Imprint.
143
+
**native** = one-command install from the platform's skill registry. **extension** = VS Code extension with auto-install to 14 agent directories. **SKILL.md** = copy the file to the agent's skills directory.
168
144
169
145
---
170
146
@@ -318,9 +294,8 @@ human-readable, those are the two hard constraints.
0 commit comments