|
59 | 59 | "author": "licht1stein", |
60 | 60 | "icon": "🔮", |
61 | 61 | "featured": false |
| 62 | + }, |
| 63 | + { |
| 64 | + "name": "tdd", |
| 65 | + "description": "Test-Driven Development workflow skill: write a failing test first, implement minimum code to pass, then refactor", |
| 66 | + "source": "plugins/tdd", |
| 67 | + "category": "Development", |
| 68 | + "tags": ["testing", "tdd", "skill", "workflow", "quality"], |
| 69 | + "author": "editor-code-assistant", |
| 70 | + "icon": "🧪", |
| 71 | + "featured": true |
| 72 | + }, |
| 73 | + { |
| 74 | + "name": "adr", |
| 75 | + "description": "Architecture Decision Record subagent that guides you through structured decision documentation", |
| 76 | + "source": "plugins/adr", |
| 77 | + "category": "Development", |
| 78 | + "tags": ["architecture", "documentation", "subagent", "adr"], |
| 79 | + "author": "editor-code-assistant", |
| 80 | + "icon": "📐", |
| 81 | + "featured": false |
| 82 | + }, |
| 83 | + { |
| 84 | + "name": "changelog", |
| 85 | + "description": "Changelog subagent that analyzes git history and generates Keep a Changelog formatted entries", |
| 86 | + "source": "plugins/changelog", |
| 87 | + "category": "Workflow", |
| 88 | + "tags": ["changelog", "git", "subagent", "release"], |
| 89 | + "author": "editor-code-assistant", |
| 90 | + "icon": "📋", |
| 91 | + "featured": false |
| 92 | + }, |
| 93 | + { |
| 94 | + "name": "secret-guard", |
| 95 | + "description": "Pre-write hook that scans file content for hardcoded secrets, API keys, and tokens before saving", |
| 96 | + "source": "plugins/secret-guard", |
| 97 | + "category": "Security", |
| 98 | + "tags": ["security", "secrets", "hooks", "guard"], |
| 99 | + "author": "editor-code-assistant", |
| 100 | + "icon": "🛡️", |
| 101 | + "featured": true |
| 102 | + }, |
| 103 | + { |
| 104 | + "name": "security-review", |
| 105 | + "description": "Security-focused code reviewer subagent analyzing vulnerabilities following OWASP guidelines", |
| 106 | + "source": "plugins/security-review", |
| 107 | + "category": "Security", |
| 108 | + "tags": ["security", "review", "subagent", "owasp"], |
| 109 | + "author": "editor-code-assistant", |
| 110 | + "icon": "🔒", |
| 111 | + "featured": true |
| 112 | + }, |
| 113 | + { |
| 114 | + "name": "pomodoro", |
| 115 | + "description": "Pomodoro Technique timer that reminds you to take breaks after 25 minutes of coding", |
| 116 | + "source": "plugins/pomodoro", |
| 117 | + "category": "Productivity", |
| 118 | + "tags": ["productivity", "hooks", "timer", "wellness"], |
| 119 | + "author": "editor-code-assistant", |
| 120 | + "icon": "🍅", |
| 121 | + "featured": false |
| 122 | + }, |
| 123 | + { |
| 124 | + "name": "session-journal", |
| 125 | + "description": "Automatic dev journal that logs session timestamps, chat IDs, and workspaces to daily markdown files", |
| 126 | + "source": "plugins/session-journal", |
| 127 | + "category": "Productivity", |
| 128 | + "tags": ["productivity", "hooks", "journal", "logging"], |
| 129 | + "author": "editor-code-assistant", |
| 130 | + "icon": "📓", |
| 131 | + "featured": false |
62 | 132 | } |
63 | 133 | ] |
64 | 134 | } |
0 commit comments