Install any skill in seconds. Free to start, no credit card required.
Get Started Free →List and create Office projects, then place new tasks in the correct project when organizing workspace work by repository.
.claude/skills/kdlbs-kandev-projects/SKILL.md| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-07 | ✗→✓ | ▲ Improved | -16% | 0% |
| case-09 | ✗→✓ | ▲ Improved | -49% | 0% |
| case-10 | ✗→✓ | ▲ Improved | -66% | 0% |
| case-12 | ✗→✓ | ▲ Improved | -31% | 0% |
| case-13 | ✗→✓ | ▲ Improved | -60% | 0% |
Use project IDs returned by the CLI. Project access is scoped to the current Office workspace, and project creation is permission checked.
bash$KANDEV_CLI kandev projects list
--name is required. Repeat --repository for each repository URL or local path the project owns.
bash$KANDEV_CLI kandev projects create \ --name "Payments" \ --description "Payment services and checkout" \ --repository "https://github.com/acme/payments" \ --repository "/workspace/checkout"
Optional project fields are --lead-agent-profile-id, --color, --budget-cents, and --executor-config.
Pass the returned project ID when creating a task:
bash$KANDEV_CLI kandev task create \ --title "Add payment retry policy" \ --project "$PROJECT_ID" \ --assignee "$AGENT_ID"
Do not create a duplicate project when an existing project already owns the repository. Office runs do not administer workspaces.
Other measured skills in the registry, with their headline benchmark lift.