6 Commits

Author SHA1 Message Date
txhno 9b736ba8da docs(obsidian-bases): fix invalid filter schema example 2026-04-07 14:04:35 +05:30
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
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
Shreyas ec8f9e25dc Align skills with Agent Skills spec and Codex 2026-01-11 09:37:41 +00:00
SublimePeace 34293aa133 clarify that Maps is a community plugin, not core 2026-01-09 20:34:28 +01:00
李争欣 60aacf687d Fix Claude Code skill discovery by standardizing skills/ layout 2026-01-09 11:14:50 +08:00