41 Commits

Author SHA1 Message Date
Steph Ango 553ef99aa3 Merge pull request #94 from thibaultmol/main
update defuddle url to new repo (instead of cli repo)
2026-05-24 08:59:21 -07:00
Thibault Molleman facfef901f update defuddle url to new repo (instead of cli repo) 2026-05-14 13:00:55 +02:00
Steph Ango ac9398734f Merge pull request #66 from mourjo/main
Add note to readme about https link for npx skills
2026-05-07 13:24:08 -07:00
Mourjo Sen f62a1e6c0f Add note to readme about https link for npx skills 2026-04-06 10:58:44 +02:00
Steph Ango fa1e131a01 Merge pull request #64 from petersolopov/improve/defuddle-skip-md-urls
defuddle: skip URLs ending in .md
2026-04-02 10:21:56 -07:00
Peter Solopov 1e1df342c2 Skip defuddle for .md URLs 2026-03-29 16:27:42 +03:00
Steph Ango bb9ec95e1b Update SKILL.md 2026-03-02 06:50:36 -08:00
Steph Ango 28b98025f5 Merge pull request #44 from popey/improve/skill-review-optimization
feat: improve skill quality scores across 4 skills
2026-02-27 08:35:56 -08:00
Steph Ango 4559f7f26a Merge pull request #37 from chenminhua/patch-1
Update README with npx skills instructions
2026-02-27 08:35:29 -08:00
Steph Ango b45a4962cf Merge pull request #43 from zillydev/main
chore: update plugin version so it can be updated from the marketplace
2026-02-27 08:32:46 -08:00
Steph Ango b04db56c69 Merge pull request #41 from chiahsien/patch-1
Add OpenCode setup instructions to README
2026-02-27 08:31:10 -08:00
Alan Pope 5a557ceba7 feat: improve skill quality scores across 4 skills
Ran skills through tessl evaluation tooling and applied targeted
improvements to structure, conciseness, and workflow clarity.

| Skill             | Before | After | Change |
|-------------------|--------|-------|--------|
| defuddle          |  100%  | 100%  |   --   |
| json-canvas       |   83%  | 100%  |  +17%  |
| obsidian-bases    |   83%  | 100%  |  +17%  |
| obsidian-cli      |   94%  | 100%  |   +6%  |
| obsidian-markdown |   71%  |  94%  |  +23%  |

Changes:
- Add structured workflows with validation steps
- Extract verbose reference tables to references/ files (progressive disclosure)
- Remove standard Markdown content Claude already knows (obsidian-markdown)
- Add troubleshooting section for common YAML/formula errors (obsidian-bases)
- Restructure plugin dev section into numbered test cycle (obsidian-cli)
- Condense redundant examples, keep one per pattern

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-25 11:32:59 +00:00
zillydev 790904bd70 chore: update plugin version so it can be updated from the marketplace 2026-02-25 08:22:08 +05:30
Nelson c292b50744 Add OpenCode setup instructions to README
Added instructions for cloning the repository into the OpenCode skills directory.
2026-02-22 16:24:12 +08:00
Steph Ango be978124b8 Add skill descriptions 2026-02-10 15:31:59 -08:00
Steph Ango 691efaecd8 Add defuddle and obsidian-cli skills 2026-02-10 15:29:29 -08:00
chenminhua 9bb40c564f Update README with npx skills instructions
Add instructions for using npx to add skills.
2026-01-30 09:40:41 +08:00
Steph Ango 34c2cda8b2 Merge pull request #35 from costa92/fix/obsidian-bases-duration-docs
docs(obsidian-bases): add Duration type documentation and fix date formulas
2026-01-27 07:36:58 -07:00
Steph Ango 7320408e1c Merge pull request #32 from Vinluo/main
Add instructions about JSON newline escaping to avoid common mistakes
2026-01-27 07:36:18 -07:00
cosatlong 41909ae5cf docs(obsidian-bases): add Duration type documentation and fix date formulas
- Add comprehensive Duration type documentation with fields (.days, .hours, etc.)
- Fix date calculation formulas to use .days property instead of millisecond division
- Clarify that Duration type doesn't support direct .round() calls
- Add correct/incorrect examples for date arithmetic
2026-01-18 17:41:32 +08:00
vinluo46 1fe3a85cd4 Add instructions about JSON newline escaping to avoid common mistakes 2026-01-16 11:41:20 +08:00
Steph Ango 4540df83fc Merge pull request #27 from shreyas-makes/agent-skills-compat
Align skills with Agent Skills spec and Codex
2026-01-11 12:13:05 -08:00
Shreyas ec8f9e25dc Align skills with Agent Skills spec and Codex 2026-01-11 09:37:41 +00:00
Steph Ango 5a300fb6cb Merge pull request #20 from SublimePeace/main
clarify that Maps is a community plugin, not core
2026-01-10 13:28:11 -08:00
Steph Ango 284fd3c1d7 Update README.md 2026-01-10 13:26:56 -08:00
SublimePeace 34293aa133 clarify that Maps is a community plugin, not core 2026-01-09 20:34:28 +01:00
Steph Ango 4a49bf4891 Merge pull request #17 from cookli0721/fix/claude-code-skill-discovery
Fix Claude Code skill discovery by standardizing skills/ layout
2026-01-09 08:48:25 -08:00
李争欣 60aacf687d Fix Claude Code skill discovery by standardizing skills/ layout 2026-01-09 11:14:50 +08:00
Steph Ango 98ea05beed Merge pull request #11 from Ethereal49/main
Replace backticked ! to avoid Claude Code bash permission error
2026-01-08 16:06:01 -08:00
Ethereal49 139a821509 Fix type error 2026-01-08 00:29:32 +08:00
Ethereal49 f2ed85fa23 docs: replace backticked ! to avoid Claude Code bash permission error 2026-01-08 00:21:02 +08:00
Steph Ango 2302b8e4cf plugin info 2026-01-06 20:20:46 -08:00
Steph Ango 12297f38e3 add yaml descriptions 2026-01-06 10:29:00 -08:00
Steph Ango 976efe004e Update README.md 2026-01-06 08:32:52 -08:00
Steph Ango ac503ac3f4 Update README.md 2026-01-06 08:31:27 -08:00
Steph Ango 6aa10512d8 license 2026-01-06 08:29:25 -08:00
Steph Ango c4ab1cd6f4 Update SKILL.md 2026-01-06 08:23:43 -08:00
Steph Ango dc3bf1d049 Create README.md 2026-01-06 08:20:39 -08:00
Steph Ango 42ea6171d4 JSON Canvas 2026-01-06 08:17:28 -08:00
Steph Ango 866c4b923c Obsidian Markdown 2026-01-02 13:59:11 -08:00
Steph Ango 2673787272 Bases 2026-01-02 13:54:00 -08:00