🔎
AI EngineeringPython

Skyll

by assafelovic

Skyll is an AI Engineering skill for Claude Code, published by assafelovic in skyll.

247 stars29 forkson assafelovic/skyllAdded 2026/09/02+1% in starsRepository updated 2026/04/02
claude-skillmcpskills
Install in seconds
Install Skyll
Copy Skyll into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/assafelovic/skyll/tree/main/skills/skyll ~/.claude/skills/skyll

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/assafelovic/skyll.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
skills/skyll/SKILL.md in assafelovic/skyll
Installs to
~/.claude/skills/skyll
Collection
The only skill cataloged from this repository
Category
AI Engineering2631 skills

What Skyll does

Skyll searches for relevant agent skills at runtime and returns full SKILL.md content for context injection. Use it when a task needs specialized workflows or domain knowledge not already loaded.

Skyll is cataloged under AI Engineering on DirSkills. Skyll comes from a repository tagged claude-skill, mcp and skills.

Documentation

README

Skyll - Agent Skill Discovery

Skyll enables agents to dynamically discover and retrieve skills at runtime. Instead of having all skills pre-loaded, agents can search for relevant skills on-demand and inject them into context.

When to Use This Skill

Use Skyll when:

  • The current task requires specialized knowledge or workflows not in context
  • Looking for best practices for a specific framework, library, or domain
  • Needing procedural knowledge for complex multi-step tasks
  • Wanting to enhance capabilities with community-contributed skills

This is the opening of the README. Read the full README on GitHub.

Commands Skyll provides

Slash commands named in this skill’s SKILL.md, listed in the order they first appear.

  • /search
  • /health
  • /docs

Frequently asked about Skyll

  • How does Skyll compare to other AI Engineering skills?

    Skyll ranks #2345 by stars among the 2631 AI Engineering skills in this catalog. The most-starred ones next to it are Architecture Decision Records, AI-First Engineering and Agentic OS. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Skyll against them. Open each page to compare what they document and how they install.