Skip to content

Add skill install command for AI coding agents#2

Merged
hendrikmitk merged 3 commits intomainfrom
feat/skill-install
Mar 4, 2026
Merged

Add skill install command for AI coding agents#2
hendrikmitk merged 3 commits intomainfrom
feat/skill-install

Conversation

@hendrikmitk
Copy link
Contributor

Summary

  • Adds awork skill install command that copies the bundled skill file to ~/.claude/skills/awork-cli/SKILL.md and/or ~/.codex/skills/awork-cli/SKILL.md
  • Supports --claude and --codex flags to skip the interactive prompt; when neither is given, shows a multi-select dialog (pre-selects all targets)
  • Falls back to installing all targets when stdin is redirected (CI/non-interactive)
  • Restructures skill from a single command into a branch with install and show subcommands (show preserves the previous print-to-stdout behavior)
  • Trims skill content: removes obsolete piping hint, simplifies overview, drops verbose bash error-handling script

Test plan

  • dotnet build succeeds
  • awork skill install --claude --codex writes SKILL.md to both target directories
  • awork skill show prints skill content to stdout
  • awork skill install --help displays correct flag descriptions
  • awork skill --help lists install and show subcommands

🤖 Generated with Claude Code

hendrikmitk and others added 3 commits March 4, 2026 14:11
Adds an interactive `skill install` command that copies the bundled
skill file to ~/.claude/skills/ and/or ~/.codex/skills/. Supports
--claude and --codex flags to skip the interactive prompt.

Co-Authored-By: Claude Opus 4.6 <[email protected]>
Remove obsolete piping hint, simplify overview, and drop verbose
bash error-handling script from the bundled skill reference.

Co-Authored-By: Claude Opus 4.6 <[email protected]>
@hendrikmitk hendrikmitk merged commit e17b20c into main Mar 4, 2026
1 check passed
@hendrikmitk hendrikmitk deleted the feat/skill-install branch March 4, 2026 13:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant