Skip to content

Commit eda2388

Browse files
nhortonclaude
andauthored
fix jinja skill template typo (#176)
* fix: Add missing blank line before separator in skill template Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> * effect of the typo reversed --------- Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
1 parent db129c9 commit eda2388

19 files changed

Lines changed: 19 additions & 0 deletions

File tree

.claude/skills/add_platform.add_capabilities/SKILL.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
name: add_platform.add_capabilities
33
description: "Updates job schema and adapters with any new hook events the platform supports. Use after research to extend DeepWork's hook system."
44
user-invocable: false
5+
56
---
67

78
# add_platform.add_capabilities

.claude/skills/add_platform.implement/SKILL.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ hooks:
1111
- hooks:
1212
- type: command
1313
command: ".deepwork/jobs/add_platform/hooks/run_tests.sh"
14+
1415
---
1516

1617
# add_platform.implement

.claude/skills/add_platform.research/SKILL.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
name: add_platform.research
33
description: "Captures CLI configuration and hooks system documentation for the new platform. Use when starting platform integration."
44
user-invocable: false
5+
56
---
67

78
# add_platform.research

.claude/skills/add_platform.verify/SKILL.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
name: add_platform.verify
33
description: "Sets up platform directories and verifies deepwork install works correctly. Use after implementation to confirm integration."
44
user-invocable: false
5+
56
---
67

78
# add_platform.verify

.claude/skills/commit.commit_and_push/SKILL.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
name: commit.commit_and_push
33
description: "Verifies changed files, creates commit, and pushes to remote. Use after linting passes to finalize changes."
44
user-invocable: false
5+
56
---
67

78
# commit.commit_and_push

.claude/skills/commit.lint/SKILL.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
name: commit.lint
33
description: "Formats and lints code with ruff using a sub-agent. Use after tests pass to ensure code style compliance."
44
user-invocable: false
5+
56
---
67

78
# commit.lint

.claude/skills/commit.review/SKILL.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
name: commit.review
33
description: "Reviews changed code for issues, DRY opportunities, naming clarity, and test coverage using a sub-agent. Use as the first step before testing."
44
user-invocable: false
5+
56
---
67

78
# commit.review

.claude/skills/commit.test/SKILL.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
name: commit.test
33
description: "Pulls latest code and runs tests until all pass. Use after code review passes to verify changes work correctly."
44
user-invocable: false
5+
56
---
67

78
# commit.test

.claude/skills/deepwork_jobs.define/SKILL.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
name: deepwork_jobs.define
33
description: "Creates a job.yml specification by gathering workflow requirements through structured questions. Use when starting a new multi-step workflow."
44
user-invocable: false
5+
56
---
67

78
# deepwork_jobs.define

.claude/skills/deepwork_jobs.implement/SKILL.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
name: deepwork_jobs.implement
33
description: "Generates step instruction files and syncs slash commands from the job.yml specification. Use after job spec review passes."
44
user-invocable: false
5+
56
---
67

78
# deepwork_jobs.implement

0 commit comments

Comments
 (0)