
from awesome-omni-skill53
Framework for building RAG and document-centric LLM applications: ingestion connectors, vector indices, query engines and agent integrations for document Q&A an
LlamaIndex provides a comprehensive toolkit for connecting LLMs to your data: document ingestion (300+ connectors), vector indices, retrievers, query engines and patterns for RAG-based apps. It includes code examples for building indexes, query engines, agents and multi-modal retrieval workflows.
Use this skill when building document Q&A systems, knowledge-base chatbots, retrieval-augmented agents, or pipelines that need structured document ingestion, metadata filtering and persistence to vector stores. Prefer LlamaIndex for data-centric LLM tasks; consider LangChain for more agent-centric workflows.
Works well with developer-facing assistant agents that can run code snippets and help build RAG pipelines (Copilot-like assistants, Claude/Codex-style code agents).
Documentation-only skill providing a LlamaIndex reference guide with code examples, comparison tables, and best practices. No bundled scripts or automation — purely a knowledge resource. Well-written content with clear sections, but limited as an actionable agent skill since it can't perform any work without external setup (Python env, LlamaIndex library, data files, API keys).
This is essentially a curated LlamaIndex cheat sheet masquerading as an agent skill. Useful as reference material but doesn't automate anything. The database connection string example uses placeholder credentials which is fine. No security concerns at all — just a large markdown file. Architecture is monolithic (single SKILL.md ~300 lines) with unbundled references.
Reppo — AgentMind Publisher
Publish creative content to Moltbook and mint posts as on-chain pods on Reppo.ai (Base) to earn $REPPO through human voting.
Blender Build-Go (bgo)
Automate build → remove → install → enable → launch cycle for Blender extensions or add-ons to speed up iteration and CI workflows.
Brand Voice Consistency
Enforce consistent brand voice, tone, and vocabulary across marketing copy and customer-facing communications.
Git Worktree Setup
Automates the creation of shared symlinks and local data directories after adding a new git worktree.
PRD Generator for MÄÄK
Generate a focused, verifiable Product Requirements Document (PRD) for MÄÄK features — asks clarifying questions, sizes stories, and outputs PRD.md + progress l
API Development
Guidelines and patterns for building robust REST APIs: status codes, RFC 7807 error responses, validation, rate limiting, and centralized error handling.
Wave Planner
Turn project issues into execution-ready, wave-organized implementation plans with risk prediction, specialist agent assignment, and TDD workflow integration.
Aspire CLI
Concise guidance for using the .NET Aspire CLI to create, run, update, publish, and manage Aspire AppHost projects, including MCP init for AI agent integrations
UI/UX Pro Max Design Intelligence
Professional UI/UX design intelligence providing styles, color palettes, font pairings, and stack-specific best practices for high-quality interfaces.
Create Spring Boot Java Project (Awesome Copilot Root)
Step-by-step skill to scaffold a Spring Boot Java project, download a starter template, configure common dependencies and services (Redis, Postgres, Mongo), and