All hooks, scripts, skills, and commands have been consolidated into core/agent with significant additions. Co-Authored-By: Virgil <virgil@lethean.io>
17 lines
463 B
Markdown
17 lines
463 B
Markdown
# core-claude (ARCHIVED)
|
|
|
|
> **This repository has been superseded by [`core/agent`](https://forge.lthn.ai/core/agent).**
|
|
>
|
|
> All hooks, scripts, skills, and commands from this repo are included in core/agent,
|
|
> which adds 37 additional scripts, 25 commands, 3 new skills, and 4 extra hooks.
|
|
|
|
## Migration
|
|
|
|
```bash
|
|
# Remove old plugin
|
|
/plugin uninstall core@core-claude
|
|
|
|
# Install replacement
|
|
/plugin marketplace add core/agent
|
|
/plugin install code@core/agent
|
|
```
|