setup — for Claude Code community, for Claude Code, ide skills, interactive configuration, initialization setup, mobile development workflow, Claude Code installation, MyCC configuration, Claude Code, Cursor, Windsurf

v1.0.0

关于此技能

MyCC setup is an interactive configuration guide that helps users initialize Claude Code, making it easier to run on their phones. This skill benefits developers by simplifying the setup process.

功能特性

Checks preconditions using Claude Code and directory verification
Copies configuration files for settings and memory templates
Collects user information for personalized setup
Replaces template variables with user input
Validates configuration effectiveness
Completes initialization with a progress checklist

# 核心主题

Aster110 Aster110
[164]
[50]
更新于: 3/24/2026

Killer-Skills Review

Decision support comes first. Repository text comes second.

Reference-Only Page Review Score: 2/11

This page remains useful for operators, but Killer-Skills treats it as reference material instead of a primary organic landing page.

Review Score
2/11
Quality Score
40
Canonical Locale
zh
Detected Body Locale
zh

MyCC setup is an interactive configuration guide that helps users initialize Claude Code, making it easier to run on their phones. This skill benefits developers by simplifying the setup process.

核心价值

MyCC setup is an interactive configuration guide that helps users initialize Claude Code, making it easier to run on their phones. This skill benefits developers by simplifying the setup process.

适用 Agent 类型

Suitable for operator workflows that need explicit guardrails before installation and execution.

赋予的主要能力 · setup

! 使用限制与门槛

Why this page is reference-only

  • - Current locale does not satisfy the locale-governance contract.
  • - The page lacks a strong recommendation layer.
  • - The page lacks concrete use-case guidance.
  • - The page lacks explicit limitations or caution signals.
  • - The underlying skill quality score is below the review floor.

Source Boundary

The section below is supporting source material from the upstream repository. Use the Killer-Skills review above as the primary decision layer.

实验室 Demo

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

常见问题与安装步骤

以下问题与步骤与页面结构化数据保持一致,便于搜索引擎理解页面内容。

? FAQ

setup 是什么?

MyCC setup is an interactive configuration guide that helps users initialize Claude Code, making it easier to run on their phones. This skill benefits developers by simplifying the setup process.

如何安装 setup?

运行命令:npx killer-skills add Aster110/mycc/setup。支持 Cursor、Windsurf、VS Code、Claude Code 等 19+ IDE/Agent。

setup 支持哪些 IDE 或 Agent?

该技能兼容 Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer。可使用 Killer-Skills CLI 一条命令通用安装。

安装步骤

  1. 1. 打开终端

    在你的项目目录中打开终端或命令行。

  2. 2. 执行安装命令

    运行:npx killer-skills add Aster110/mycc/setup。CLI 会自动识别 IDE 或 AI Agent 并完成配置。

  3. 3. 开始使用技能

    setup 已启用,可立即在当前项目中调用。

! 参考页模式

此页面仍可作为安装与查阅参考,但 Killer-Skills 不再把它视为主要可索引落地页。请优先阅读上方评审结论,再决定是否继续查看上游仓库说明。

Imported Repository Instructions

The section below is supporting source material from the upstream repository. Use the Killer-Skills review above as the primary decision layer.

Supporting Evidence

setup

Streamline your development workflow with MyCC setup, an interactive configuration guide for Claude Code. Discover how this AI agent skill simplifies...

SKILL.md
Readonly
Imported Repository Instructions
The section below is supporting source material from the upstream repository. Use the Killer-Skills review above as the primary decision layer.
Supporting Evidence

MyCC 初始化引导

这是一个交互式配置向导,帮助用户完成 MyCC 的初始化设置。

触发条件

  • 用户输入 /setup
  • 用户说"帮我配置"、"初始化"
  • 首次使用时自动触发:检测到 {{YOUR_NAME}} 未替换时,主动询问是否需要引导

配置进度清单

每完成一步就打勾 ✅,支持中断后继续。 这个清单会被更新,用于追踪进度。

  • 1. 检查前置条件
  • 2. 复制配置文件
  • 3. 收集用户信息
  • 4. 替换模板变量
  • 5. 验证配置生效
  • 6. 完成初始化

