Claudetinker banner
yunaranyancat yunaranyancat

Claudetinker

Development community

Description

Browser-based workspace preparer for Claude Code — compose CLAUDE.md + .claude/skills + settings.json, preview, export as ZIP

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

ClaudeTinker

**Prepare Claude-ready project workspaces in your browser.** Compose memory, rules, and skills. Preview. Export.

[![Status: v0.3.2](https://img.shields.io/badge/status-v0.3.2-success)](../../releases) [![License: MIT](https://img.shields.io/badge/license-MIT-blue)](LICENSE) ![Zero backend](https://img.shields.io/badge/backend-none-informational) ![Local-only](https://img.shields.io/badge/data-localStorage-informational)

ClaudeTinker dashboard

Not a chat app. Not a browser IDE. Not an agent runner. A focused tool that removes the repetitive setup work of hand-building `CLAUDE.md` + `.claude/skills/*` for every new repo.


Contents


The flow

Workspace builder   Preview & export
  1. Choose a starter template or preset.
  2. Customize memory blocks (sortable), skills (sortable), workspace basics.
  3. Preview the generated file tree — every file, every byte. Preview and export come from the same function.
  4. Export a ZIP with predictable structure.
  5. Reuse — save the configuration as your own template.

Install

Run from source (fastest)

git clone https://github.com/yunaranyancat/claudetinker.git
cd claudetinker
npm install
npm run dev      # → http://localhost:5173

Download a release

Every tagged release attaches versioned assets on the [Releases page](../../releases):

Asset Purpose
`c