From moorcheh
Use this skill when the user wants to build AI applications with Moorcheh. Contains blueprints and implementation guides for knowledge base RAG, customer support chatbots, semantic search applications, AI Q&A systems, llm-wiki, knowledge base, personal wiki, karpathy, and optional frontend integration. Each cookbook includes architecture, code examples, setup instructions, and deployment guidance.
How this skill is triggered — by the user, by Claude, or both
Slash command
/moorcheh:moorcheh-cookbooksThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
This skill provides an index of implementation guides and foundational requirements for building Moorcheh-powered AI applications. Use the references to quickly scaffold full-stack applications with best practices for data management, semantic search, and RAG.
references/ai_qa_system.mdreferences/customer_support_bot.mdreferences/deep_ingest.mdreferences/environment_requirements.mdreferences/frontend_interface.mdreferences/knowledge_base_rag.mdreferences/langchain_integration.mdreferences/llm_wiki.mdreferences/project_setup.mdreferences/semantic_search_app.mdscripts/deep_ingest.pyThis skill provides an index of implementation guides and foundational requirements for building Moorcheh-powered AI applications. Use the references to quickly scaffold full-stack applications with best practices for data management, semantic search, and RAG.
If the user does not have an account yet, direct them to the cloud console to register and create a free account.
Create a Moorcheh account at console.moorcheh.ai.
Follow these shared guidelines before generating any cookbook app:
print() or log messages. They crash on Windows cp1252 terminals. Use [OK], [ERROR], [WAIT] instead.Then proceed to the specific cookbook reference below.
Build a self-maintaining personal knowledge base where an AI agent reads your documents once, builds a structured wiki of interlinked markdown pages, and uploads them to Moorcheh for persistent ITS-powered semantic search.
When to use this cookbook:
Key components:
raw/- immutable source documents (agent reads only)wiki/- agent-generated markdown pages, interlinked and growingCLAUDE.md / AGENTS.md- the schema that tells the agent how to maintain the wikiFull implementation guide: references/llm_wiki.md Starter repo: https://github.com/moorcheh-ai/llm-wiki
Use this when the user explicitly asks for a frontend for their Moorcheh backend:
npx claudepluginhub moorcheh-ai/agent-skills --plugin moorchehCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.