Conversation
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.
Goal
This adds a Powershell install script for Windows users. The script is a one-to-one port of the bash version, except for the fact that it uses directory junctions instead of symlinks. Functionally, they're the same for this usecase. Symlinks in Windows require privilege escalation or developer mode to be enabled, directory junctions don't.
Affected files
scripts/install-skills.ps1,README.mdType of change
references/doc.githubconfigAuthoritative sources cited
List the primary sources the new or updated content is grounded in. Every API claim must point to one of:
cs.android.com(pinned to a path)Irrelevant
SPEC.md self-check
Run through
docs/SPEC.md§9 before requesting review. All items below must pass for any skill body that changes:namematches the folder slugdescriptionis third person, ≤1024 chars, names ≥3 trigger vocabulary variants, and closes with a "use when the developer mentions X" hammerlicense: Apache-2.0. See LICENSE for complete terms.exactlymetadata.authorisJaewoong Eum (skydoves)andmetadata.keywordshas ≥4 entries includingjetpack-composeandperformanceanthropicorclaudeappear in the skill namereferences/// WRONG because: …rationale on the WRONG blockCross-reference updates
Verification
Describe how the workflow in the SKILL.md was exercised. For code-level skills, paste output from running the verification checklist on a sample project: compiler reports, Layout Inspector counts, Perfetto trace section names, or
./gradlew :app:assembleReleaseoutput.Irrelevant
Code review
All submissions require review. Use GitHub pull requests for this purpose. See GitHub Help for more information.