Files
windmill/cli/test-skills/package.json
centdix a7ce5484b8 feat(local-dev): create Claude skills when doing wmill init (#7699)
* use skills

* add prompts

* update system prompts

* generate skills on init

* add prompts in cli

* better for raw apps

* nit

* test pipeline draft

* better

* yaml for triggers and schedules

* cleaning

* better

* add descriptions to ai agent fileds

* adjust

* better openapi

* better

* nit

* feat: add typed provider and memory schemas for ai agent in openapi

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

* feat: improve zod validation errors with dynamic schema extraction

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

* regen

* fix

* cleaning

* refactor: deduplicate skill descriptions in generate_skills_ts_export

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

* cleaning

---------

Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
Co-authored-by: Ruben Fiszel <ruben@windmill.dev>
2026-02-05 13:48:32 +00:00

17 lines
341 B
JSON

{
"name": "claude-code-skill-tests",
"version": "1.0.0",
"type": "module",
"scripts": {
"test": "bun test",
"test:skills": "bun test src/skill-invocation.test.ts"
},
"dependencies": {
"@anthropic-ai/claude-agent-sdk": "^0.2.25"
},
"devDependencies": {
"@types/bun": "latest",
"typescript": "^5.0.0"
}
}