Skip to main content
Agent Skills are folders of instructions, scripts, and resources that agents can discover and use to do things more accurately and efficiently. For more information, please refer to the Agent Skills.
You can use Modellix Skill to accelerate your application development. Run the following command in your project to install Modellix Skill.

from Github

npx skills add https://github.com/Modellix/modellix-skill/tree/main/modellix-skill
Update Skills:
npx skills update

from Smithery

You can also install Modellix Skill from Smithery:
npx @smithery/cli@latest skill add modellix/modellix-skill

from ClawHub

You can also install Modellix Skill from ClawHub 🦞:
clawhub install modellix
Update Skills:
clawhub update --all
Once added, your Coding Agent will automatically use Modellix Skill to assist you with development tasks.