skills  by ninehills

LLM skills collection for diverse AI agentic workflows

Created 2 months ago
263 stars

Top 96.8% on SourcePulse

GitHubView on GitHub
Project Summary

This repository, ninehills/skills, offers a comprehensive collection of Large Language Model (LLM) skills designed to augment the capabilities of Claude/Alma agents. It targets developers and power users seeking to integrate practical functionalities like web scraping, code generation, UI design, and deployment directly into their LLM workflows, thereby enhancing productivity across diverse technical and creative scenarios.

How It Works

The project functions as a modular skill framework. It organizes various tools and functionalities into distinct categories (e.g., Frontend, Deployment, Web, Code Development, Media Generation). Users install these skills by cloning the repository and creating symbolic links to a designated ~/.claude/skills directory. This approach allows the LLM agent to discover and invoke these external capabilities as if they were native functions, bridging the gap between LLM reasoning and real-world tool execution.

Quick Start & Requirements

  • Installation: Clone the repository and run a provided bash script to symlink skills into ~/.claude/skills/.
    git clone ~/skills
    cd ~/skills
    for skill in skills/*/; do
      name=$(basename "$skill")
      [[ "$name" == . ]] && continue
      ln -sf "$(pwd)/$skill" ~/.claude/skills/"$name"
    done
    
  • Prerequisites: Requires a ~/.claude/skills directory structure. Some skills may have specific external dependencies (e.g., browser skill requires Chrome Relay, voice skill requires Qwen3-TTS).
  • Links: No explicit links to official quick-start guides or demos were provided in the README.

Highlighted Details

  • Broad Functionality: Covers a wide spectrum including frontend design (frontend-design, ui-ux-pro-max), web interaction (firecrawl, web-search, news-aggregator-skill), browser automation (agent-browser with Playwright), code development (coding-agent), document processing (pdf, doc, spreadsheet), and media generation (image-gen, music-gen).
  • Integration Focus: Emphasizes seamless integration with LLM agents, offering features like one-click Vercel deployment (vercel-deploy) and structured planning (planning-with-files, plan-mode).
  • External Tool Leverage: Integrates popular tools and libraries such as Firecrawl for web scraping, Playwright for browser automation, and Mermaid for diagram rendering.
  • LLM-Specific Utilities: Includes skills for refining LLM output, such as human and ai-avoid for removing AI writing traces in text.

Maintenance & Community

The README lists the upstream sources for several key skills, indicating a reliance on and contribution to external projects (e.g., @vercel-labs/agent-browser, @firecrawl/cli). No direct links to community channels (Discord, Slack), active development roadmaps, or primary maintainer information were present.

Licensing & Compatibility

The provided README does not specify a software license for the ninehills/skills repository itself. The licensing of individual integrated skills would need to be investigated separately based on their upstream sources. Compatibility for commercial use or closed-source linking is undetermined without a clear license.

Limitations & Caveats

The project's functionality is tightly coupled to the Claude/Alma LLM environment and requires manual setup via symbolic links. The absence of a repository-level license poses a significant adoption blocker for commercial or sensitive use cases. Several skills have specific external dependencies (e.g., Chrome Relay, Playwright) that must be managed by the user.

Health Check
Last Commit

1 week ago

Responsiveness

Inactive

Pull Requests (30d)
2
Issues (30d)
0
Star History
57 stars in the last 30 days

Explore Similar Projects

Starred by Will Brown Will Brown(Research Lead at Prime Intellect), Chip Huyen Chip Huyen(Author of "AI Engineering", "Designing Machine Learning Systems"), and
16 more.

stagehand by browserbase

0.8%
22k
AI browser automation framework for production
Created 2 years ago
Updated 1 day ago
Starred by Chip Huyen Chip Huyen(Author of "AI Engineering", "Designing Machine Learning Systems"), Abubakar Abid Abubakar Abid(Cofounder of Gradio), and
3 more.

owl by camel-ai

1.7%
20k
Multi-agent framework for real-world task automation
Created 1 year ago
Updated 2 days ago
Feedback? Help us improve.