Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# claude-skill-sync
# @jannniiiii/opencode-claude-skill-sync

Automatically syncs OpenCode plugin skills to Claude Code so they're available in every session—no manual setup required.

Expand All @@ -8,7 +8,7 @@ Add the plugin to your OpenCode configuration file (`opencode.json`):

```json
{
"plugin": ["@opencode-ai/claude-skill-sync"]
"plugin": ["@jannniiiii/opencode-claude-skill-sync"]
}
```

Expand All @@ -20,7 +20,7 @@ To lock a specific version:

```json
{
"plugin": ["@opencode-ai/claude-skill-sync@1.0.0"]
"plugin": ["@jannniiiii/opencode-claude-skill-sync@1.0.0"]
}
```

Expand Down Expand Up @@ -68,6 +68,12 @@ cd opencode-claude-skill-sync
npm install
```

Or install from npm:

```bash
npm install @jannniiiii/opencode-claude-skill-sync
```

### Scripts

| Command | Purpose |
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@opencode-ai/claude-skill-sync",
"name": "@jannniiiii/opencode-claude-skill-sync",
"version": "1.0.0",
"description": "Automatically syncs OpenCode plugin skills to Claude Code ~/.claude/skills directory",
"type": "module",
Expand Down Expand Up @@ -48,7 +48,7 @@
"claude",
"sync"
],
"author": "OpenCode Contributors",
"author": "jannniiiii",
"license": "MIT",
"repository": {
"type": "git",
Expand Down