docs: Add documentation for the --as-skill flag (kit unpack)#1173
Open
docs: Add documentation for the --as-skill flag (kit unpack)#1173
Conversation
Documents the new --as-skill flag introduced in PR #1158: - Adds "Installing Agent Skills" subsection in next-steps.md under "The Power of Unpack" - Mentions --as-skill in use-cases.md agentic AI workflow Agent-Logs-Url: https://github.com/kitops-ml/kitops/sessions/3694b08c-2d2a-4e06-9f11-a41ce143efad Co-authored-by: gorkem <82738+gorkem@users.noreply.github.com>
Deploying kitops-org with
|
| Latest commit: |
b6ddb2c
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://e53f81ea.kitops-org.pages.dev |
| Branch Preview URL: | https://copilot-update-documentation-e8f0.kitops-org.pages.dev |
Copilot
AI
changed the title
[WIP] Add documentation for the --as-skill flag
docs: Add documentation for the --as-skill flag (kit unpack)
Apr 30, 2026
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.
Documents the
--as-skillflag introduced in #1158, which installsSKILL.mdprompt layers from a ModelKit directly into supported coding agents' config directories.The
cli-reference.mdwas already auto-generated with the new flag. The gaps were in the user-facing guides.Changes
docs/src/docs/next-steps.md— Added "Installing Agent Skills" subsection under "The Power of Unpack" covering:--as-skill(no value): auto-discovers agents by probing global config dirs--as-skill=claude-code,cursor,windsurf: targets specific agents-d-oto overwrite existing skillsSKILL.mdrequirement and skill name derivationdocs/src/docs/use-cases.md— Updated the agentic AI "In Practice" workflow to mentionkit unpack --as-skillas the mechanism for distributing skill files to agent config directories.Linked issues
AI-Assisted Code