惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

爱范儿
爱范儿
博客园_首页
W
WeLiveSecurity
S
Secure Thoughts
S
Security @ Cisco Blogs
Recent Commits to openclaw:main
Recent Commits to openclaw:main
Hugging Face - Blog
Hugging Face - Blog
www.infosecurity-magazine.com
www.infosecurity-magazine.com
H
Hacker News: Front Page
Project Zero
Project Zero
cs.CV updates on arXiv.org
cs.CV updates on arXiv.org
U
Unit 42
N
News and Events Feed by Topic
N
News and Events Feed by Topic
Hacker News - Newest:
Hacker News - Newest: "LLM"
Forbes - Security
Forbes - Security
T
Tor Project blog
I
Intezer
B
Blog
F
Full Disclosure
Security Archives - TechRepublic
Security Archives - TechRepublic
F
Fortinet All Blogs
Schneier on Security
Schneier on Security
T
Threat Research - Cisco Blogs
AI
AI
Google DeepMind News
Google DeepMind News
L
LINUX DO - 最新话题
Cloudbric
Cloudbric
L
Lohrmann on Cybersecurity
WordPress大学
WordPress大学
博客园 - 聂微东
雷峰网
雷峰网
P
Privacy International News Feed
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
PCI Perspectives
PCI Perspectives
Y
Y Combinator Blog
Spread Privacy
Spread Privacy
Simon Willison's Weblog
Simon Willison's Weblog
罗磊的独立博客
Vercel News
Vercel News
A
Arctic Wolf
The Register - Security
The Register - Security
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
Microsoft Azure Blog
Microsoft Azure Blog
H
Heimdal Security Blog
Know Your Adversary
Know Your Adversary
P
Proofpoint News Feed
C
Cybersecurity and Infrastructure Security Agency CISA
P
Proofpoint News Feed

博客园 - 猫猫客服

Goframe 学习笔记 cursor编辑器 ai客服 laravel12 微服务 接口类,需要指定入参类型,出参类型 海量数据查询,es替代方案 数据库设计 php消费者 转载,电商系统多规格 php响应 docker,2024年8月9日 使用wsl,windows自带的linux虚拟机 go 微服务 vue3 前端工具 java基础 架构 es学习 简单分表 go 指针
Claude Code
猫猫客服 · 2026-03-24 · via 博客园 - 猫猫客服

全局安装mcp

安装时,在名称前面添加 -s user

claude mcp add -- transport http -s user context7 https://mcp.context7.com/mcp

单项目安装mcp

进入具体项目

claude mcp add -- transport http context7 https://mcp.context7.com/mcp

查看mcp安装列表

claude mcp list

常用mcp:

· BrowserTools,可以让Claude code直接读取浏览器的调试信息 (浏览器安装插件+执行mcp add命令)

常用命令:

/clear 命令,清空上下文,一般开发完成后,进行下一个阶段时使用,如开发完毕后,进行界面美化,之前的不需要再考虑。

==================================================================

新项目开发步骤:

1、在项目根目录新增CLAUDE.md,项目开发注意事项

2、新增todo.md,开发进度记录

在CLAUDE.md写入:

在项目根目录下我创建了一个todo 文件,每次在开发之前,你都应该先将我们商量好的代办任务添加到这个文件中。每完成一个任务时,记得把
对应的任务标记为已完成,这样可以方便我们实时跟踪开发进度。

合理使用 Task 工具创建多个子代理来提高开发的效率,每个子代理负责一个独立的任务,互不干扰,支持并行开发。

=====================================================================

开发前准备:

如果需要使用github的api,先安装mcp:context7,使用在ai对话框中,输入“使用 context7查询 XXX 的api文档,并保存到本地。然后访问官方文档链损获得更详细更准确的信息。”

=====================================================================

先 shift+tab 切换成规划模式,先规划好,没问题再开发 

告诉他最终项目结果

告诉他开发的语言、框架、具体版本

告诉他使用哪个github接口

可以问他是否合理,是否有更好的建议

======================================================================

或显式切换  
/plan

Claude Code 有三种模式。Normal 模式每次工具执行前要求确认;Auto-Accept 无需确认直接执行;Plan Mode 只展示方案等待审批。

alt+m 切换模式

可以将当前执行的任务,放置后台

双击esc可以回滚,回滚代码+会话,或其他 (目前不太好用,用git管理代码,只回滚会话)

 使用mcp 安装 figma,直接让他来写uniapp代码

/resume 回到之前的会话,一般重新打开的时候

或者在启用的时候用 claude -c

需要先鉴权,才能用,使用之前需要先 /mcp 选择figma,再点击Authenticate 点击后弹出页面登录

image

image

可以主动调用skill

image