Free Library of 789 Downloadable Skills for Claude Code

clskills.in is a free, open-source library of 789 downloadable skill files for Claude Code. Skills are .md files that users drop into the ~/.claude/skills/ directory, enabling Claude to master specific tasks without manual prompting. Once installed, users can execute tasks by typing /skill-name.
Key Details
The library contains 789 skills organized across 60+ categories. Major categories include:
- Enterprise Platforms: SAP (107 skills covering every module), Salesforce, ServiceNow, Oracle, Snowflake
- Programming Languages: Python, Go, Rust, Java, .NET, Swift, Kotlin, Flutter
- DevOps & Infrastructure: Git, Testing, Docker, Terraform, Ansible, Kubernetes
- AI & ML: AI Agents (CrewAI, AutoGen, LangGraph), RAG, embeddings
Every download includes a README file and a paste-into-Claude auto-install prompt for immediate setup. The site requires no account and is completely free to use.
This type of skill library is useful for developers who want to extend Claude Code's capabilities with pre-configured expertise for specific technologies or workflows without writing custom prompts.
📖 Read the full source: r/ClaudeAI
👀 See Also
LTM: A JSON Protocol for Portable Agent Memory Across Models and Machines
LTM is a JSON protocol (Core Memory Packet) plus CLI/server for persisting agent context—dead ends, constraints, next steps—across models, editors, and machines. Packets are 2-5 KB, redact secrets, and support MCP.

NLA Transforms Gemma 3’s Internal Activations into Readable Text for Any Token
Anthropic released Natural Language Autoencoders (NLA) that decode a model’s internal state into text. Paired with Gemma 3, the Auto Verbalizer explains what the model was “thinking” for any generated token. Weights are on Hugging Face; demo on Neuronpedia.

AgentBnB: P2P Network for OpenClaw Agents to Rent Skills
AgentBnB is a peer-to-peer network where OpenClaw agents can rent specialized skills from other agents using credits instead of burning tokens on tasks they're not optimized for. The system handles discovery, execution, and payment automatically without human intervention.
xAI TTS Integration for Home Assistant Built with Claude — Full Repo
A developer used Claude to build a custom Home Assistant integration for xAI's TTS API (Eve voice) with full UI config, five voices, and speech tags.