ampify-dev-guide

Provides a development guide for Ampify VS Code extension covering architecture, Git Share sync, and workflows.

4|Updated Jan 18, 2026
One-click install
npx skills add https://github.com/NAMEWTA/Ampify --skill ampify-dev-guide
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ampify-dev-guide
Source: https://github.com/NAMEWTA/Ampify/tree/main/.claude/skills/ampify-dev-guide
Command: npx skills add https://github.com/NAMEWTA/Ampify --skill ampify-dev-guide

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides a comprehensive guide to developing and extending the Ampify VS Code extension, streamlining the process of understanding its architecture, modules, and contribution points.

Core Features & Use Cases

  • Architecture Overview: Understand the monorepo structure, module breakdown, and data flow.
  • Module Development: Learn the standard process for adding new features, integrating with the MainView, and managing configurations.
  • Data Synchronization: Grasp the Git Share sync logic for skills and commands.
  • Use Case: A new developer joining the Ampify project can use this Skill to quickly get up to speed on the project's structure, coding conventions, and how to contribute new features.

Quick Start

Read the 'Ampify 开发规范指南' to understand the project structure and development process.

Frequently Asked Questions about ampify-dev-guide

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I start developing modules for the Ampify VS Code extension?

To start developing Ampify VS Code extension modules, read the development guide to understand the monorepo architecture, module breakdown, and standard integration process for adding new features.

What is the monorepo architecture used by the Ampify VS Code extension?

The Ampify VS Code extension uses a monorepo architecture that structures module breakdown and data flow, ensuring organized feature integration and streamlined contribution workflows for extension development.

How does Git Share synchronization work for Ampify extension commands?

Git Share synchronization for Ampify extension commands operates through a specific data flow logic that syncs skills and commands, ensuring consistent state and configuration management across the extension.

Do I need to understand the MainView integration to contribute to Ampify VS Code development?

Yes, understanding MainView integration is required for Ampify VS Code development because new feature modules must follow standard integration processes and manage configurations through this central view component.

What coding conventions should I follow when adding new features to the Ampify extension?

When adding new features to the Ampify extension, you should follow the project's specific coding conventions and contribution workflows detailed in the development guide to ensure proper module integration.