执行步骤

步骤 1:检查前置条件

检查项

  1. Claude Code 是否已安装(能运行 claude --version
  2. 当前目录是否是 mycc 项目根目录(存在 CLAUDE.md

执行方式

bash
1# 检查 Claude Code 2claude --version 3 4# 检查目录 5ls CLAUDE.md

如果失败

完成后:更新清单,标记步骤 1 为 ✅


步骤 2:复制配置文件

需要复制的文件

源文件目标文件说明
.claude/settings.local.json.example.claude/settings.local.jsonHooks 配置
0-System/status.md.example0-System/status.md短期记忆模板
0-System/context.md.example0-System/context.md中期记忆模板

执行方式

bash
1cp .claude/settings.local.json.example .claude/settings.local.json 2cp 0-System/status.md.example 0-System/status.md 3cp 0-System/context.md.example 0-System/context.md

检查点:确认三个文件都存在

完成后:更新清单,标记步骤 2 为 ✅


步骤 3:收集用户信息

需要收集

  • 用户的名字(用于替换 {{YOUR_NAME}}

交互方式

问用户:"你希望我怎么称呼你?(这个名字会出现在 CLAUDE.md 里)"

存储:记住用户回答,用于下一步替换

完成后:更新清单,标记步骤 3 为 ✅


步骤 4:替换模板变量

需要替换的文件

  • CLAUDE.md:把所有 {{YOUR_NAME}} 替换为用户的名字

执行方式

bash
1sed -i '' 's/{{YOUR_NAME}}/用户名字/g' CLAUDE.md

检查点:确认 CLAUDE.md 中不再包含 {{YOUR_NAME}}

完成后:更新清单,标记步骤 4 为 ✅


步骤 5:验证配置生效

验证项

  1. .claude/settings.local.json 存在且格式正确
  2. 0-System/status.md 存在
  3. CLAUDE.md 中的名字已替换

执行方式

bash
1# 检查文件存在 2ls -la .claude/settings.local.json 3ls -la 0-System/status.md 4ls -la 0-System/context.md 5 6# 检查变量已替换 7grep "{{YOUR_NAME}}" CLAUDE.md || echo "✅ 变量已全部替换"

如果有问题:告诉用户哪里出错,并提供修复建议

完成后:更新清单,标记步骤 5 为 ✅


步骤 6:完成初始化

输出完成消息

🎉 MyCC 初始化完成!

已完成:
✅ 配置文件已复制
✅ 名字已设置为「{用户名字}」
✅ Hooks 已配置

接下来你可以:
1. 重启 Claude Code(让 Hooks 生效)
2. 开始使用!试试说"今天有什么安排"

提示:
- 编辑 `0-System/status.md` 记录你的每日状态
- 编辑 `0-System/about-me/` 让我更了解你
- 输入 `/dashboard` 查看所有可用能力

更新清单:标记步骤 6 为 ✅,所有项目完成


中断与继续

如果用户中途离开:

  1. 进度清单会保留当前状态
  2. 下次触发 /setup 时,检查清单,从未完成的步骤继续
  3. 告诉用户:"上次配置到步骤 X,要继续吗?"

常见问题处理

Q: Hooks 没生效

A:

  1. 确认 .claude/settings.local.json 存在
  2. 重启 Claude Code
  3. 检查文件路径是否正确

Q: 想重新配置

A:

  1. 删除 .claude/settings.local.json
  2. 重新运行 /setup

Q: 想改名字

A: 直接编辑 CLAUDE.md,把名字改成你想要的

相关技能

寻找 setup 的替代方案 (Alternative) 或可搭配使用的同类 community Skill?探索以下相关开源技能。

查看全部

openclaw-release-maintainer

Logo of openclaw
openclaw

Your own personal AI assistant. Any OS. Any Platform. The lobster way. 🦞

333.8k
0
AI

widget-generator

Logo of f
f

为prompts.chat的信息反馈系统生成可定制的插件小部件

149.6k
0
AI

flags

Logo of vercel
vercel

React 框架

138.4k
0
浏览器

pr-review

Logo of pytorch
pytorch

Python中具有强大GPU加速的张量和动态神经网络

98.6k
0
开发者工具