The world's most advanced open-source agent & prompt library
Works with ChatGPT, Claude, Gemini, Llama, Mistral, and more
🌐 Browse Library • 📖 Learning Guide • 📄 View Source • 🚀 Self-Host
Agent Library is a curated, community-driven collection of high-performance instructions and workflows for AI Agents and Large Language Models. Built for the era of autonomous digital intelligence, it provides the building blocks for developers and enthusiasts to create specialized AI capabilities.
- Agent Skills: Multi-file prompts that add specialized tools and logic to AI agents.
- Context Engineering: Beyond simple chat—manage complex reasoning and data flows.
- Platform Neutral: Designed to work across ChatGPT, Claude, Gemini, and local models.
- Enterprise Ready: Fully self-hostable with built-in authentication and customization.
Master the art of communicating with machines. Our free, interactive guide covers everything from basics to advanced techniques like:
- Chain-of-Thought reasoning
- Multi-step Agent Workflows
- Model Context Protocol (MCP) integration
- Structured Output optimization
Deploy your own private instance of the Agent Library for your team or organization.
git clone https://github.com/bl1nk-bot/agent-library.git
cd agent-library
bun install && bun run setupThe interactive setup wizard will guide you through:
- Custom Branding (Name, Logo, Theme)
- Authentication Providers (GitHub, Google, Azure AD)
- Feature Toggles (Private Prompts, AI Search, MCP Support)
📖 Full Self-Hosting Guide • 🐳 Docker Guide
Integrate this entire library directly into VS Code, Cursor, or Claude Desktop.
Configuration:
{
"mcpServers": {
"agent-library": {
"url": "https://agent.bl1nk.site/api/mcp"
}
}
}We believe in open knowledge. Contributions are welcome through GitHub pull requests or via the platform's change request system.
This project uses:
- Next.js 16 with App Router
- TypeScript 5 (strict mode)
- Prisma ORM for database management
- NextAuth.js v5 for authentication
- Tailwind CSS 4 for styling
- Vitest for testing
# Install dependencies
npm install
# Run development server
npm run dev
# Run tests
npm test
# Build for production
npm run buildFor more information, see AGENTS.md for development guidelines.
This project uses:
- Next.js 16 with App Router
- TypeScript 5 (strict mode)
- Prisma ORM for database management
- NextAuth.js v5 for authentication
- Tailwind CSS 4 for styling
- Vitest for testing
# Install dependencies
npm install
# Run development server
npm run dev
# Run tests
npm test
# Build for production
npm run buildFor more information, see AGENTS.md for development guidelines.
CC0 1.0 Universal (Public Domain) — This project belongs to everyone. Copy, modify, and use it freely without any restrictions.
Built with passion by bl1nk Team. Based on the open-source community's collective wisdom.