claude-tooling
v0.1.0Extend and maintain Claude Code itself: slash commands, skill authoring and installation, Desktop routines, plan grilling, plus the SessionStart plugin-update notice. Install at user scope to make it available across all projects.
By atman-332 GitHub starsUpdated last week
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 4 skill or MCP entries
- Source updated
- Sep 13, 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 claude-tooling for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install claude-tooling@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/atman-33/workhubClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/claude-tooling/.
Plugin files
├── .claude-plugin/plugin.json├── skills/grilling/SKILL.md├── skills/install-skill/SKILL.md├── skills/manage-desktop-routines/SKILL.md└── skills/writing-great-skills/SKILL.md
Included Skills4
Grill the user relentlessly about a plan or design. Use when the user wants to stress-test a plan before building, or uses any 'grill' trigger phrases.
Install a Claude Code skill from a GitHub skills repository URL.
Create, back up, and restore Claude Code Desktop local routines (scheduled tasks) so they survive a PC change. Use when the user wants to set up a recurring or one-off Desktop routine, back up their routines, or restore routines on a new machine.
Reference for writing and editing skills well — the vocabulary and principles that make a skill predictable.
Plugin manifests1
{
"name": "claude-tooling",
"version": "0.1.0",
"description": "Extend and maintain Claude Code itself: slash commands, skill authoring and installation, Desktop routines, plan grilling, plus the SessionStart plugin-update notice. Install at user scope to make it available across all projects.",
"author": {
"name": "atman-33",
"url": "https://github.com/atman-33"
}
}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.
[claude-tooling on Agent Plugins Marketplace](https://pluginsmp.com/plugins/claude-tooling)