Discover and explore top open-source AI tools and projects—updated daily.
Prat011Customizable LLM skills for building advanced AI agent workflows
Top 52.9% on SourcePulse
A curated list of LLM Skills, this repository provides resources and tools for customizing AI agent workflows. It targets developers and power users aiming to enhance LLM capabilities across platforms like Anthropic's Claude Code/Desktop, Google's Gemini CLI, and open-source alternatives. The core benefit is enabling LLMs to execute specific, repeatable tasks in a standardized manner, improving reliability and efficiency.
How It Works
LLM Skills are defined as modular, reusable workflows, each typically including a SKILL.md file. This markdown document outlines the skill's name, description, intended use cases, detailed instructions for the LLM, and practical examples. Platforms such as Claude Code automatically discover skills placed in designated project-local or user directories. For other command-line interfaces (CLIs), skills are integrated by referencing their SKILL.md content within prompts, often using file attachment mechanisms, allowing LLMs to follow structured operational guidance.
Quick Start & Requirements
.claude/skills/ (project-local) or ~/.claude/skills/ (user-level). Requires Node 20+ and Visual Studio Code.Settings → Capabilities → Skills.SKILL.md in prompts; supports @ file/context attachments for skill content. Requires Node 20+.SKILL.md file.npm install -g @google/gemini-cli, curl -fsSL https://opencode.ai/install | bash).Highlighted Details
Maintenance & Community
Licensing & Compatibility
Limitations & Caveats
SKILL.md content directly into prompts.2 weeks ago
Inactive
langchain-ai