Skip to content

feat: add install-skill command#337

Merged
sonukapoor merged 3 commits into
mainfrom
feature/issue-332-install-skill
May 11, 2026
Merged

feat: add install-skill command#337
sonukapoor merged 3 commits into
mainfrom
feature/issue-332-install-skill

Conversation

@sonukapoor
Copy link
Copy Markdown
Collaborator

Adds cve-lite install-skill, a subcommand that writes AI assistant skill files into the current project directory for five tools: Claude Code, Codex CLI, Gemini CLI, Cursor, and GitHub Copilot.

  • Single canonical skill content in src/skills/content.ts — one place to update the guidance
  • Per-tool adapters write each file to the correct location and format (front-matter for Cursor, invocation hint for Claude Code, ## CVE Lite CLI section for append targets)
  • Append-style files (AGENTS.md, GEMINI.md, copilot-instructions.md) are created if missing, appended to if no CVE Lite section exists, or replaced in-place if one already exists — running the command twice is safe
  • 233 tests pass

Closes #332

@sonukapoor sonukapoor merged commit b049f4b into main May 11, 2026
5 checks passed
@sonukapoor sonukapoor deleted the feature/issue-332-install-skill branch May 11, 2026 10:50
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.

feat: cve-lite install-skill command

1 participant