Commit Graph

20 Commits

Author SHA1 Message Date
duthaho c6a7817f88 fix: harden validate-plugin against review findings
- normalize CRLF and match the closing frontmatter delimiter tolerantly
  (no false CI failures on Windows-committed files; no latching onto a
  later horizontal rule)
- strip fenced code blocks before section/table scanning so embedded
  anatomy examples can't fool the checks
- strip quotes/inline comments from frontmatter values; reject empty
  required values
- guard readdir/stat so a wrong root or dangling symlink reports instead
  of crashing; fail on zero skills found
- require plugin.json version to exist (undefined===undefined no longer
  passes as in sync)
2026-07-12 14:02:14 +00:00
duthaho c7ffc58fe3 feat: run validate-plugin in CI; document the check in README and AGENTS.md 2026-07-12 13:09:52 +00:00
duthaho e293afff1f feat: add validate-plugin script linting SKILL.md anatomy + version sync
Checks every skills/*/SKILL.md for required frontmatter (name matching
directory, description, user-invocable) and the 8-section anatomy from
README (init is anatomy-exempt as the documented off-spine skill), plus
plugin.json/marketplace.json version sync. Zero deps, exits 1 on any
violation.
2026-07-12 13:09:00 +00:00
duthaho 52e2cd6b4b refactor: documentation for workflows: update Planning & Building, Reviewing & Shipping, and Testing & Debugging sections to enhance clarity and structure. 2026-05-07 16:57:35 +07:00
duthaho 44a3a2835d feat: update project name in wrangler configuration to duthaho-claudekit 2026-04-24 21:21:08 +07:00
duthaho 353f19d986 feat: add initial wrangler configuration for deployment 2026-04-24 21:16:48 +07:00
duthaho f74489b630 refactor: Improved CSS styles for a cohesive theme and better responsiveness 2026-04-24 21:08:02 +07:00
duthaho 8a433185b2 feat: 6-phase workflow spine + plan-review pipeline (v3.1.0) 2026-04-24 13:45:55 +07:00
duthaho d1a6d2a2bc feat: improved the Claude Kit as a plugin 2026-04-19 14:10:38 +07:00
duthaho 3103a8da1b feat: add hooks and rules 2026-04-19 12:11:56 +07:00
duthaho 5d87f8c1f3 feat: restructure website documentation 2026-04-19 11:55:10 +07:00
duthaho ab4890ce5f feat: enhanced documentation for readability and conciseness 2026-04-19 11:33:01 +07:00
duthaho 70e258e1dc feat: migrate commands to skills 2026-04-19 10:55:51 +07:00
duthaho 09538078e7 feat: enhanced the writing skills 2026-04-18 18:50:39 +07:00
duthaho 7fa9a48c6c feat: adding new skills, including testing patterns and methodologies, along with bundled resources for better usability. 2026-03-30 12:18:00 +07:00
duthaho 0ff5ae4082 feat: Integrate MCP servers for enhanced capabilities 2025-12-06 18:11:48 +07:00
duthaho 3c224790f9 feat: add verification methodology and writing plans skills 2025-11-29 23:25:52 +07:00
duthaho 96d9217c31 Enhance Claude Kit with new features and optimizations 2025-11-29 22:02:48 +07:00
duthaho 353e55e2fe Add new methodology skills for enhanced development workflows 2025-11-29 18:27:51 +07:00
duthaho ef96f165ef Add comprehensive skills and documentation for various technologies 2025-11-29 18:07:28 +07:00