update

Updates Deepwork standard jobs and syncs them via install command.

49|3|Updated Jan 11, 2026
One-click install
npx skills add https://github.com/Unsupervisedcom/deepwork --skill update-unsupervisedcom
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: update
Source: https://github.com/Unsupervisedcom/deepwork/tree/main/.claude/skills/update
Command: npx skills add https://github.com/Unsupervisedcom/deepwork --skill update-unsupervisedcom

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill streamlines the maintenance of standard DeepWork jobs by guiding you to update the source definitions and propagate changes to installed locations.

Core Features & Use Cases

  • Source-of-truth updates: Edit standard jobs in src/deepwork/standard_jobs/ and keep them in version control.
  • Propagation: Run deepwork install to sync changes to .deepwork/ and command directories.
  • Verification: Confirm that synchronization completed successfully.

Quick Start

Use this skill to update a job by selecting the job to modify, editing its source in src/deepwork/standard_jobs/[job_name]/job.yml, and then running the install propagation.

Frequently Asked Questions about update

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I update standard DeepWork jobs and sync changes to installed locations?

To update standard DeepWork jobs, edit the source job files in src/deepwork/standard_jobs/[job_name]/job.yml, then run deepwork install to propagate and synchronize changes to .deepwork/ and command directories.

What is the source of truth for DeepWork standard job definitions?

The source of truth for DeepWork standard job definitions is the src/deepwork/standard_jobs/ directory, where job files like deepwork_jobs and deepwork_rules are stored and kept in version control before propagation.

How do I verify that DeepWork job synchronization completed successfully?

To verify DeepWork job synchronization, run deepwork install to sync changes from source to runtime, then confirm that the updates have successfully propagated to the .deepwork/ and command directories.

When do I need to run deepwork install for standard job updates?

You need to run deepwork install whenever you modify standard job definitions in src/deepwork/standard_jobs/ to ensure that changes are properly propagated from source to the runtime environment.

Can I edit standard DeepWork jobs directly in the installed runtime directories?

No, standard DeepWork jobs should be edited in the src/deepwork/standard_jobs/ source directory to maintain version control, then synced to installed locations using deepwork install.