mymir
Shared project workspace for people and coding agents
All Skills in This Repository (5)
Pure Emerald Level Indicatorsmymir
Maintain a persistent context network of tasks, dependencies, decisions, and execution records across coding sessions.
brainstorm
Guide software project ideation into a structured brief for decomposition.
manage
Manage a project's context network and propagate task changes through downstream dependencies.
decompose
Decompose brainstormed projects into flat task lists with dependency edges.
onboarding
Generate a Mymir context network from an existing repository.
Frequently Asked Questions
FAQPage SchemaHow to install Piyaz?▼
Run `npx skills add FrkAk/mymir --all -g -y` in your terminal to install all skills in this suite globally.
What does Piyaz do for software projects?▼
Piyaz turns an idea or existing codebase into a task graph with dependencies, decisions, and execution history, so people and coding agents work on the same project without losing context.
Which coding agents work with Piyaz?▼
Piyaz ships plugins for Claude Code, Codex, Cursor, and Antigravity, all connecting through one MCP server with no API keys to configure.
Can Piyaz run tasks end to end automatically?▼
Yes. The Composer skill researches, plans, implements, reviews, and opens a pull request for each ready task, while you keep final merge approval.
Can I self-host Piyaz?▼
Yes. Self-hosting is free under AGPL-3.0; you need Bun and Docker for PostgreSQL, then point your editor's MCP config at your own server.