Add skill docs
This commit is contained in:
12
README.md
12
README.md
@@ -187,6 +187,18 @@ gh-celebs/
|
|||||||
└── search.rs # Search logic
|
└── search.rs # Search logic
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## OpenCode Integration
|
||||||
|
|
||||||
|
This project includes an **OpenCode skill** located at `.opencode/skills/gh-celebs/SKILL.md` that enables AI assistants to search GitHub repositories using gh-celebs.
|
||||||
|
|
||||||
|
The skill provides:
|
||||||
|
- Automated command construction based on natural language queries
|
||||||
|
- Rate limit awareness and error handling
|
||||||
|
- Best practices for searching and updating repositories
|
||||||
|
- Integration with the OpenCode skill system
|
||||||
|
|
||||||
|
For AI assistants: When users ask to "search GitHub repositories", "find popular GitHub repos", or similar queries, use the gh-celebs skill to execute the search.
|
||||||
|
|
||||||
## Exit Codes
|
## Exit Codes
|
||||||
|
|
||||||
- `0` - Success
|
- `0` - Success
|
||||||
|
|||||||
Reference in New Issue
Block a user