agent-skill-manager 1.13.0 → 1.14.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (41) hide show
  1. package/README.md +11 -1
  2. package/data/skill-index/Affitor_affiliate-skills.json +97 -1
  3. package/data/skill-index/Eronred_aso-skills.json +339 -0
  4. package/data/skill-index/Galaxy-Dawn_claude-scholar.json +526 -0
  5. package/data/skill-index/Leonxlnx_taste-skill.json +15 -1
  6. package/data/skill-index/MiniMax-AI_skills.json +21 -1
  7. package/data/skill-index/affaan-m_everything-claude-code.json +612 -3
  8. package/data/skill-index/agentskills_agentskills.json +1 -1
  9. package/data/skill-index/anthropics_skills.json +37 -1
  10. package/data/skill-index/coreyhaines31_marketingskills.json +67 -1
  11. package/data/skill-index/himself65_finance-skills.json +97 -0
  12. package/data/skill-index/kemiljk_fluid-design.json +20 -0
  13. package/data/skill-index/kepano_obsidian-skills.json +64 -0
  14. package/data/skill-index/luongnv89_skills.json +71 -1
  15. package/data/skill-index/mattpocock_skills.json +196 -0
  16. package/data/skill-index/msitarzewski_agency-agents.json +1 -1
  17. package/data/skill-index/nextlevelbuilder_ui-ux-pro-max-skill.json +15 -1
  18. package/data/skill-index/obra_superpowers.json +29 -1
  19. package/data/skill-index/sickn33_antigravity-awesome-skills.json +2660 -2
  20. package/data/skill-index/slavingia_skills.json +108 -0
  21. package/data/skill-index-resources.json +64 -1
  22. package/dist/agent-skill-manager.js +177 -170
  23. package/dist/{chunk-6c7f07w3.js → chunk-d8zyhd1t.js} +29 -29
  24. package/dist/{chunk-hw8kyyg5.js → chunk-gvpf7w25.js} +2 -2
  25. package/dist/chunk-vhkxjexp.js +3 -0
  26. package/package.json +2 -1
  27. package/dist/chunk-1nnaagv9.js +0 -12
  28. package/dist/chunk-7fa8jt74.js +0 -91
  29. package/dist/chunk-b7betbzn.js +0 -3
  30. package/dist/chunk-dykgxxyr.js +0 -3
  31. package/dist/chunk-es13zqy2.js +0 -91
  32. package/dist/chunk-f9v15smy.js +0 -91
  33. package/dist/chunk-gdjc7mam.js +0 -91
  34. package/dist/chunk-j64gxcw7.js +0 -91
  35. package/dist/chunk-jfdmhdsr.js +0 -3
  36. package/dist/chunk-jqby9n90.js +0 -12
  37. package/dist/chunk-s73mfpjt.js +0 -91
  38. package/dist/chunk-vvzggdyd.js +0 -12
  39. package/dist/chunk-xkxs2gj3.js +0 -12
  40. package/dist/chunk-y008z8jw.js +0 -12
  41. package/dist/chunk-zdwywb64.js +0 -12
