|
12 | 12 | { |
13 | 13 | "name": "command-help-skill", |
14 | 14 | "description": "Help claude understand, discover, and execute slash commands when accidentally sent as a message.", |
15 | | - "version": "0.2.0", |
| 15 | + "version": "0.2.1", |
16 | 16 | "author": { |
17 | 17 | "name": "Nathan Heaps" |
18 | 18 | }, |
|
24 | 24 | { |
25 | 25 | "name": "commit-command", |
26 | 26 | "description": "Automate git commits with AI-generated messages that match your repository's commit style and conventions", |
27 | | - "version": "0.2.0", |
| 27 | + "version": "0.2.1", |
28 | 28 | "author": { |
29 | 29 | "name": "Nathan Heaps" |
30 | 30 | }, |
|
36 | 36 | { |
37 | 37 | "name": "commit-skill", |
38 | 38 | "description": "Intelligent skill that enables Claude to automatically analyze git changes and create well-formatted commits during development", |
39 | | - "version": "0.2.0", |
| 39 | + "version": "0.2.1", |
40 | 40 | "author": { |
41 | 41 | "name": "Nathan Heaps" |
42 | 42 | }, |
|
48 | 48 | { |
49 | 49 | "name": "correct-behavior", |
50 | 50 | "description": "Command to correct AI behavior mistakes and update rules to prevent recurrence", |
51 | | - "version": "0.2.0", |
| 51 | + "version": "0.2.1", |
52 | 52 | "author": { |
53 | 53 | "name": "Nathan Heaps" |
54 | 54 | }, |
|
60 | 60 | { |
61 | 61 | "name": "create-command", |
62 | 62 | "description": "Create and maintain Claude Code slash commands with guided assistance", |
63 | | - "version": "0.2.0", |
| 63 | + "version": "0.2.1", |
64 | 64 | "author": { |
65 | 65 | "name": "Nathan Heaps" |
66 | 66 | }, |
|
72 | 72 | { |
73 | 73 | "name": "data-serialization", |
74 | 74 | "description": "Data format conversion and querying utilities. Supports YAML, JSON, TOON (Token-Oriented Object Notation), and XML/HTML transformations with special handling for Playwright accessibility snapshots. TOON provides 30-60% token reduction vs JSON for LLM contexts.", |
75 | | - "version": "0.2.0", |
| 75 | + "version": "0.2.1", |
76 | 76 | "author": { |
77 | 77 | "name": "Nathan Heaps" |
78 | 78 | }, |
|
99 | 99 | { |
100 | 100 | "name": "github-auth-skill", |
101 | 101 | "description": "Skill for authenticating with GitHub using device authorization flow", |
102 | | - "version": "0.2.0", |
| 102 | + "version": "0.2.1", |
103 | 103 | "author": { |
104 | 104 | "name": "Nathan Heaps" |
105 | 105 | }, |
|
111 | 111 | { |
112 | 112 | "name": "linear-mcp-sync", |
113 | 113 | "description": "Installs Linear MCP and adds hooks for safe ticket updates with hash validation to prevent stale overwrites", |
114 | | - "version": "0.2.0", |
| 114 | + "version": "0.2.1", |
115 | 115 | "author": { |
116 | 116 | "name": "Nathan Heaps" |
117 | 117 | }, |
|
123 | 123 | { |
124 | 124 | "name": "memory-manager", |
125 | 125 | "description": "Intelligent memory management for CLAUDE.md files. Automatically detects and stores user preferences, rules, and instructions with smart scope detection and hierarchical organization.", |
126 | | - "version": "0.2.0", |
| 126 | + "version": "0.2.1", |
127 | 127 | "author": { |
128 | 128 | "name": "Nathan Heaps" |
129 | 129 | }, |
|
135 | 135 | { |
136 | 136 | "name": "og-image", |
137 | 137 | "description": "Generate OpenGraph images for Nuxt/Vue pages using HTML templates and html2png.dev API", |
138 | | - "version": "0.2.0", |
| 138 | + "version": "0.2.1", |
139 | 139 | "author": { |
140 | 140 | "name": "alvinunreal + modifications by nsheaps" |
141 | 141 | }, |
|
156 | 156 | { |
157 | 157 | "name": "review-changes", |
158 | 158 | "description": "Review code changes with detailed feedback on quality, security, performance, and maintainability", |
159 | | - "version": "0.2.0", |
| 159 | + "version": "0.2.1", |
160 | 160 | "author": { |
161 | 161 | "name": "Nathan Heaps" |
162 | 162 | }, |
|
168 | 168 | { |
169 | 169 | "name": "safety-evaluation-prompt", |
170 | 170 | "description": "Pre-tool-call safety evaluation using prompt-style hooks for inline AI evaluation", |
171 | | - "version": "0.2.0", |
| 171 | + "version": "0.2.1", |
172 | 172 | "author": { |
173 | 173 | "name": "Nathan Heaps" |
174 | 174 | }, |
|
180 | 180 | { |
181 | 181 | "name": "safety-evaluation-script", |
182 | 182 | "description": "Pre-tool-call safety evaluation using Claude CLI (haiku) with script-style hooks", |
183 | | - "version": "0.2.0", |
| 183 | + "version": "0.2.1", |
184 | 184 | "author": { |
185 | 185 | "name": "Nathan Heaps" |
186 | 186 | }, |
|
189 | 189 | "tags": ["utility"], |
190 | 190 | "keywords": ["safety", "security", "hooks", "pre-tool-call", "evaluation", "haiku"] |
191 | 191 | }, |
| 192 | + { |
| 193 | + "name": "self-terminate", |
| 194 | + "description": "Allows Claude to gracefully terminate itself using SIGINT", |
| 195 | + "version": "1.0.0", |
| 196 | + "author": { |
| 197 | + "name": "Nathan Heaps" |
| 198 | + }, |
| 199 | + "source": "./plugins/self-terminate", |
| 200 | + "category": "utility", |
| 201 | + "tags": ["utility", "skill"], |
| 202 | + "keywords": ["terminate", "exit", "sigint", "process", "self-destruct"] |
| 203 | + }, |
192 | 204 | { |
193 | 205 | "name": "skills-maintenance", |
194 | 206 | "description": "Agent skill for maintaining, updating, and improving existing Claude Code skills", |
195 | | - "version": "0.2.0", |
| 207 | + "version": "0.2.1", |
196 | 208 | "author": { |
197 | 209 | "name": "Nathan Heaps" |
198 | 210 | }, |
|
204 | 216 | { |
205 | 217 | "name": "sync-settings", |
206 | 218 | "description": "Automatically sync and merge local Claude Code settings, commands, and files using configurable rules in syncconfig.yaml", |
207 | | - "version": "0.2.0", |
| 219 | + "version": "0.2.1", |
208 | 220 | "author": { |
209 | 221 | "name": "Nathan Heaps" |
210 | 222 | }, |
|
225 | 237 | { |
226 | 238 | "name": "task-parallelization", |
227 | 239 | "description": "Intelligent skill that helps Claude parallelize Task tool calls when working on repetitive or batch operations, optimizing throughput based on task complexity", |
228 | | - "version": "0.2.0", |
| 240 | + "version": "0.2.1", |
229 | 241 | "author": { |
230 | 242 | "name": "Nathan Heaps" |
231 | 243 | }, |
|
245 | 257 | { |
246 | 258 | "name": "tmux-subagent", |
247 | 259 | "description": "Launch independent Claude sub-agents in tmux sessions with custom configurations, tool restrictions, and iTerm integration", |
248 | | - "version": "0.2.0", |
| 260 | + "version": "0.2.1", |
249 | 261 | "author": { |
250 | 262 | "name": "Nathan Heaps" |
251 | 263 | }, |
|
0 commit comments