skills/rulebook-skill-search/SKILL.md
Search for skills by name, description, or tags. Use to find skills matching specific requirements or technologies.
npx skillsauth add hivellm/rulebook rulebook-skill-searchInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Search for skills by name, description, or tags.
| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| query | string | Yes | Search query |
// Search by technology name
await mcp.rulebook_skill_search({ query: "typescript" });
// Search by feature
await mcp.rulebook_skill_search({ query: "quality" });
// Search by tag
await mcp.rulebook_skill_search({ query: "testing" });
{
"success": true,
"query": "typescript",
"skills": [
{
"id": "languages/typescript",
"name": "TypeScript Support",
"description": "TypeScript language rules and setup",
"category": "languages",
"enabled": true
}
],
"count": 1
}
research
Author a rulebook task spec interactively — research, draft, ask the user clarifying questions, confirm, then create the tasks in rulebook ready for /rulebook-driver. Use when the user wants to plan/spec a feature before implementing.
development
Behavioral guidelines to reduce common LLM coding mistakes — overcomplication, sloppy refactors, hidden assumptions, weak goals. Use when writing, reviewing, or refactoring code. Auto-applies; invoke explicitly via /karpathy-guidelines or 'follow karpathy discipline'.
data-ai
Autonomous AI agent loop for iterative task implementation (@hivehub/rulebook ralph)
data-ai
Use SQL Server for enterprise relational data storage with advanced features, high availability, and Windows integration.