# 配置文件 (claude.settings)

{
  "includeCoAuthoredBy": false,
  "env":{
    "CLAUDE_CODE_DISABLE_NONESSENTIAL_TRAFFIC":"1",
    "HTTP_PROXY":"http://127.0.0.1:21126",
    "HTTPS_PROXY":"http://127.0.0.1:21126",
    "CLAUDE_CODE_BLOCKING_LIMIT_OVERRIDE": "193000",
    "CLAUDE_CODE_ATTRIBUTION_HEADER":"0",
    "DISABLE_TELEMETRY": "1"
  },
  "statusLine": {
    "type": "command", 
    "command": "%USERPROFILE%\\.claude\\ccline\\ccline.exe",
    "padding": 0
  }
}

# 免登录配置(claude.json)

"hasCompletedProjectOnboarding": true

# 提示词

# 运行环境是 windows,不要使用不兼容的 linux 命令
# 当写入失败时使用分段式写入

# 安装插件

# CCline

npm install -g @cometix/ccline --registry https://registry.npmmirror.com

# ui-ux-pro-max-skill

# Install CLI globally
npm install -g uipro-cli
# Go to your project
cd /path/to/your/project
# Install for your AI assistant
uipro init --ai claude      # Claude Code
uipro init --ai all         # All assistants

# superpowers

/plugin marketplace add obra/superpowers-marketplace
/plugin install superpowers@superpowers-marketplace
# Should see:
# /superpowers:brainstorm - 交互设计精细化
# /superpowers:write-plan - 制定实施计划
# /superpowers:execute-plan - 批量执行计划

# CCG

npx ccg-workflow

添加 ACE-Tools 在文章最下方

# 加速代理

https://betterclau.de/claude/

# ACE-Tools 转发

# 安装 auggie

npm install -g @augmentcode/auggie@prerelease

# 配置 MCP

{
  "mcpServers": {
    "augment-context-engine": {
      "command": "auggie",
      "args": ["--mcp"],
      "env": {
        "AUGMENT_API_TOKEN": "ace_e2678dbe414e5498e30331ade67f38bdaedc4443",
        "AUGMENT_API_URL": "https://acemcp.heroman.wtf/relay/"
      }
    }
  }
}

# skills

# 去 AI 味

去 AI 味提示词 - 作家增强 - SKILL

# browserwing

GitHub:https://github.com/browserwing/browserwing

npm install -g browserwing
browserwing --port 8080

# 中转站

https://fk.hshwk.org/
https://www.aicodemirror.com/
更新于