Open-source standards for agentic software. Built for AI tools that AI agents use.
A set of Claude Code skills and templates that enforce a quality standard for publishing open-source agentic software — MCP servers, agent SDKs, and AI tools.
No code. No CLI. No package to install. Just knowledge that agents use to ship better software.
The agentic software ecosystem is young. Most open-source MCP servers and AI tools ship without the basics: no license, no changelog, no tests, no publish pipeline. Tool descriptions are vague. Schemas are untyped. Error messages say "failed" instead of what to do next.
Agents are the primary consumers of agentic software. They deserve the same quality standards that human-facing software gets — plus standards specific to how agents discover, understand, and use tools.
| Skill | What |
|---|---|
/foss-check |
Audit a repo: community health, agentic quality, package metadata, deps, CI/CD, security |
/foss-init |
Scaffold missing files from templates (LICENSE, CHANGELOG, CONTRIBUTING, CI workflows, etc.) |
/foss-release |
Guided release: bump version, update changelog, tag, push, verify PyPI publish |
/foss-launch |
Marketing playbook: README optimization, badges, star history, launch channels, timeline |
/foss-demo |
Demo assessment and generation — delegates to demo-forge for production content |
A package is foss-forge compliant when it passes /foss-check with an A grade across three layers:
LICENSE, README, CHANGELOG, CONTRIBUTING, CODE_OF_CONDUCT, SECURITY
- Tool descriptions explain when to use each tool, not just what it does
- Every parameter has a type and description
- Error messages are actionable — agents can't "see what went wrong"
- MCP config examples in README
- Full
pyproject.tomlmetadata (hatchling, classifiers, keywords, URLs) - CI workflow (lint + test matrix)
- Publish workflow (tag-triggered, trusted publisher)
- ≤5 direct dependencies
Clone this repo alongside your projects:
git clone https://github.com/eidos-agi/foss-forge.git ~/repos-eidos-agi/foss-forgeThen in any project, copy or symlink the skills you need:
cp ~/repos-eidos-agi/foss-forge/.claude/skills/foss-*.md .claude/skills/Now /foss-check, /foss-init, /foss-release, /foss-launch, and /foss-demo are available in that project.
- forge-forge — the meta-forge (create and manage forges)
- foss-forge — this repo
- demo-forge — AI-generated demo content
- security-forge — security auditing and agentic threat modeling
- test-forge — testing standards
MIT — Eidos AGI