@@ -0,0 +1,526 @@
1
+ {
2
+ "repoUrl": "https://github.com/Galaxy-Dawn/claude-scholar.git",
3
+ "owner": "Galaxy-Dawn",
4
+ "repo": "claude-scholar",
5
+ "updatedAt": "2026-03-23T22:22:27.806Z",
6
+ "skillCount": 47,
7
+ "skills": [
8
+ {
9
+ "name": "agent-identifier",
10
+ "description": "This skill should be used when the user asks to \"create an agent\", \"add an agent\", \"write a subagent\", \"agent frontmatter\", \"when to use description\", \"agent examples\", \"agent tools\", \"agent colors\", \"autonomous agent\", or needs guidance on agent structure, system prompts, triggering conditions, or agent development best practices for Claude Code plugins.",
11
+ "version": "0.1.0",
12
+ "license": "",
13
+ "creator": "",
14
+ "compatibility": "",
15
+ "allowedTools": [],
16
+ "installUrl": "github:Galaxy-Dawn/claude-scholar:skills/agent-identifier",
17
+ "relPath": "skills/agent-identifier"
18
+ },
19
+ {
20
+ "name": "architecture-design",
21
+ "description": "Use ONLY when creating NEW registrable components in ML projects that require Factory/Registry patterns. ✅ USE when: - Creating a new Dataset class (needs @register_dataset) - Creating a new Model class (needs @register_model) - Creating a new module directory with __init__.py factory - Initializing a new ML project structure from scratch - Adding new component types (Augmentation, CollateFunction, Metrics) ❌ DO NOT USE when: - Modifying existing functions or methods - Fixing bugs in existing code - Adding helper functions or utilities - Refactoring without adding new registrable components - Simple code changes to a single file - Modifying configuration files - Reading or understanding existing code Key indicator: Does the task require @register_* decorator or Factory pattern? If no, skip this skill.",
22
+ "version": "1.2.0",
23
+ "license": "",
24
+ "creator": "",
25
+ "compatibility": "",
26
+ "allowedTools": [],
27
+ "installUrl": "github:Galaxy-Dawn/claude-scholar:skills/architecture-design",
28
+ "relPath": "skills/architecture-design"
29
+ },
30
+ {
31
+ "name": "bug-detective",
32
+ "description": "This skill should be used when the user asks to \"debug this\", \"fix this error\", \"investigate this bug\", \"troubleshoot this issue\", \"find the problem\", \"something is broken\", \"this isn't working\", \"why is this failing\", or reports errors/exceptions/bugs. Provides systematic debugging workflow and common error patterns.",
33
+ "version": "0.1.0",
34
+ "license": "",
35
+ "creator": "",
36
+ "compatibility": "",
37
+ "allowedTools": [],
38
+ "installUrl": "github:Galaxy-Dawn/claude-scholar:skills/bug-detective",
39
+ "relPath": "skills/bug-detective"
40
+ },
41
+ {
42
+ "name": "citation-verification",
43
+ "description": "This skill provides reference guidance for citation verification in academic writing. Use when the user asks about \"citation verification best practices\", \"how to verify references\", \"preventing fake citations\", or needs guidance on citation accuracy. This skill supports ml-paper-writing by providing detailed verification principles and common error patterns.",
44
+ "version": "0.1.0",
45
+ "license": "",
46
+ "creator": "",
47
+ "compatibility": "",
48
+ "allowedTools": [],
49
+ "installUrl": "github:Galaxy-Dawn/claude-scholar:skills/citation-verification",
50
+ "relPath": "skills/citation-verification"
51
+ },
52
+ {
53
+ "name": "code-review-excellence",
54
+ "description": "This skill should be used when the user asks to review a diff or pull request, write review comments, audit code quality, establish review standards, or improve how a team performs code review.",
55
+ "version": "0.1.0",
56
+ "license": "",
57
+ "creator": "",
58
+ "compatibility": "",
59
+ "allowedTools": [],
60
+ "installUrl": "github:Galaxy-Dawn/claude-scholar:skills/code-review-excellence",
61
+ "relPath": "skills/code-review-excellence"
62
+ },
63
+ {
64
+ "name": "command-development",
65
+ "description": "This skill should be used when the user asks to \"create a slash command\", \"add a command\", \"write a custom command\", \"define command arguments\", \"use command frontmatter\", \"organize commands\", \"create command with file references\", \"interactive command\", \"use AskUserQuestion in command\", or needs guidance on slash command structure, YAML frontmatter fields, dynamic arguments, bash execution in commands, user interaction patterns, or command development best practices for Claude Code.",
66
+ "version": "0.2.0",
67
+ "license": "",
68
+ "creator": "",
69
+ "compatibility": "",
70
+ "allowedTools": [],
71
+ "installUrl": "github:Galaxy-Dawn/claude-scholar:skills/command-development",
72
+ "relPath": "skills/command-development"
73
+ },
74
+ {
75
+ "name": "daily-coding",
76
+ "description": "Daily coding assistant that auto-triggers when writing/modifying code, providing a core checklist. ✅ Trigger scenarios: - Implementing new features, adding code, modifying existing code - User requests \"write a...\", \"implement...\", \"add...\", \"modify...\" - Any coding task involving Edit/Write tools ❌ Does not trigger: - Pure reading/understanding code (no modification intent) - Already covered by specialized skills (bug-detective, architecture-design, tdd-guide) - Configuration file changes, documentation writing",
77
+ "version": "1.0.0",
78
+ "license": "",
79
+ "creator": "",
80
+ "compatibility": "",
81
+ "allowedTools": [],
82
+ "installUrl": "github:Galaxy-Dawn/claude-scholar:skills/daily-coding",
83
+ "relPath": "skills/daily-coding"
84
+ },
85
+ {
86
+ "name": "daily-paper-generator",
87
+ "description": "Use when the user asks to \"generate daily paper\", \"search arXiv for EEG papers\", \"find EEG decoding papers\", \"review brain-computer interface papers\", or wants to create paper summaries for EEG/brain decoding/speech decoding research. This skill automates searching arXiv for recent papers on EEG decoding, EEG speech decoding, or brain foundation models, reviewing paper quality, and generating structured Chinese/English summaries.",
88
+ "version": "0.4.0",
89
+ "license": "",
90
+ "creator": "",
91
+ "compatibility": "",
92
+ "allowedTools": [],
93
+ "installUrl": "github:Galaxy-Dawn/claude-scholar:skills/daily-paper-generator",
94
+ "relPath": "skills/daily-paper-generator"
95
+ },
96
+ {
97
+ "name": "defuddle",
98
+ "description": "Extract clean markdown content from web pages using Defuddle CLI, removing clutter and navigation to save tokens. Use instead of WebFetch when the user provides a URL to read or analyze, for online documentation, articles, blog posts, or any standard web page.",
99
+ "version": "0.0.0",
100
+ "license": "",
101
+ "creator": "",
102
+ "compatibility": "",
103
+ "allowedTools": [],
104
+ "installUrl": "github:Galaxy-Dawn/claude-scholar:skills/defuddle",
105
+ "relPath": "skills/defuddle"
106
+ },
107
+ {
108
+ "name": "doc-coauthoring",
109
+ "description": "This skill should be used when the user asks to co-author documentation, draft a proposal, write a technical spec, create a decision doc or RFC, or structure a substantial document through iterative collaboration and reader testing.",
110
+ "version": "0.1.0",
111
+ "license": "",
112
+ "creator": "",
113
+ "compatibility": "",
114
+ "allowedTools": [],
115
+ "installUrl": "github:Galaxy-Dawn/claude-scholar:skills/doc-coauthoring",
116
+ "relPath": "skills/doc-coauthoring"
117
+ },
118
+ {
119
+ "name": "frontend-design",
120
+ "description": "Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, artifacts, posters, or applications (examples include websites, landing pages, dashboards, React components, HTML/CSS layouts, or when styling/beautifying any web UI). Generates creative, polished code and UI design that avoids generic AI aesthetics.",
121
+ "version": "0.1.0",
122
+ "license": "Complete terms in LICENSE.txt",
123
+ "creator": "",
124
+ "compatibility": "",
125
+ "allowedTools": [],
126
+ "installUrl": "github:Galaxy-Dawn/claude-scholar:skills/frontend-design",
127
+ "relPath": "skills/frontend-design"
128
+ },
129
+ {
130
+ "name": "git-workflow",
131
+ "description": "This skill should be used when the user asks to \"create git commit\", \"manage branches\", \"follow git workflow\", \"use Conventional Commits\", \"handle merge conflicts\", or asks about git branching strategies, version control best practices, pull request workflows. Provides comprehensive Git workflow guidance for team collaboration.",
132
+ "version": "1.2.0",
133
+ "license": "",
134
+ "creator": "",
135
+ "compatibility": "",
136
+ "allowedTools": [],
137
+ "installUrl": "github:Galaxy-Dawn/claude-scholar:skills/git-workflow",
138
+ "relPath": "skills/git-workflow"
139
+ },
140
+ {
141
+ "name": "hook-development",
142
+ "description": "This skill should be used when the user asks to \"create a hook\", \"add a PreToolUse/PostToolUse/Stop hook\", \"validate tool use\", \"implement prompt-based hooks\", \"use ${CLAUDE_PLUGIN_ROOT}\", \"set up event-driven automation\", \"block dangerous commands\", or mentions hook events (PreToolUse, PostToolUse, Stop, SubagentStop, SessionStart, SessionEnd, UserPromptSubmit, PreCompact, Notification). Provides comprehensive guidance for creating and implementing Claude Code plugin hooks with focus on advanced prompt-based hooks API.",
143
+ "version": "0.1.0",
144
+ "license": "",
145
+ "creator": "",
146
+ "compatibility": "",
147
+ "allowedTools": [],
148
+ "installUrl": "github:Galaxy-Dawn/claude-scholar:skills/hook-development",
149
+ "relPath": "skills/hook-development"
150
+ },
151
+ {
152
+ "name": "json-canvas",
153
+ "description": "Create and edit JSON Canvas files (.canvas) with nodes, edges, groups, and connections. Use when working with .canvas files, creating visual canvases, mind maps, flowcharts, or when the user mentions Canvas files in Obsidian.",
154
+ "version": "0.0.0",
155
+ "license": "",
156
+ "creator": "",
157
+ "compatibility": "",
158
+ "allowedTools": [],
159
+ "installUrl": "github:Galaxy-Dawn/claude-scholar:skills/json-canvas",
160
+ "relPath": "skills/json-canvas"
161
+ },
162
+ {
163
+ "name": "kaggle-learner",
164
+ "description": "This skill should be used when the user asks to \"learn from Kaggle\", \"study Kaggle solutions\", \"analyze Kaggle competitions\", or mentions Kaggle competition URLs. Provides access to extracted knowledge from winning Kaggle solutions across NLP, CV, time series, tabular, and multimodal domains.",
165
+ "version": "0.1.0",
166
+ "license": "",
167
+ "creator": "",
168
+ "compatibility": "",
169
+ "allowedTools": [],
170
+ "installUrl": "github:Galaxy-Dawn/claude-scholar:skills/kaggle-learner",
171
+ "relPath": "skills/kaggle-learner"
172
+ },
173
+ {
174
+ "name": "latex-conference-template-organizer",
175
+ "description": "Organize messy conference LaTeX template .zip files into clean Overleaf-ready structure. Use when the user asks to \"organize LaTeX template\", \"clean up .zip template\", or \"prepare Overleaf submission template\".",
176
+ "version": "0.1.0",
177
+ "license": "",
178
+ "creator": "",
179
+ "compatibility": "",
180
+ "allowedTools": [],
181
+ "installUrl": "github:Galaxy-Dawn/claude-scholar:skills/latex-conference-template-organizer",
182
+ "relPath": "skills/latex-conference-template-organizer"
183
+ },
184
+ {
185
+ "name": "mcp-integration",
186
+ "description": "This skill should be used when the user asks to \"add MCP server\", \"integrate MCP\", \"configure MCP in plugin\", \"use .mcp.json\", \"set up Model Context Protocol\", \"connect external service\", mentions \"${CLAUDE_PLUGIN_ROOT} with MCP\", or discusses MCP server types (SSE, stdio, HTTP, WebSocket). Provides comprehensive guidance for integrating Model Context Protocol servers into Claude Code plugins for external tool and service integration.",
187
+ "version": "0.1.0",
188
+ "license": "",
189
+ "creator": "",
190
+ "compatibility": "",
191
+ "allowedTools": [],
192
+ "installUrl": "github:Galaxy-Dawn/claude-scholar:skills/mcp-integration",
193
+ "relPath": "skills/mcp-integration"
194
+ },
195
+ {
196
+ "name": "ml-paper-writing",
197
+ "description": "Write publication-ready ML/AI papers for NeurIPS, ICML, ICLR, ACL, AAAI, COLM. Use when drafting papers from research repos, conducting literature reviews, finding related work, verifying citations, or preparing camera-ready submissions. Includes LaTeX templates, citation verification workflows, and paper discovery/evaluation criteria.",
198
+ "version": "1.0.0",
199
+ "license": "MIT",
200
+ "creator": "",
201
+ "compatibility": "",
202
+ "allowedTools": [],
203
+ "installUrl": "github:Galaxy-Dawn/claude-scholar:skills/ml-paper-writing",
204
+ "relPath": "skills/ml-paper-writing"
205
+ },
206
+ {
207
+ "name": "obsidian-bases",
208
+ "description": "Create and edit Obsidian Bases (.base files) with views, filters, formulas, and summaries. Use when working with .base files, creating database-like views of notes, or when the user mentions Bases, table views, card views, filters, or formulas in Obsidian.",
209
+ "version": "0.0.0",
210
+ "license": "",
211
+ "creator": "",
212
+ "compatibility": "",
213
+ "allowedTools": [],
214
+ "installUrl": "github:Galaxy-Dawn/claude-scholar:skills/obsidian-bases",
215
+ "relPath": "skills/obsidian-bases"
216
+ },
217
+ {
218
+ "name": "obsidian-cli",
219
+ "description": "Interact with Obsidian vaults using the Obsidian CLI to read, create, search, and manage notes, tasks, properties, and more. Also supports plugin and theme development with commands to reload plugins, run JavaScript, capture errors, take screenshots, and inspect the DOM. Use when the user asks to interact with their Obsidian vault, manage notes, search vault content, perform vault operations from the command line, or develop and debug Obsidian plugins and themes.",
220
+ "version": "0.0.0",
221
+ "license": "",
222
+ "creator": "",
223
+ "compatibility": "",
224
+ "allowedTools": [],
225
+ "installUrl": "github:Galaxy-Dawn/claude-scholar:skills/obsidian-cli",
226
+ "relPath": "skills/obsidian-cli"
227
+ },
228
+ {
229
+ "name": "obsidian-experiment-log",
230
+ "description": "Use this skill when the user discusses experiment design, ablations, training runs, evaluation, baselines, metrics, failures, or result interpretation that should be logged into Obsidian experiment and result notes.",
231
+ "version": "0.0.0",
232
+ "license": "",
233
+ "creator": "",
234
+ "compatibility": "",
235
+ "allowedTools": [],
236
+ "installUrl": "github:Galaxy-Dawn/claude-scholar:skills/obsidian-experiment-log",
237
+ "relPath": "skills/obsidian-experiment-log"
238
+ },
239
+ {
240
+ "name": "obsidian-link-graph",
241
+ "description": "Use this skill when the user wants to repair or strengthen Obsidian wikilinks among existing canonical project notes, especially across papers, knowledge notes, experiments, results, and writing.",
242
+ "version": "0.0.0",
243
+ "license": "",
244
+ "creator": "",
245
+ "compatibility": "",
246
+ "allowedTools": [],
247
+ "installUrl": "github:Galaxy-Dawn/claude-scholar:skills/obsidian-link-graph",
248
+ "relPath": "skills/obsidian-link-graph"
249
+ },
250
+ {
251
+ "name": "obsidian-literature-workflow",
252
+ "description": "Use this skill when the user keeps paper notes inside an Obsidian project knowledge base and wants filesystem-first literature review, explicit agent-first Zotero ingestion, `Papers/` plus `Knowledge/` synthesis, collection-wide normalization, and a default literature canvas without Obsidian MCP.",
253
+ "version": "0.5.0",
254
+ "license": "",
255
+ "creator": "",
256
+ "compatibility": "",
257
+ "allowedTools": [],
258
+ "installUrl": "github:Galaxy-Dawn/claude-scholar:skills/obsidian-literature-workflow",
259
+ "relPath": "skills/obsidian-literature-workflow"
260
+ },
261
+ {
262
+ "name": "obsidian-markdown",
263
+ "description": "Create and edit Obsidian Flavored Markdown with wikilinks, embeds, callouts, properties, and other Obsidian-specific syntax. Use when working with .md files in Obsidian, or when the user mentions wikilinks, callouts, frontmatter, tags, embeds, or Obsidian notes.",
264
+ "version": "0.0.0",
265
+ "license": "",
266
+ "creator": "",
267
+ "compatibility": "",
268
+ "allowedTools": [],
269
+ "installUrl": "github:Galaxy-Dawn/claude-scholar:skills/obsidian-markdown",
270
+ "relPath": "skills/obsidian-markdown"
271
+ },
272
+ {
273
+ "name": "obsidian-project-bootstrap",
274
+ "description": "This skill should be used when the user asks to start a new research project, import an existing code-plus-Markdown repository into Obsidian, or bind the current repository to a compact research knowledge base for future syncing.",
275
+ "version": "0.0.0",
276
+ "license": "",
277
+ "creator": "",
278
+ "compatibility": "",
279
+ "allowedTools": [],
280
+ "installUrl": "github:Galaxy-Dawn/claude-scholar:skills/obsidian-project-bootstrap",
281
+ "relPath": "skills/obsidian-project-bootstrap"
282
+ },
283
+ {
284
+ "name": "obsidian-project-lifecycle",
285
+ "description": "Use this skill when the user wants to detach, archive, purge, or otherwise change the lifecycle state of an Obsidian project knowledge base.",
286
+ "version": "0.0.0",
287
+ "license": "",
288
+ "creator": "",
289
+ "compatibility": "",
290
+ "allowedTools": [],
291
+ "installUrl": "github:Galaxy-Dawn/claude-scholar:skills/obsidian-project-lifecycle",
292
+ "relPath": "skills/obsidian-project-lifecycle"
293
+ },
294
+ {
295
+ "name": "obsidian-project-memory",
296
+ "description": "This skill should be used when the user asks to maintain an Obsidian knowledge base for a research project, import an existing research repository into Obsidian, keep project memory or daily notes synchronized, summarize project context into durable notes, or update experiments, results, papers, writing, and plans in an Obsidian vault without requiring MCP.",
297
+ "version": "0.0.0",
298
+ "license": "",
299
+ "creator": "",
300
+ "compatibility": "",
301
+ "allowedTools": [],
302
+ "installUrl": "github:Galaxy-Dawn/claude-scholar:skills/obsidian-project-memory",
303
+ "relPath": "skills/obsidian-project-memory"
304
+ },
305
+ {
306
+ "name": "obsidian-research-log",
307
+ "description": "Use this skill when the user is discussing daily research work, TODOs, plans, standups, meetings, milestones, or general project progress that should be reflected in Obsidian daily notes, plan notes, and hub updates.",
308
+ "version": "0.0.0",
309
+ "license": "",
310
+ "creator": "",
311
+ "compatibility": "",
312
+ "allowedTools": [],
313
+ "installUrl": "github:Galaxy-Dawn/claude-scholar:skills/obsidian-research-log",
314
+ "relPath": "skills/obsidian-research-log"
315
+ },
316
+ {
317
+ "name": "obsidian-synthesis-map",
318
+ "description": "Use this skill when generating higher-level synthesis notes such as literature reviews, comparison matrices, project summaries, or other cross-note summaries inside the project knowledge base.",
319
+ "version": "0.0.0",
320
+ "license": "",
321
+ "creator": "",
322
+ "compatibility": "",
323
+ "allowedTools": [],
324
+ "installUrl": "github:Galaxy-Dawn/claude-scholar:skills/obsidian-synthesis-map",
325
+ "relPath": "skills/obsidian-synthesis-map"
326
+ },
327
+ {
328
+ "name": "paper-self-review",
329
+ "description": "This skill should be used when the user asks to \"review paper quality\", \"check paper completeness\", \"validate paper structure\", \"self-review before submission\", or mentions systematic paper quality checking. Provides comprehensive quality assurance checklist for academic papers.",
330
+ "version": "0.1.0",
331
+ "license": "",
332
+ "creator": "",
333
+ "compatibility": "",
334
+ "allowedTools": [],
335
+ "installUrl": "github:Galaxy-Dawn/claude-scholar:skills/paper-self-review",
336
+ "relPath": "skills/paper-self-review"
337
+ },
338
+ {
339
+ "name": "planning-with-files",
340
+ "description": "Transforms workflow to use Manus-style persistent markdown files for planning, progress tracking, and knowledge storage. Use when starting complex tasks, multi-step projects, research tasks, or when the user mentions planning, organizing work, tracking progress, or wants structured output.",
341
+ "version": "0.1.0",
342
+ "license": "",
343
+ "creator": "",
344
+ "compatibility": "",
345
+ "allowedTools": [],
346
+ "installUrl": "github:Galaxy-Dawn/claude-scholar:skills/planning-with-files",
347
+ "relPath": "skills/planning-with-files"
348
+ },
349
+ {
350
+ "name": "plugin-structure",
351
+ "description": "This skill should be used when the user asks to \"create a plugin\", \"scaffold a plugin\", \"understand plugin structure\", \"organize plugin components\", \"set up plugin.json\", \"use ${CLAUDE_PLUGIN_ROOT}\", \"add commands/agents/skills/hooks\", \"configure auto-discovery\", or needs guidance on plugin directory layout, manifest configuration, component organization, file naming conventions, or Claude Code plugin architecture best practices.",
352
+ "version": "0.1.0",
353
+ "license": "",
354
+ "creator": "",
355
+ "compatibility": "",
356
+ "allowedTools": [],
357
+ "installUrl": "github:Galaxy-Dawn/claude-scholar:skills/plugin-structure",
358
+ "relPath": "skills/plugin-structure"
359
+ },
360
+ {
361
+ "name": "post-acceptance",
362
+ "description": "This skill should be used when the user asks to \"prepare conference presentation\", \"create presentation slides\", \"design poster\", \"make academic poster\", \"write promotion content\", \"create Twitter thread\", or mentions post-acceptance conference preparation. Provides comprehensive workflow for presentation, poster, and promotion content creation.",
363
+ "version": "0.1.0",
364
+ "license": "",
365
+ "creator": "",
366
+ "compatibility": "",
367
+ "allowedTools": [],
368
+ "installUrl": "github:Galaxy-Dawn/claude-scholar:skills/post-acceptance",
369
+ "relPath": "skills/post-acceptance"
370
+ },
371
+ {
372
+ "name": "research-ideation",
373
+ "description": "This skill should be used when the user asks to \"brainstorm research ideas\", \"use 5W1H framework\", \"identify research gaps\", \"conduct gap analysis\", \"start research project\", \"conduct literature review\", \"define research question\", \"select research method\", \"plan research\", or mentions research project initiation phase. Provides comprehensive guidance for research startup workflow from idea generation to planning.",
374
+ "version": "0.1.0",
375
+ "license": "",
376
+ "creator": "",
377
+ "compatibility": "",
378
+ "allowedTools": [],
379
+ "installUrl": "github:Galaxy-Dawn/claude-scholar:skills/research-ideation",
380
+ "relPath": "skills/research-ideation"
381
+ },
382
+ {
383
+ "name": "results-analysis",
384
+ "description": "This skill should be used when the user asks to \"analyze experimental results\", \"run strict statistical analysis\", \"compare model performance\", \"generate scientific figures\", \"check significance\", \"do ablation analysis\", or mentions interpreting experiment data with rigorous statistics and visualization. It focuses on strict analysis bundles, not Results-section prose.",
385
+ "version": "0.2.0",
386
+ "license": "",
387
+ "creator": "",
388
+ "compatibility": "",
389
+ "allowedTools": [],
390
+ "installUrl": "github:Galaxy-Dawn/claude-scholar:skills/results-analysis",
391
+ "relPath": "skills/results-analysis"
392
+ },
393
+ {
394
+ "name": "results-report",
395
+ "description": "This skill should be used when the user asks to \"write an experiment report\", \"summarize experimental results\", \"do experiment retrospection\", \"write a results report\", \"写实验总结报告\", \"写实验复盘\", or mentions turning completed experiment artifacts into a structured, decision-oriented research report. It assumes strict analysis should come from `results-analysis` first.",
396
+ "version": "0.1.0",
397
+ "license": "",
398
+ "creator": "",
399
+ "compatibility": "",
400
+ "allowedTools": [],
401
+ "installUrl": "github:Galaxy-Dawn/claude-scholar:skills/results-report",
402
+ "relPath": "skills/results-report"
403
+ },
404
+ {
405
+ "name": "review-response",
406
+ "description": "Systematic review response workflow from comment analysis to professional rebuttal writing. Use when the user asks to \"write rebuttal\", \"respond to reviewers\", \"draft review response\", or \"analyze review comments\". Improves paper acceptance rates.",
407
+ "version": "0.1.0",
408
+ "license": "",
409
+ "creator": "",
410
+ "compatibility": "",
411
+ "allowedTools": [],
412
+ "installUrl": "github:Galaxy-Dawn/claude-scholar:skills/review-response",
413
+ "relPath": "skills/review-response"
414
+ },
415
+ {
416
+ "name": "skill-development",
417
+ "description": "This skill should be used when the user asks to create a new skill, repair an existing skill, improve trigger descriptions, reorganize skill structure, or make a Claude skill more reusable and internally consistent.",
418
+ "version": "0.2.0",
419
+ "license": "",
420
+ "creator": "",
421
+ "compatibility": "",
422
+ "allowedTools": [],
423
+ "installUrl": "github:Galaxy-Dawn/claude-scholar:skills/skill-development",
424
+ "relPath": "skills/skill-development"
425
+ },
426
+ {
427
+ "name": "skill-improver",
428
+ "description": "This skill should be used when the user asks to \"apply skill improvements\", \"update skill from plan\", \"execute improvement plan\", \"fix skill issues\", \"implement skill recommendations\", or mentions applying improvements from quality review reports. Reads improvement-plan-{name}.md files generated by skill-quality-reviewer and intelligently merges and executes the suggested changes to improve Claude Skills quality.",
429
+ "version": "1.0.0",
430
+ "license": "",
431
+ "creator": "",
432
+ "compatibility": "",
433
+ "allowedTools": [],
434
+ "installUrl": "github:Galaxy-Dawn/claude-scholar:skills/skill-improver",
435
+ "relPath": "skills/skill-improver"
436
+ },
437
+ {
438
+ "name": "skill-quality-reviewer",
439
+ "description": "This skill should be used when the user asks to \"analyze skill quality\", \"evaluate this skill\", \"review skill quality\", \"check my skill\", or \"generate quality report\". Evaluates local skills across description quality, content organization, writing style, and structural integrity.",
440
+ "version": "0.1.0",
441
+ "license": "",
442
+ "creator": "",
443
+ "compatibility": "",
444
+ "allowedTools": [],
445
+ "installUrl": "github:Galaxy-Dawn/claude-scholar:skills/skill-quality-reviewer",
446
+ "relPath": "skills/skill-quality-reviewer"
447
+ },
448
+ {
449
+ "name": "ui-ux-pro-max",
450
+ "description": "This skill should be used when the user asks to design or review a UI, create a landing page or dashboard, choose colors or typography, improve accessibility, or implement polished frontend interfaces with a clear design system.",
451
+ "version": "0.2.0",
452
+ "license": "",
453
+ "creator": "",
454
+ "compatibility": "",
455
+ "allowedTools": [],
456
+ "installUrl": "github:Galaxy-Dawn/claude-scholar:skills/ui-ux-pro-max",
457
+ "relPath": "skills/ui-ux-pro-max"
458
+ },
459
+ {
460
+ "name": "uv-package-manager",
461
+ "description": "Master the uv package manager for fast Python dependency management, virtual environments, and modern Python project workflows. Use when setting up Python projects, managing dependencies, or optimizing Python development workflows with uv.",
462
+ "version": "0.1.0",
463
+ "license": "",
464
+ "creator": "",
465
+ "compatibility": "",
466
+ "allowedTools": [],
467
+ "installUrl": "github:Galaxy-Dawn/claude-scholar:skills/uv-package-manager",
468
+ "relPath": "skills/uv-package-manager"
469
+ },
470
+ {
471
+ "name": "verification-loop",
472
+ "description": "This skill should be used when the user asks to \"verify code\", \"run verification\", \"check quality\", \"validate changes\", or before creating a PR. Provides comprehensive verification including build, type check, lint, tests, security scan, and diff review.",
473
+ "version": "1.0.0",
474
+ "license": "",
475
+ "creator": "",
476
+ "compatibility": "",
477
+ "allowedTools": [],
478
+ "installUrl": "github:Galaxy-Dawn/claude-scholar:skills/verification-loop",
479
+ "relPath": "skills/verification-loop"
480
+ },
481
+ {
482
+ "name": "web-design-reviewer",
483
+ "description": "This skill enables visual inspection of websites running locally or remotely to identify and fix design issues. Triggers on requests like \"review website design\", \"check the UI\", \"fix the layout\", \"find design problems\". Detects issues with responsive design, accessibility, visual consistency, and layout breakage, then performs fixes at the source code level.",
484
+ "version": "0.1.0",
485
+ "license": "",
486
+ "creator": "",
487
+ "compatibility": "",
488
+ "allowedTools": [],
489
+ "installUrl": "github:Galaxy-Dawn/claude-scholar:skills/web-design-reviewer",
490
+ "relPath": "skills/web-design-reviewer"
491
+ },
492
+ {
493
+ "name": "webapp-testing",
494
+ "description": "Toolkit for interacting with and testing local web applications using Playwright. Supports verifying frontend functionality, debugging UI behavior, capturing browser screenshots, and viewing browser logs.",
495
+ "version": "0.1.0",
496
+ "license": "Complete terms in LICENSE.txt",
497
+ "creator": "",
498
+ "compatibility": "",
499
+ "allowedTools": [],
500
+ "installUrl": "github:Galaxy-Dawn/claude-scholar:skills/webapp-testing",
501
+ "relPath": "skills/webapp-testing"
502
+ },
503
+ {
504
+ "name": "writing-anti-ai",
505
+ "description": "This skill should be used when the user asks to \"remove AI writing patterns\", \"humanize this text\", \"make this sound more natural\", \"remove AI-generated traces\", \"fix robotic writing\", or needs to eliminate AI writing patterns from prose. Supports both English and Chinese text. Based on Wikipedia's \"Signs of AI writing\" guide, detects and fixes inflated symbolism, promotional language, superficial -ing analyses, vague attributions, AI vocabulary, negative parallelisms, and excessive conjunctive phrases.",
506
+ "version": "1.0.0",
507
+ "license": "MIT",
508
+ "creator": "",
509
+ "compatibility": "",
510
+ "allowedTools": [],
511
+ "installUrl": "github:Galaxy-Dawn/claude-scholar:skills/writing-anti-ai",
512
+ "relPath": "skills/writing-anti-ai"
513
+ },
514
+ {
515
+ "name": "zotero-obsidian-bridge",
516
+ "description": "Use this skill when papers are collected in Zotero but the user wants detailed reading notes, project-linked literature synthesis, collection-wide paper-note coverage checks, and a connected knowledge map inside the bound Obsidian project knowledge base.",
517
+ "version": "0.2.0",
518
+ "license": "",
519
+ "creator": "",
520
+ "compatibility": "",
521
+ "allowedTools": [],
522
+ "installUrl": "github:Galaxy-Dawn/claude-scholar:skills/zotero-obsidian-bridge",
523
+ "relPath": "skills/zotero-obsidian-bridge"
524
+ }
525
+ ]
526
+ }
@@ -2,7 +2,7 @@
2
2
  "repoUrl": "https://github.com/Leonxlnx/taste-skill.git",
