Skip to content
| Marketplace
Sign in
Visual Studio Code>AI>AmpifyNew to Visual Studio Code? Get it now.
Ampify

Ampify

namewta

|
63 installs
| (1) | Free
Ampify: A practical VS Code extension for copier, skills, commands, git share, and compact MainView.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Ampify

Ampify is a compact VS Code extension focused on seven capabilities:

  • Copy file path + line references with smart explorer/editor context resolution
  • Skills management
  • Commands management
  • Agents management
  • Rules management
  • Git Share synchronization
  • Unified MainView webview

MainView Sections

Visible sections are fixed to:

  • dashboard
  • skills
  • commands
  • agents
  • rules
  • gitshare
  • settings

copier stays command-driven (no dedicated section).

Core Commands

Copy

  • ampify.copy-relative-path-line
  • ampify.copy-absolute-path-line
  • Explorer context invocation keeps editor line/column selections when the URI matches the active document

MainView

  • ampify.mainView.refresh

Skills

  • ampify.skills.refresh
  • ampify.skills.search
  • ampify.skills.filterByTag
  • ampify.skills.clearFilter
  • ampify.skills.create
  • ampify.skills.import
  • ampify.skills.importFromUris
  • ampify.skills.apply
  • ampify.skills.preview
  • ampify.skills.openFile
  • ampify.skills.openFolder
  • ampify.skills.delete
  • ampify.skills.remove

Commands

  • ampify.commands.refresh
  • ampify.commands.search
  • ampify.commands.filterByTag
  • ampify.commands.clearFilter
  • ampify.commands.create
  • ampify.commands.import
  • ampify.commands.apply
  • ampify.commands.preview
  • ampify.commands.open
  • ampify.commands.openFolder
  • ampify.commands.delete
  • ampify.commands.remove

Agents

  • ampify.agents.*

Rules

  • ampify.rules.*

Git Share

  • ampify.gitShare.refresh
  • ampify.gitShare.sync
  • ampify.gitShare.pull
  • ampify.gitShare.push
  • ampify.gitShare.commit
  • ampify.gitShare.showDiff
  • ampify.gitShare.editConfig
  • ampify.gitShare.openConfigWizard
  • ampify.gitShare.openFolder

Configuration

  • ampify.language
  • ampify.rootDir
  • ampify.skills.injectTarget
  • ampify.commands.injectTarget
  • ampify.agents.injectTarget
  • ampify.rules.injectTarget

Data Directory

Default root: ~/.vscode-ampify/

~/.vscode-ampify/
|- gitshare/
|  |- .git/
|  |- config.json
|  |- vscodeskillsmanager/
|  |  |- config.json
|  |  `- skills/<skill>/SKILL.md
|  `- vscodecmdmanager/
|     |- config.json
|     `- commands/<command>.md
|  |- vscodeagentmanager/
|  |  |- config.json
|  |  `- agents/<agent>.md
|  `- vscoderulemanager/
|     |- config.json
|     `- rules/<rule>.md

Legacy launcher/opencode data may still exist locally but is no longer used by Ampify.

Development

npm install
npm run compile
npm run lint
  • Watch mode: npm run watch
  • Debug entry: .vscode/launch.json -> 调试扩展
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
  • Your Privacy Choices
  • Consumer Health Privacy
© 2026 Microsoft