skill-architect

Translate Skill descriptions to Traditional Chinese and deploy SKILL.md to user directories.

Updated Apr 20, 2026
One-click install
npx skills add https://github.com/ddmanyes/antigravity-skills-zht --skill skill-architect-ddmanyes
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: skill-architect
Source: https://github.com/ddmanyes/antigravity-skills-zht/tree/main/skills/skill-architect
Command: npx skills add https://github.com/ddmanyes/antigravity-skills-zht --skill skill-architect-ddmanyes

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates identifying and ingesting Skill content from URLs or local paths, translating descriptive content into Traditional Chinese, and deploying SKILL.md to the local user environment.

Core Features & Use Cases

  • Ingestion & Translation: Extracts Skill metadata and translates descriptions while preserving original prompts and tool logic.
  • Automated Deployment: Writes SKILL.md into per-user skill directories across Windows, macOS, and Linux, with conflict handling.
  • Safe, Reusable Workflow: Maintains source integrity and supports overwrite prompts when needed.

Quick Start

Provide the Skill source path or URL, translate its description to Traditional Chinese, and deploy SKILL.md to the user's Skill directory.

Frequently Asked Questions about skill-architect

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

FAQPage Schema
How do I automate agent skill translation and deployment across different operating systems?▼

You can automate agent skill translation and deployment by providing a source URL or local path. The skill translates descriptions into Traditional Chinese and writes SKILL.md to per-user directories across Windows, macOS, and Linux.

Can I deploy SKILL.md files from a URL directly to my local user environment?▼

Yes, you can deploy SKILL.md files directly from a URL. The skill ingests content from the provided URL, translates the descriptive metadata, and writes the file to your local user skill directory.

Does skill translation to Traditional Chinese preserve the original prompts and tool logic?▼

Translation to Traditional Chinese preserves original prompts and tool logic entirely. The process extracts and translates only the descriptive content while maintaining the source integrity of the underlying functional components.

What happens if a SKILL.md file already exists in the target skill directory?▼

When a SKILL.md file already exists in the target skill directory, the deployment process includes conflict handling. It safely manages existing files by prompting for overwrites when needed to ensure no data is unintentionally lost.

What is the best way to manage agent skill ingestion without altering the original source code?▼

The best way to manage skill ingestion without altering source code is using an automated workflow that extracts metadata and translates descriptions. This approach maintains source integrity by writing to per-user locations instead of modifying the original.