Add skill docs

This commit is contained in:
2026-03-23 17:37:45 +02:00
parent a1d045ad31
commit 18aeacf49d

View File

@@ -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