first commit

This commit is contained in:
2026-05-18 20:35:01 +00:00
commit 5466d14040
17 changed files with 940 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
# Project Agent
Use this skill when the user asks to create a development task, formalize a feature request, analyze a repository, or create a Taiga task with code context.
The project-agent service is available at:
http://host.docker.internal:8787
## Create code-aware Taiga task
When the user asks to create a task with repository/code context, call:
```bash
curl -sS -X POST http://host.docker.internal:8787/tasks/from-code \
-H "Content-Type: application/json" \
-d '{"project":"PROJECT_NAME","text":"USER_TASK_TEXT"}'