3
3
  "owner": "Leonxlnx",
4
4
  "repo": "taste-skill",
5
- "updatedAt": "2026-03-22T22:36:59.777Z",
5
+ "updatedAt": "2026-03-23T22:22:22.084Z",
6
6
  "skillCount": 7,
7
7
  "skills": [
8
8
  {
@@ -11,6 +11,8 @@
11
11
  "version": "0.0.0",
12
12
  "license": "",
13
13
  "creator": "",
14
+ "compatibility": "",
15
+ "allowedTools": [],
14
16
  "installUrl": "github:Leonxlnx/taste-skill:skills/taste-skill",
15
17
  "relPath": "skills/taste-skill"
16
18
  },
@@ -20,6 +22,8 @@
20
22
  "version": "0.0.0",
21
23
  "license": "",
22
24
  "creator": "",
25
+ "compatibility": "",
26
+ "allowedTools": [],
23
27
  "installUrl": "github:Leonxlnx/taste-skill:skills/output-skill",
24
28
  "relPath": "skills/output-skill"
25
29
  },
@@ -29,6 +33,8 @@
29
33
  "version": "0.0.0",
30
34
  "license": "",
31
35
  "creator": "",
36
+ "compatibility": "",
37
+ "allowedTools": [],
32
38
  "installUrl": "github:Leonxlnx/taste-skill:skills/soft-skill",
