# @combos-fun/plugin-matterjs

@combos-fun/plugin-matterjs — part of the Combos Fun engine monorepo.

Keywords: `matter-js`, `2d`, `physics`, `collision`, `rigid-body`, `gravity`.

## Documentation

- Per-package agent / developer notes: [`agent-skill.md`](./agent-skill.md)
- Machine-readable manifest: [`combos-plugin.json`](./combos-plugin.json)
  (validated against `schemas/combos-plugin.schema.json` in the repo
  root)
- Entry skill (single source of truth for AI agents working with this
  monorepo): `skills/combos-engine-development/SKILL.md`

When consumed from npm, the manifest and agent notes are exposed as
stable subpaths:

```ts
import manifest from '@combos-fun/plugin-matterjs/plugin-manifest';
// or fetch the markdown directly:
// require.resolve('@combos-fun/plugin-matterjs/agent-skill')
```

## License

Internal workspace package, part of the Combos Fun engine monorepo.
