Agent Plugins Marketplace
← All plugins

gitify-cowork-project

v0.2.6

Cowork only. Puts an existing Cowork Project folder under git without touching its documents: commit helpers, a CLAUDE.md holding the Project Instructions, and a per-project history skill. Requires a connected folder on the Cowork device bridge.

Claude Code1 Skill

By Scott HysomLicense: MIT0 GitHub starsUpdated 1 hour ago

Directory evidence

Runtimes
Claude Code
Parsed components
1 skill or MCP entry
Source updated
Sep 26, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →

Install gitify-cowork-project for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install gitify-cowork-project@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/ScottHysom/claude-plugins

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/gitify-cowork-project/.

Plugin files

plugins/gitify-cowork-project/
├── .claude-plugin/plugin.json
└── skills/gitify-project/SKILL.md

Included Skills1

gitify-projectskills/gitify-project/SKILL.md

Put an existing Cowork Project folder under git - commit.sh, setup.sh, .gitignore, a CLAUDE.md holding the Project Instructions, and a generated per-project history skill that is written into the repo and then proposed to the account. Use when a Cowork Project that already has documents needs version history, when asked to git-back, gitify or add git to a project folder, or to move the Project Instructions into a versioned file. Writes nothing about what the documents say. Also covers checking whether a project's history skill has fallen behind the template.

Plugin manifests1

plugins/gitify-cowork-project/.claude-plugin/plugin.json
{
  "name": "gitify-cowork-project",
  "version": "0.2.6",
  "description": "Cowork only. Puts an existing Cowork Project folder under git without touching its documents: commit helpers, a CLAUDE.md holding the Project Instructions, and a per-project history skill. Requires a connected folder on the Cowork device bridge.",
  "author": {
    "name": "Scott Hysom",
    "url": "https://github.com/ScottHysom"
  },
  "homepage": "https://github.com/ScottHysom/claude-plugins/tree/main/plugins/gitify-cowork-project",
  "repository": "https://github.com/ScottHysom/claude-plugins",
  "license": "MIT",
  "keywords": [
    "cowork",
    "git",
    "history",
    "project-setup"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[gitify-cowork-project on Agent Plugins Marketplace](https://pluginsmp.com/plugins/gitify-cowork-project)