by sickn33
Claude Code 需要正确设置才能发挥效用。本技能提供即开即用的配置模板和经过验证的提示策略,可最大化 AI 辅助开发的效率。
1. 打开 Claude 聊天界面
2. 点击下方 "📋 复制" 按钮
3. 粘贴到 Claude 聊天框中并发送
4. 输入 "使用 claude-code-guide 技能" 开始使用
=== claude-code-guide 技能 === 作者: sickn33 描述: Claude Code 需要正确设置才能发挥效用。本技能提供即开即用的配置模板和经过验证的提示策略,可最大化 AI 辅助开发的效率。 使用方法: 1. 调用技能: "使用 claude-code-guide 技能" 2. 提供相关信息: 根据技能要求提供必要参数 3. 查看结果: 技能会返回处理结果 示例: "使用 claude-code-guide 技能,帮我分析一下这段代码"
这种方法适用于所有 Claude 用户,不需要安装额外工具。
documentation
safe
To provide a comprehensive reference for configuring and using Claude Code (the agentic coding tool) to its full potential. This skill synthesizes best practices, configuration templates, and advanced usage patterns.
CLAUDE.md)When starting a new project, create a CLAUDE.md file in the root directory to guide the agent.
# Project Guidelines
## Commands
- Run app: `npm run dev`
- Test: `npm test`
- Build: `npm run build`
## Code Style
- Use TypeScript for all new code.
- Functional components with Hooks for React.
- Tailwind CSS for styling.
- Early returns for error handling.
## Workflow
- Read `README.md` first to understand project context.
- Before editing, read the file content.
- After editing, run tests to verify.
Use these keywords in your prompts to trigger deeper reasoning from the agent:
If the agent is stuck or behaving unexpectedly:
grep or find to locate relevant files first.CLAUDE.md.Based on Claude Code Guide by zebbern.
View Count
0
Download Count
0
Favorite Count
0
Quality Score
71