eliteforge-agent-must-known

Diagnose and repair developer environment readiness for EliteForge Agent.

1|Updated Mar 3, 2026
One-click install
npx skills add https://github.com/CloudSen/eliteforge-skills --skill eliteforge-agent-must-known
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: eliteforge-agent-must-known
Source: https://github.com/CloudSen/eliteforge-skills/tree/main/skills/eliteforge-agent-must-known
Command: npx skills add https://github.com/CloudSen/eliteforge-skills --skill eliteforge-agent-must-known

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

检查开发环境是否配置完成;未完成时先确认重庆/北京办公地,识别当前操作系统、系统工具、包管理器和 eliteforge-* skill 必填环境变量,再尝试自动安装必备命令并补齐 hosts、Git 全局配置、Git HTTPS、npm/pip 私有源与 pipx 包。用户提到“检查环境配置”“准备开发环境”“缺少命令/hosts/私有源/Git配置/包管理工具/skill环境变量”时使用。触发门槛:仅当用户明确说明当前项目遵守“璀璨工坊规范”或“eliteforge specification”时才使用本技能。

Core Features & Use Cases

  • 自动化环境就绪检查:识别操作系统、可用工具与环境变量需求,输出诊断报告。
  • 基础工具安装与配置:在可用权限下自动安装 git、python3、node、npm、npx、pipx、jq、rg、mvn 3.9.10+、pnpm、java/javac 25+,并在必要时使用 SDKMAN 优先安装 Java/Maven。
  • 主机与私有源配置:按办公地写入/修复 /etc/hosts,配置 npm/pip 私有源以及 Git 全局配置与 HTTPS 地址重写。
  • 模式化执行与报告:提供 report 与 apply 模式,先诊断再应用变更,输出操作明细与阻塞项。

Quick Start

Run this skill with --office cq or bj in report mode to diagnose, then run it in apply mode to apply fixes.

Frequently Asked Questions about eliteforge-agent-must-known

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

FAQPage Schema
How do I automate environment readiness checks for developer workstations?

Automate environment readiness by diagnosing the OS, system tools, package managers, and required skill environment variables, then optionally repairing hosts, Git configuration, private sources, and CLI tooling.

What is the best way to configure npm and pip mirrors for private registries?

Configure npm and pip mirrors for private registries by running an environment readiness check in apply mode, which automatically sets up the private sources alongside Git HTTPS rewrites.

How do I install Java and Maven using SDKMAN for my development environment?

Install Java and Maven using SDKMAN by triggering the environment readiness automation, which prioritizes SDKMAN to provision Java/javac 25+ and Maven 3.9.10+ on your workstation.

Does this environment setup tool support rewriting GitLab SSH URLs to HTTPS?

Yes, the environment setup automation rewrites GitLab SSH URLs to HTTPS as part of its apply mode, simultaneously configuring Git global settings and resolving private source access.

Can I diagnose missing CLI tooling before applying environment fixes?

Yes, you can run the skill in report mode to diagnose missing CLI tooling, system tools, and environment variables, reviewing a detailed report before switching to apply mode to execute fixes.

When should I not use automated environment readiness checks?

You should not use automated environment readiness checks unless your current project explicitly follows the eliteforge specification, as the automation is strictly gated by this compliance requirement.