assafelovicassafelovicCommunityยท1 Agent Skills Included

skyll

Runtime discovery and retrieval of reusable agent skills

Searches multiple skill registries and returns full SKILL.md content with relevance scores for instant context injection. Eliminates manual pre-installation of skills and guesswork about which capabilities a task requires. Offers a hosted REST API, Python client, and MCP server so any framework can discover and learn skills on demand.
npx skills add assafelovic/skyll --all -g -y

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install Skyll?โ–ผ

Run `npx skills add assafelovic/skyll --all -g -y` in your terminal to install this skill globally.

What does Skyll do?โ–ผ

Skyll lets any agent search for and retrieve skills at runtime, returning full SKILL.md content with relevance scores ready for context injection.

Does Skyll require pre-installing skills?โ–ผ

No. Agents can discover and learn skills on demand through the hosted API or MCP server, with no manual installation step.

Does Skyll work with Claude Desktop and Cursor?โ–ผ

Yes. Add the hosted MCP server at api.skyll.app/mcp to your client configuration and it works immediately.

Can I self-host Skyll?โ–ผ

Yes. Install the server package with pip, optionally add a GitHub token for higher rate limits, and run it with uvicorn.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’