maxvaegamaxvaegaCommunity·22 Agent Skills Included

skillkit

Discover, load, and run packaged skills in Python

Discovers and loads SKILL.md skill packages from projects, plugins, and custom directories into any Python application. Parses YAML metadata, substitutes arguments, and executes bundled scripts with security controls and caching. Integrates with LangChain and works with any model, cutting token usage through progressive on-demand loading.
npx skills add maxvaega/skillkit --all -g -y

All Skills in This Repository (22)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install skillkit?

Run `npx skills add maxvaega/skillkit --all -g -y` in your terminal to install everything globally.

What does skillkit do?

It is a Python library that finds, parses, and runs SKILL.md skill packages so your application can load reusable expertise on demand without bloating the context window.

Does skillkit work with LangChain?

Yes. It converts discovered skills into LangChain tools with both sync and async support, and it also works standalone without any framework.

Can skillkit run scripts inside skills?

Yes. It executes Python, Shell, JavaScript, Ruby, and Perl scripts bundled in skills with timeout limits, path validation, and JSON input/output.

Is skillkit compatible with existing SKILL.md files?

Yes. Existing skills can be copied and used directly with no changes, including skills from public community libraries.

Related Repositories in Software Engineering

View All in Software Engineering