Skip to content

MarcKr3/Marcdown

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Humor

Marcdown

An agent team framework for Claude Code. Adds structured multi-agent orchestration, slash commands, and quality guardrails to your ~/.claude/ setup.

What's Included

  • 12 specialized agents — from codebase-investigator to worktree-merger, each with defined roles and handoff rules
  • 20 slash commands/plan, /implement, /debug, /handoff, /status, and more
  • Parallel-safe architecture — feature namespacing + git worktree isolation for concurrent agent work
  • CLAUDE.md — core behavioral rules: escalation-first, TDD, systematic debugging, mandatory user approval
  • References & templates — team framework docs, plan/debug/handoff templates

Install

Back up your existing ~/.claude/ setup first if you have custom configurations.

bash <(curl -fsSL https://raw.githubusercontent.com/MarcKr3/marcdown/main/install.sh)

This copies framework files directly into ~/.claude/. Files with identical names are overwritten. The installer will warn you and prompt for confirmation before proceeding.

What gets installed: agents/, commands/, references/, templates/, CLAUDE.md

What is NOT installed: README.md, CHEATSHEET.md, CHEATSHEET.pdf, .gitignore

Update

Re-run the install script. It will download the latest version and overwrite existing framework files.

bash <(curl -fsSL https://raw.githubusercontent.com/MarcKr3/marcdown/main/install.sh)

Uninstall

Removes all Marcdown-installed files, leaving a vanilla ~/.claude/ directory. Your own files (settings, projects, memory) are untouched.

bash <(curl -fsSL https://raw.githubusercontent.com/MarcKr3/marcdown/main/install.sh) --uninstall

About

Claude Code Productivity Framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages