Skip to content

chore: remove unused .claude-plugin directory#463

Merged
johnnygreco merged 1 commit intomainfrom
chore/remove-claude-plugin-artifacts
Mar 25, 2026
Merged

chore: remove unused .claude-plugin directory#463
johnnygreco merged 1 commit intomainfrom
chore/remove-claude-plugin-artifacts

Conversation

@johnnygreco
Copy link
Contributor

Summary

  • Remove the skills/data-designer/.claude-plugin/plugin.json file, the last remaining Claude Code marketplace plugin artifact in the repo

The marketplace plugin structure is no longer needed.
@johnnygreco johnnygreco requested a review from a team as a code owner March 25, 2026 16:54
@greptile-apps
Copy link
Contributor

greptile-apps bot commented Mar 25, 2026

Greptile Summary

This PR removes skills/data-designer/.claude-plugin/plugin.json, the last remaining artifact from a Claude Code marketplace plugin integration. The change is purely cosmetic/housekeeping and has no impact on runtime behavior.

  • Deletes the unused plugin.json metadata file (name, version, description, author, keywords, etc.)
  • No other files in the repository reference .claude-plugin or plugin.json, so the removal is complete and leaves no dangling references

Confidence Score: 5/5

  • Safe to merge — single-file deletion of an unused metadata artifact with no downstream dependencies.
  • The PR deletes exactly one JSON metadata file that is not imported, required, or referenced anywhere else in the codebase. There is zero risk of breakage.
  • No files require special attention.

Important Files Changed

Filename Overview
skills/data-designer/.claude-plugin/plugin.json Deleted leftover Claude Code marketplace plugin metadata file; no references to this file or directory remain elsewhere in the repository.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A["skills/data-designer/"] --> B[".claude-plugin/ ❌ removed"]
    A --> C["Other existing contents"]
    B --> D["plugin.json ❌ deleted"]
Loading

Reviews (1): Last reviewed commit: "chore: remove unused .claude-plugin dire..." | Re-trigger Greptile

@johnnygreco johnnygreco merged commit 426e3ed into main Mar 25, 2026
47 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants