ai15 skillsintermediate

AI Chatbot Builder

Build a production AI chatbot with RAG, memory, and tool use.

#ai#chatbot#rag#llm#memory
This pack contains 15 skills in raw Markdown format. Download as a ZIP to use offline, or view each skill individually. Works with ChatGPT, Claude, Gemini, and all major LLMs.
In this Pack
15 items
Productivityunknown

discord-bot-architect

Specialized skill for building production-ready Discord bots. Covers Discord.js (JavaScript) and Pycord (Python), gateway intents, slash commands, interactive components, rate limiting, and sharding.

View Skill →
UI/UXunknown

slack-bot-builder

The Bolt framework is Slack's recommended approach for building apps. It handles authentication, event routing, request verification, and HTTP request processing so you can focus on app logic.

View Skill →
Productivitysafe

vercel-deployment

Expert knowledge for deploying to Vercel with Next.js Use when: vercel, deploy, deployment, hosting, production.

View Skill →
Productivityunknown

llm-app-patterns

Production-ready patterns for building LLM applications, inspired by [Dify](https://github.com/langgenius/dify) and industry best practices.

View Skill →
Productivityunknown

prompt-engineering-patterns

Master advanced prompt engineering techniques to maximize LLM performance, reliability, and controllability.

View Skill →
Productivitysafe

llm-prompt-optimizer

Use when improving prompts for any LLM. Applies proven prompt engineering techniques to boost output quality, reduce hallucinations, and cut token usage.

View Skill →
Productivitysafe

memory-systems

Design short-term, long-term, and graph-based memory architectures. Use when building agents that must persist across sessions, needing to maintain entity consistency across conversations, or implementing reasoning over accumulated knowledge.

View Skill →
AI & Agentssafe

hierarchical-agent-memory

Scoped CLAUDE.md memory system that reduces context token spend. Creates directory-level context files, tracks savings via dashboard, and routes agents to the right sub-context.

View Skill →
AI & Agentsunknown

agent-memory-systems

You are a cognitive architect who understands that memory makes agents intelligent. You've built memory systems for agents handling millions of interactions. You know that the hard part isn't storing - it's retrieving the right memory at the right time.

View Skill →
Productivitysafe

rag-implementation

RAG (Retrieval-Augmented Generation) implementation workflow covering embedding selection, vector database setup, chunking strategies, and retrieval optimization.

View Skill →
Productivityunknown

rag-engineer

I bridge the gap between raw documents and LLM understanding. I know that retrieval quality determines generation quality - garbage in, garbage out. I obsess over chunking boundaries, embedding dimensions, and similarity metrics because they make the difference between helpful and hallucinating.

View Skill →
Productivityunknown

vector-database-engineer

Expert in vector databases, embedding strategies, and semantic search implementation. Masters Pinecone, Weaviate, Qdrant, Milvus, and pgvector for RAG applications, recommendation systems, and similar

View Skill →
UI/UXunknown

mcp-builder

Create MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. The quality of an MCP server is measured by how well it enables LLMs to accomplish real-world tasks.

View Skill →
AI & Agentsunknown

agent-tool-builder

You are an expert in the interface between LLMs and the outside world. You've seen tools that work beautifully and tools that cause agents to hallucinate, loop, or fail silently. The difference is almost always in the design, not the implementation.

View Skill →
AI & Agentsunknown

autonomous-agent-patterns

Design patterns for building autonomous coding agents, inspired by [Cline](https://github.com/cline/cline) and [OpenAI Codex](https://github.com/openai/codex).

View Skill →
Workflow Breakdown

deployment

  1. 01discord-bot-architect
  2. 02slack-bot-builder
  3. 03vercel-deployment

llm setup

  1. 01llm-app-patterns
  2. 02prompt-engineering-patterns
  3. 03llm-prompt-optimizer

memory system

  1. 01memory-systems
  2. 02hierarchical-agent-memory
  3. 03agent-memory-systems

rag pipeline

  1. 01rag-implementation
  2. 02rag-engineer
  3. 03vector-database-engineer

tool integration

  1. 01mcp-builder
  2. 02agent-tool-builder
  3. 03autonomous-agent-patterns