33
39
  "relPath": "skills/soft-skill"
34
40
  },
@@ -38,6 +44,8 @@
38
44
  "version": "0.0.0",
39
45
  "license": "",
40
46
  "creator": "",
47
+ "compatibility": "",
48
+ "allowedTools": [],
41
49
  "installUrl": "github:Leonxlnx/taste-skill:skills/brutalist-skill",
42
50
  "relPath": "skills/brutalist-skill"
43
51
  },
@@ -47,6 +55,8 @@
47
55
  "version": "0.0.0",
48
56
  "license": "",
49
57
  "creator": "",
58
+ "compatibility": "",
59
+ "allowedTools": [],
50
60
  "installUrl": "github:Leonxlnx/taste-skill:skills/minimalist-skill",
51
61
  "relPath": "skills/minimalist-skill"
52
62
  },
@@ -56,6 +66,8 @@
56
66
  "version": "0.0.0",
57
67
  "license": "",
58
68
  "creator": "",
69
+ "compatibility": "",
70
+ "allowedTools": [],
59
71
  "installUrl": "github:Leonxlnx/taste-skill:skills/redesign-skill",
60
72
  "relPath": "skills/redesign-skill"
61
73
  },
@@ -65,6 +77,8 @@
65
77
  "version": "0.0.0",
66
78
  "license": "",
67
79
  "creator": "",
80
+ "compatibility": "",
81
+ "allowedTools": [],
68
82
  "installUrl": "github:Leonxlnx/taste-skill:skills/stitch-skill",
69
83
  "relPath": "skills/stitch-skill"
70
84
  }