Commit Graph

27 Commits

Author SHA1 Message Date
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
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
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