Automated workspace hygiene checks that detect build artifacts, stale temp files, orphaned docs, and project-level clutter.
npx claudepluginhub ats-kinoshita-iso/agent-workshop --plugin workspace-cleanRead-only report of workspace hygiene issues without making any modifications. Use this skill when the user asks to "audit workspace", "show cleanup report", "what needs cleaning", "hygiene check", or any request to assess workspace cleanliness without actually deleting or modifying anything.
Interactive workspace cleanup that detects and removes build artifacts, stale temp files, and project clutter. Use this skill when the user asks to "clean up", "remove build artifacts", "clean the workspace", "delete temp files", or any request to interactively find and remove hygiene issues with confirmation before each action.
A plugin library and development framework for Claude Code. This repo serves two purposes:
/plugin install.# Add the marketplace
/plugin marketplace add ats-kinoshita-iso/agent-workshop
# Browse and install plugins
/plugin install planning@agent-workshop
Browse cookbook/ and copy what you need into your project:
cookbook/claude-md/ — CLAUDE.md templates by project typecookbook/hooks/ — Reusable hook recipes for .claude/settings.jsoncookbook/mcp/ — MCP server configurations for common integrations.claude-plugin/ # Marketplace definition (marketplace.json)
plugins/ # Stable, packaged Claude Code plugins
cookbook/ # Golden baseline configs (copy into your projects)
claude-md/ # CLAUDE.md templates
hooks/ # Hook recipes
mcp/ # MCP server configs
tools/ # Development & validation tooling
tests/ # Plugin validation gates
1. Develop in .claude/ → Iterate locally with Claude Code
2. Validate with test suite → uv run pytest
3. Package as plugin → Create plugin.json + SKILL.md in plugins/
4. Auto-register in marketplace → marketplace_gen.py updates marketplace.json
5. Users install from here → /plugin marketplace add ats-kinoshita-iso/agent-workshop
| Plugin | Description | Version |
|---|---|---|
| code-quality-gate | Unified quality orchestrator (lint, format, typecheck, test) | 1.0.0 |
| context-sync | Keeps CLAUDE.md files in sync with the codebase | 1.0.0 |
| plan-manager | Plan lifecycle management with gate tracking and archival | 1.0.0 |
| planning | Phased implementation plans with gates and tests | 2.0.0 |
| test-quality | Test generation, auditing, and knowledge extraction | 1.0.0 |
| workspace-clean | Workspace hygiene checks and cleanup | 1.0.0 |
| Plugin | Skills | License |
|---|---|---|
| anthropic-document-skills | docx, pdf, pptx, xlsx | Source-available |
| anthropic-creative-skills | algorithmic-art, brand-guidelines, canvas-design, frontend-design, slack-gif-creator, theme-factory | Apache 2.0 |
| anthropic-dev-skills | claude-api, mcp-builder, skill-creator, web-artifacts-builder, webapp-testing | Apache 2.0 |
| anthropic-enterprise-skills | doc-coauthoring, internal-comms | Apache 2.0 |
uvbunuv syncuv run pytestuv run ruff check .uv run ruff format .uv run mypy .bun installbun testbunx biome check --write ..claude/ (skills, hooks, agents, etc.)plugins/<your-plugin>/.claude-plugin/plugin.json with name, description, version, keywordsuv run pytest to validate structureuv run python tools/marketplace_gen.py to update the marketplace catalogComplete developer workflow toolkit. Includes 34 reference skills, 34 specialized agents, and 21 slash commands covering TDD, debugging, code review, architecture, documentation, refactoring, security, testing, git workflows, API design, performance, UI/UX design, plugin development, and incident response. Full SDLC coverage with MCP integrations.
Show your plugin is listed on ClaudePluginHub.
[](https://www.claudepluginhub.com/plugins/ats-kinoshita-iso-workspace-clean-plugins-workspace-clean?ref=badge)Paste near the top of your README, alongside other badges.
Claude + Obsidian knowledge companion. Sets up a persistent, compounding wiki vault. Covers memory management, session notetaking, knowledge organization, and agent context across projects. Based on Andrej Karpathy's LLM Wiki pattern.