pins
v0.6.0Pin Claude Code sessions and resume them by name: /pins:pin, /pins:unpin, and the `pin` terminal picker. Install with /pins:install; diagnose with /pins:doctor.
By Mason FlintLicense: MIT0 GitHub starsUpdated 2 weeks ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 2 skill or MCP entries
- Source updated
- Sep 8, 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 pins for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install pins@agent-plugin-marketplacePaste 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/MasonFlint44/claude-pinsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.
Plugin files
├── .claude-plugin/plugin.json├── skills/doctor/SKILL.md└── skills/install/SKILL.md
Included Skills2
Diagnose the pins plugin — why the picker's alt keys do nothing on a Mac, why `pin doctor` says fzf is not found, why the cost line says "no price" or "install ccusage", why a pin shows as expired, or whether the pin store and Claude's projects directory are in order. Use when the user says pins are broken, slow, show no cost, lost a pin, asks what a `pin doctor` line means, or asks whether pins are working. A `pin` command that is not found is the install skill's job.
Install the `pin` terminal command from the pins plugin — symlink bin/pin into ~/.local/bin, install bash or zsh completion, and check fzf (≥ 0.44) and ccusage. Use when the user runs /pins:install, asks to install or set up claude-pins, or says `pin` is not found in their terminal.
Plugin manifests1
{
"name": "pins",
"version": "0.6.0",
"description": "Pin Claude Code sessions and resume them by name: /pins:pin, /pins:unpin, and the `pin` terminal picker. Install with /pins:install; diagnose with /pins:doctor.",
"author": {
"name": "Mason Flint"
},
"homepage": "https://github.com/MasonFlint44/claude-pins",
"repository": "https://github.com/MasonFlint44/claude-pins",
"license": "MIT",
"keywords": [
"sessions",
"resume",
"fzf",
"pins"
],
"commands": "./commands",
"skills": "./skills"
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[pins on Agent Plugins Marketplace](https://pluginsmp.com/plugins/pins)