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.
- Host: GitHub
- URL: https://github.com/agustinusnathaniel/maestria
- Owner: agustinusnathaniel
- License: mit
- Created: 2026-06-12T09:43:04.000Z (14 days ago)
- Default Branch: main
- Last Pushed: 2026-06-19T19:07:21.000Z (6 days ago)
- Last Synced: 2026-06-19T20:21:05.397Z (6 days ago)
- Topics: agentic-engineering, ai-agents, ai-coding, coding-assistant, developer-tools, monorepo, opencode, opencode-plugin, typescript, workflow-automation
- Language: MDX
- Homepage: https://maestria.sznm.dev
- Size: 642 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Agents: AGENTS.md
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
```