Skip to content

Commit 5566e3d

Browse files
authored
Merge pull request #34 from devstefancho/chore/archive-unused-plugins
chore: archive 15 unused plugins under archived/
2 parents 6a81809 + 725f0f0 commit 5566e3d

102 files changed

Lines changed: 36 additions & 71 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.claude-plugin/marketplace.json

Lines changed: 0 additions & 70 deletions
Original file line numberDiff line numberDiff line change
@@ -5,86 +5,16 @@
55
"name": "Stefan Cho"
66
},
77
"plugins": [
8-
{
9-
"name": "code-style-plugin",
10-
"source": "./code-style-plugin",
11-
"description": "AI code review plugin based on code style principles - checks SRP (Single Responsibility Principle), DRY, Simplicity First, YAGNI, and Type Safety"
12-
},
13-
{
14-
"name": "code-quality-plugin",
15-
"source": "./code-quality-plugin",
16-
"description": "Code quality review skill focusing on DRY, KISS, and Clean Code principles for comprehensive code assessment"
17-
},
18-
{
19-
"name": "simple-sdd-plugin",
20-
"source": "./simple-sdd-plugin",
21-
"description": "Simple SDD workflow commands for generating specifications, plans, tasks, and implementations"
22-
},
23-
{
24-
"name": "common-mcp-plugin",
25-
"source": "./common-mcp-plugin",
26-
"description": "Common MCP servers for shared tools and integrations (chrome-devtools, etc)"
27-
},
28-
{
29-
"name": "scaffold-claude-feature",
30-
"source": "./scaffold-claude-feature",
31-
"description": "Generate Claude Code features (slash commands, skills, subagents, hooks, output styles) with proper structure"
32-
},
33-
{
34-
"name": "git-worktree-plugin",
35-
"source": "./git-worktree-plugin/dist",
36-
"description": "Manage git worktrees for parallel branch work with proactive suggestions"
37-
},
38-
{
39-
"name": "session-reporter-plugin",
40-
"source": "./session-reporter-plugin",
41-
"description": "Generate HTML reports to visualize work sessions with conversation history and code changes"
42-
},
43-
{
44-
"name": "spec-manager-plugin",
45-
"source": "./spec-manager-plugin",
46-
"description": "Manage specification files for spec-driven development workflow"
47-
},
48-
{
49-
"name": "git-commit-plugin",
50-
"source": "./git-commit-plugin",
51-
"description": "Auto-generate conventional commit messages in Korean by analyzing changes"
52-
},
53-
{
54-
"name": "pr-create-plugin",
55-
"source": "./pr-create-plugin",
56-
"description": "Create GitHub pull requests with auto-generated title and description"
57-
},
588
{
599
"name": "stop-notification-plugin",
6010
"source": "./stop-notification-plugin",
6111
"description": "macOS TTS voice notification with modal dialog and tmux navigation when Claude stops or needs attention"
6212
},
63-
{
64-
"name": "worktrace-plugin",
65-
"source": "./worktrace-plugin",
66-
"description": "Extract Claude Code work history and generate daily summaries grouped by project and ticket"
67-
},
68-
{
69-
"name": "frontend-plugin",
70-
"source": "./frontend-plugin",
71-
"description": "Frontend code review and design-principles plugin for React.js development"
72-
},
73-
{
74-
"name": "smart-commit-plugin",
75-
"source": "./smart-commit-plugin",
76-
"description": "Analyze Claude Code session history to split uncommitted changes into logical commits"
77-
},
7813
{
7914
"name": "test-commit-push-pr-clean-plugin",
8015
"source": "./test-commit-push-pr-clean-plugin",
8116
"description": "Automates lint, test, commit, push, PR creation, and worktree cleanup workflow"
8217
},
83-
{
84-
"name": "local-test-plugin",
85-
"source": "./local-test-plugin",
86-
"description": "Symlink-based local plugin testing for development workflow"
87-
},
8818
{
8919
"name": "writing-specs-plugin",
9020
"source": "./writing-specs-plugin",

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ __pycache__/
33
.claude/
44
.playwright-cli/
55
plans/
6-
work-journal-plugin/
6+
archived/work-journal-plugin/
77
llm-wiki-plugin/config.json
88
*/skills/*-workspace/

archived/README.md

Lines changed: 35 additions & 0 deletions
File renamed without changes.

code-quality-plugin/skills/code-quality-reviewer/EXAMPLES.md renamed to archived/code-quality-plugin/skills/code-quality-reviewer/EXAMPLES.md

code-quality-plugin/skills/code-quality-reviewer/PRINCIPLES.md renamed to archived/code-quality-plugin/skills/code-quality-reviewer/PRINCIPLES.md

code-quality-plugin/skills/code-quality-reviewer/SKILL.md renamed to archived/code-quality-plugin/skills/code-quality-reviewer/SKILL.md

File renamed without changes.

0 commit comments

Comments
 (0)