tcsenpai

Mycelium — Development skill for Claude Code

Development community

Simple, structured and collaboration-ready tracker for humans ans agents.

How to install Mycelium

This entry records only its repository, not the path inside it, so there is no exact command to give. Open tcsenpai/mycelium and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Mycelium does

Simple, structured and collaboration-ready tracker for humans ans agents.

Alternatives in Development

  • HTML Report — /html-report - Generate Application Tracker Dashboard 36.6k ★
  • Career-Ops For Codex — Read CLAUDE.md for all project instructions, routing, and behavioral rules 32.5k ★
  • Thesis Tracker — 投资论文追踪:买入后的纪律系统 15.9k ★

README

Mycelium

Mycelium

⚡ Quickstart → Install Mycelium

**A task manager built for coding agents.** Mycelium gives an AI agent (Claude Code, Cursor, Aider, or your own) a durable, git-trackable place to plan and remember work across sessions. State lives in a SQLite file inside your repo, so when an agent's context is cleared, a session ends, or a teammate pulls the branch three days later, the plan is still there: the same epics, tasks, dependencies, and open follow-ups. The agent reconstructs where it left off from `myc list`, not from your memory.

It is a one-shot, scriptable CLI with JSON output and a zero-config data model, which is exactly what an agent needs to drive it reliably. Humans get the same tool (plus an optional desktop GUI, [MycUI](#gui-mycui-pre-built-download)).

[![crates.io](https://img.shields.io/crates/v/mycelium-manager.svg)](https://crates.io/crates/mycelium-manager) [![docs.rs](https://img.shields.io/docsrs/mycelium-manager)](https://docs.rs/mycelium-manager) [![Downloads](https://img.shields.io/crates/d/mycelium-manager.svg)](https://crates.io/crates/mycelium-manager) [![Rust](https://img.shields.io/badge/Rust-1.75%2B-orange)](https://www.rust-lang.org) [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)

A coding agent using Mycelium to plan and track work
A real Claude Code session driving myc to plan work in a repo.

Why agents

  • State that outlives the session: the plan is a file in the repo (.mycelium/mycelium.db), not the agent's context window. Clear the context, start a new session, or hand the branch to another machine, and the epics, tasks, dependencies, and follow-ups are still intact.
  • Git is the sync layer: