An open API service indexing awesome lists of open source software.

https://github.com/agustinusnathaniel/maestria

Portable workflow patterns for Agents. Ships my learned best practices as a plugin so I don't have to re-teach them every session.
https://github.com/agustinusnathaniel/maestria

agentic-engineering ai-agents ai-coding coding-assistant developer-tools monorepo opencode opencode-plugin typescript workflow-automation

Last synced: 5 days ago
JSON representation

Portable workflow patterns for Agents. Ships my learned best practices as a plugin so I don't have to re-teach them every session.

Awesome Lists containing this project

README

          

# maestria

> AI engineering praxis, encoded as an OpenCode plugin.

This monorepo contains `@maestria/opencode` — an npm plugin that bundles specialized subagents and global rules for OpenCode, transforming it into a disciplined AI engineering workstation.

## Packages

| Package | Description |
| ----------------------------------------- | ---------------------------------------- |
| [`@maestria/opencode`](packages/opencode) | OpenCode plugin: 7 agents + global rules |

## Development

```bash
vp install # install dependencies
vp check # format, lint, type-check everything
vp run -r test # run all tests
vp run -r build # build all packages
```

## Release

```bash
pnpm changeset # create a changeset
pnpm version-packages # version bump
pnpm release # publish to npm
```