Claude Workspace banner
MukundaKatta MukundaKatta

Claude Workspace

Development community

Description

Central index of all @MukundaKatta repos, wired for Multica agents and Claude Code

Installation

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

README

claude-workspace

Central index of every repo under [@MukundaKatta](https://github.com/MukundaKatta), wired up so agents (via [Multica](https://github.com/multica-ai/multica), Claude Code, Codex, OpenClaw, Cursor) can reason across the whole portfolio.

This repo does not hold source code. It is the map. Point your agent at this README and it knows which repo a task belongs to.

Portfolio at a glance

Count
Total public repos 945
Original (non-fork) 429
Active (non-fork, non-archived) 391
Forks 516
Archived 306

Quick start with Multica

Multica turns coding agents into teammates you can assign issues to. Set it up once, point it at these repos, stop copy-pasting prompts.

# Install Multica CLI (macOS / Linux)
brew install multica-ai/tap/multica

# One-command configure + auth + start local daemon
multica setup

Then provision this workspace's skills and agents in one shot:

git clone https://github.com/MukundaKatta/claude-workspace.git
cd claude-workspace
./scripts/provision.sh

`provision.sh` checks you're logged in, finds your runtime, imports the 5 skills from `.multica/skills/`, and creates one agent per CLI it detects on your `PATH` (Claude, OpenClaw, Gemini, Codex, OpenCode, Cursor, Pi, Hermes). Re-running is safe — it skips skills and agents that already exist.

After that, assign any issue from any of your repos to one of the new agents. The agent claims the work on your local runtime, executes, streams progress, and reports back.

Full CLI reference: [multica-ai/multica CLI_AND_DAEMON.md](https://github.com/multica-ai/multica/blob/main/CLI_AND_DAEMON.md). Self-host: [SELF_HOSTING.md](https://github.com/multica-ai/multica/blob/main/SELF_HOSTING.md).

Using this workspace with Claude Code

  1. Clone this repo and open it in Claude Code:
    git clone https://github.com/MukundaKatta/claude-workspace.git
    cd claude-workspace
    claude
  2. Claude reads [CLAUDE.md](