Skip to content

Comments

Update dependencies and improve agent skills#148

Merged
kevinccbsg merged 2 commits intomainfrom
fix/dependencies-skills
Feb 19, 2026
Merged

Update dependencies and improve agent skills#148
kevinccbsg merged 2 commits intomainfrom
fix/dependencies-skills

Conversation

@kevinccbsg
Copy link
Member

@kevinccbsg kevinccbsg commented Feb 19, 2026

Summary

  • Update npm dependencies (non-breaking safe updates)
  • Fix twdRemote() TypeScript error by adding as PluginOption cast in twd-setup skill
  • Add flow-based testing philosophy to twd-test-writer skill with DO/DON'T examples and richer templates
  • Slim down twd-tester skill to focus on the run/fix loop via twd-relay, removing duplicated API reference
  • Add new /twd orchestrator skill that drives the full workflow: detect project state → setup → write tests → run → fix → report

Test plan

  • Verify /twd-setup skill shows correct twdRemote() as PluginOption usage
  • Verify /twd-test-writer skill guides toward flow-based tests
  • Verify /twd-tester skill focuses on run/fix and references twd-test-writer for API docs
  • Verify /twd orchestrator skill detects project state and delegates correctly

🤖 Generated with Claude Code

kevinccbsg and others added 2 commits February 19, 2026 16:06
- twd-setup: add PluginOption type cast for twdRemote() to fix TS errors
- twd-test-writer: add flow-based testing philosophy with DO/DON'T examples and richer template
- twd-tester: slim down to run/fix loop via relay, remove duplicated API reference
- twd (new): orchestrator skill that detects project state, sets up TWD, writes tests, runs and fixes them

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@kevinccbsg kevinccbsg merged commit 2f2d14e into main Feb 19, 2026
6 checks passed
@kevinccbsg kevinccbsg deleted the fix/dependencies-skills branch February 19, 2026 15:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant