Skip to content

Commit 461225f

Browse files
committed
fix: README install section — remove unverified commands, show only what actually works
- Remove Claude Code/Codex/Cursor/Gemini CLI install commands (marketplace not approved yet) - Remove Open VSX link (namespace pending) - Universal SKILL.md copy method first, Hermes and VS Code as verified native installs - Compatibility table shows actual paths instead of fake commands - Badge: 11 agents compatible (not 19 supported)
1 parent e1fae74 commit 461225f

1 file changed

Lines changed: 24 additions & 49 deletions

File tree

README.md

Lines changed: 24 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ license: mit
3131
[![License](https://img.shields.io/badge/License-MIT-1e3a8a?style=for-the-badge)](LICENSE)
3232
[![Version](https://img.shields.io/badge/version-2.1-d4a858?style=for-the-badge)](#changelog)
3333
[![Skill Standard](https://img.shields.io/badge/SKILL.md-compatible-0b0f1a?style=for-the-badge&labelColor=d4a858)](https://github.com/ilang-ai/Imprint)
34-
[![Agents](https://img.shields.io/badge/19%20agents-supported-0b0f1a?style=for-the-badge)](https://github.com/ilang-ai/Imprint#compatibility)
34+
[![Agents](https://img.shields.io/badge/11%20agents-compatible-0b0f1a?style=for-the-badge)](https://github.com/ilang-ai/Imprint#compatibility)
3535

3636
</div>
3737

@@ -71,54 +71,30 @@ taste, your git habits. Portable across any SKILL.md-compatible agent.
7171

7272
## Install
7373

74-
### Claude Code (recommended)
74+
### Any SKILL.md-compatible agent (universal)
7575

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.
8277

8378
```bash
84-
npx skills add ilang-ai/Imprint
79+
git clone https://github.com/ilang-ai/Imprint.git
80+
cp Imprint/skills/imprint/SKILL.md ~/.claude/skills/imprint/SKILL.md
8581
```
8682

87-
### Cursor
88-
89-
```
90-
/add-plugin ilang-ai/Imprint
91-
```
83+
Replace `~/.claude/skills/` with your agent's skills path.
9284

93-
### Gemini CLI
85+
### Hermes Agent
9486

9587
```bash
96-
gemini extensions install https://github.com/ilang-ai/Imprint
88+
hermes skills install ilang-ai/Imprint
9789
```
9890

9991
### VS Code / VS Code forks
10092

10193
Search "Imprint" in the Extensions panel, or:
10294

10395
- [VS Code Marketplace](https://marketplace.visualstudio.com/items?itemName=ILang.imprint)
104-
- [Open VSX](https://open-vsx.org/extension/ILang/imprint)
10596

106-
### Hermes Agent
107-
108-
```bash
109-
hermes skills install ilang-ai/Imprint
110-
```
111-
112-
### Manual test
113-
114-
```bash
115-
git clone https://github.com/ilang-ai/Imprint.git
116-
claude --plugin-dir ./Imprint
117-
```
118-
119-
### Any SKILL.md-compatible agent
120-
121-
Copy `skills/imprint/SKILL.md` into your agent's skills directory.
97+
The VS Code extension auto-installs SKILL.md to 14 agent directories on your machine.
12298

12399
---
124100

@@ -148,23 +124,23 @@ Imprint covers ground that these skills address individually. Not a drop-in repl
148124

149125
<div align="center">
150126

151-
| Agent | Support | Install |
152-
| :-------------- | :--------: | :------------------------- |
153-
| **Claude Code** | native | `/plugin marketplace add` |
154-
| **Codex CLI** | native | `npx skills add` |
155-
| **Cursor** | native | `/add-plugin` or skills dir|
156-
| **Gemini CLI** | native | `gemini extensions install`|
157-
| **Hermes** | native | `hermes skills install` |
158-
| **VS Code** | extension | VS Code Marketplace |
159-
| **Copilot** | SKILL.md | drop in skills dir |
160-
| **Windsurf** | SKILL.md | drop in skills dir |
161-
| **Trae** | SKILL.md | drop in skills dir |
162-
| **Cline** | SKILL.md | drop in skills dir |
163-
| **Roo** | SKILL.md | drop in skills dir |
127+
| Agent | Status | Install |
128+
| :-------------- | :----------: | :----------------------------------- |
129+
| **Hermes** | native | `hermes skills install ilang-ai/Imprint` |
130+
| **VS Code** | extension | [VS Code Marketplace](https://marketplace.visualstudio.com/items?itemName=ILang.imprint) |
131+
| **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/` |
164140

165141
</div>
166142

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.
168144

169145
---
170146

@@ -318,9 +294,8 @@ human-readable, those are the two hard constraints.
318294

319295
- [ilang.ai](https://ilang.ai)
320296
- [GitHub](https://github.com/ilang-ai/Imprint)
321-
- [skills.sh](https://skills.sh/ilang-ai/Imprint/imprint)
322297
- [VS Code Marketplace](https://marketplace.visualstudio.com/items?itemName=ILang.imprint)
323-
- [Open VSX](https://open-vsx.org/extension/ILang/imprint)
298+
- [skills.sh](https://skills.sh/ilang-ai/Imprint/imprint)
324299
- [Hugging Face](https://huggingface.co/i-Lang/Imprint)
325300
- [SKILL.md spec](https://github.com/ilang-ai/ilang-spec)
326301

0 commit comments

Comments
 (0)