Skip to content

feat: add pkgrep skill install command and bundled skill#7

Merged
thomasjiangcy merged 4 commits intomainfrom
feat/agent-skill-bootstrap
Feb 24, 2026
Merged

feat: add pkgrep skill install command and bundled skill#7
thomasjiangcy merged 4 commits intomainfrom
feat/agent-skill-bootstrap

Conversation

@thomasjiangcy
Copy link
Copy Markdown
Owner

@thomasjiangcy thomasjiangcy commented Feb 24, 2026

Summary

  • add a bundled Agent Skills-compatible pkgrep-usage skill under skills/pkgrep-usage
  • add pkgrep skill install with non-interactive install semantics
  • default skill install locations to .agents/skills:
    • project mode: <cwd>/.agents/skills
    • global mode: $HOME/.agents/skills
  • support --target override and --force replacement behavior
  • remove redundant scripts/install-skill.sh and keep installation CLI-only
  • document skill installation in README

CLI

  • pkgrep skill install [--mode project|global] [--target <skills-dir>] [--force]

Validation

  • cargo test --all-targets --all-features
  • cargo clippy --all-targets --all-features -- -D warnings
  • ./.dev/check_no_mocks.sh

@thomasjiangcy thomasjiangcy merged commit b259701 into main Feb 24, 2026
3 checks passed
@thomasjiangcy thomasjiangcy deleted the feat/agent-skill-bootstrap branch February 24, 2026 07:09
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