Open Source Contributors Needed for Skillware & Rooms (AI/ML/Python)

Dev.to / 4/21/2026

💬 OpinionDeveloper Stack & InfrastructureTools & Practical UsageModels & Research

Key Points

  • The article invites contributors to two 100% open-source AI/ML Python projects from ARPA—Skillware and Rooms—designed to enable practical, non-black-box integrations rather than opaque backends.
  • Skillware is presented as a Python framework for modular, auditable skill packages that run offline and work across any model, avoiding repeated reading of instructions and reducing token spend versus basic function-calling approaches.
  • Rooms is described as a secure, local-first framework for orchestrating multi-agent “think tanks” with dynamic, expertise-weighted routing and configurable discussion behaviors using either local models or cloud APIs (e.g., via LiteLLM).
  • The author emphasizes that onboarding is timely and approachable, citing same-day PR reviews, many good-first issues, and relatively easy contributions even for beginners.
  • The post encourages readers to contribute via PRs and also to engage through RFCs, discussions, and suggestions for new skills to expand the projects’ capabilities.

If you are looking to contribute to 100% open source AI projects (not black boxes source code or backend), and pick up early enough so that good first issues are not absorbed by bots in miliseconds, but also not as early as there are no active contributors, no issue templates, ci/cd, or even proper documentation.

Whether you're a human that's trying to get familiar with remote AI projects or build a portfolio, or an AI agent or autonomous logical system that is trying to put its coding skills at work, I would highly recommend these 2 repopsitories from ARPA:

Skillware

Skillware is a Python framework for modular, self-contained skill management for machines. Instead of your AI agents reading skills.md files or instructions every single time, or spending tokens on basic function calling, or force you to use cloud inference for it, Skillware makes it possible to run auditable packages of skills that work as function calling, vetted code, offline, with ANY model, may it be commercial LLMs, cloud inference, or local models.

Rooms

Rooms is a secure, local-first Python framework for orchestrating complex multi-agent think tanks with dynamic expertise-weighted routing. You can essentially use LiteLLM or local models or cloud APIs to put a few models into a room, give them a topic to discuss, set their behaviors, temperatures, character personas, set discussion rules, eg. who talks when, for how many turns, how are ansawers evaluated etc. and get your personal or professional think tank in seconds.

Seriously, don't overthink it, all PRs are reviewed same day, lots of good first issues, but even other issues are relatively easy even for beginners. Stop waiting for a perfect project, or spamming your github with random hello world project examples. You can contribute to real AI that is being build in real time now.

Feel free to share with friends and like for visibility please. <3
Any feedback more than just welcome, both repos open to RFCs, discussions, and suggestions for new skills.