Merged
Conversation
BREAKING CHANGES: - Directory structure: `.claude/commands/` → `.claude/skills/` - Directory structure: `.gemini/commands/` → `.gemini/skills/` - Class renamed: `CommandGenerator` → `SkillGenerator` - Enum renamed: `CommandLifecycleHook` → `SkillLifecycleHook` - Removed `uw.` prefix convention for hidden steps - Hidden steps now use `user-invocable: false` in YAML frontmatter Changes: - Renamed all command-related classes, methods, and variables to use "skill" - Updated templates from command-*.jinja to skill-*.jinja - Added `user-invocable: false` frontmatter for non-exposed skills - Updated all tests, documentation, and standard jobs - Version bumped to 0.5.0 Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Streamline template structure with critical guidance upfront - Simplify descriptions to be concise and search-friendly - Add explicit step-by-step instructions with clear goals - Improve section organization (Prerequisites, Inputs, Outputs, Completion) - Add platform-specific notes (Claude: Skill tool, Gemini: manual invocation) - Clarify description guidelines in best practices rule file Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
New repo-specific job with three steps: - test: Pull latest code and run tests until passing - lint: Run ruff format and check via sub-agent (haiku model) - commit_and_push: Review changed files with user, then commit and push Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
ac3b9ba to
f9f8beb
Compare
Claude Code requires skills to be directories containing SKILL.md files with both 'name' and 'description' fields in frontmatter. Changes: - Update ClaudeAdapter to return directory/SKILL.md paths - Add required 'name' field to Claude skill templates - Update generator to extract skill names from new path format - Add SKILL.md validation rule (triggers on **/SKILL.md) - Update tests to match new structure and template output Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
.claude/commands/to.claude/skills/uw.prefix convention, replaced withuser-invocable: falsefrontmatterBreaking Changes
.claude/commands/.claude/skills/.gemini/commands/.gemini/skills/CommandGeneratorclassSkillGeneratorclassCommandLifecycleHookenumSkillLifecycleHookenumuw.job_name.step_id.mdfilenamejob_name.step_id.mdwithuser-invocable: falseMigration Guide
deepwork install --platform claudeto regenerate skills in the new location.claude/commands/and.gemini/commands/directories manuallyCommandGeneratororCommandLifecycleHookTest plan
deepwork install --platform claudecreates correct.claude/skills/structureuser-invocable: falsein frontmatteruser-invocable: false🤖 Generated with Claude Code