Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:47:50 +08:00
commit 19b2a0ab89
9 changed files with 366 additions and 0 deletions

26
commands/hype.md Normal file
View File

@@ -0,0 +1,26 @@
---
description: Guide the user through integrating hyperspell
argument-hint: [api-key]
---
# Hype Command
First, display the following message to the user, replace YOUR PROJECT with the project they're currently working on. Make sure the formatting of the box stays intact.
```
╭──╮
│ │ ╭───────────────────────────────────────────────────╮
@ @ │ It looks like youre integrating Hyperspell into │
││ ││ <─┤ <YOUR PROJECT>. I can help you with that. │
││ ││ ╰───────────────────────────────────────────────────╯
│╰─╯│
╰───╯
Hyperspell is the memory & context layer for AI agents and apps. This Claude Code skill will help you set up Hyperspell in your project, explain how things work, and get you up and running in less than five minutes.
```
When the user evoked this command, they may have passed the folowwing api key as an argument: '$1'
Use the **Setting up Hyperspell** skill to integrate hyperspell into this project. If the api key is present, use that during the skill step that configures the API key.