skillkit
Discover, load, and run packaged skills in Python
All Skills in This Repository (22)
Pure Emerald Level Indicatorstest-skill
Run a test skill to verify plugin activation with sample input.
skill-b
Load and activate a plugin from an experimental subdirectory.
skill-a
Traverse nested directories to parse, validate, and index skill metadata.
valid-with-version
Validate and parse skill metadata version fields using semantic versioning syntax.
valid-with-arguments
Substitute $ARGUMENTS placeholders in skill templates with provided values.
large-content-skill
Test lazy loading behavior for large content files over 500KB.
git-helper
Generate conventional commit messages and suggest git branch names.
code-reviewer
Review code for bugs, security vulnerabilities, and performance issues.
pdf-extractor
Extract text and metadata from PDF documents via Python scripts.
nested-root-skill
Locate SKILL.md files in nested directories and extract metadata into a catalog.
nested-mid-skill
Discover SKILL.md files in nested directories and extract metadata for indexing.
nested-deep-skill
Locate SKILL.md files in nested directories and extract metadata for indexing.
Frequently Asked Questions
FAQPage SchemaHow 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→openclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core