Skip to content

Commit 2dd90c6

Browse files
committed
added tip #355
1 parent 3a050bd commit 2dd90c6

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

β€ŽREADME.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ Currently, there are over 300 tips categorized as follows:
2323
- πŸ”’ [Authentication & Authorization Tips](./tips/auth.md) (6 tips)
2424
- πŸ“¦ [Laravel Container Tips](./tips/container.md) (7 tips)
2525
- ⚠️ [Error Handling Tips](./tips/error-handling.md) (5 tips)
26-
- ✨ [AI](./tips/ai.md) (1 tip)
26+
- ✨ [AI](./tips/ai.md) (2 tips)
2727

2828
If you have new tips or suggestions for improving existing ones, feel free to drop a PR!

β€Žtips/ai.mdβ€Ž

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# AI Tips ([cd ..](../README.md))
22

33
- [Snapshot First, Nuke Later](#claude-code--snapshot-first-nuke-later)
4+
- [No MCP? No Problem](#claude-code--no-mcp-no-problem)
45

56
## Claude Code πŸ’‘: Snapshot First, Nuke Later
67

@@ -11,3 +12,13 @@ This helps in 2 ways: you won't have to start from scratch, and reviewing the sn
1112
```markdown
1213
Take a concise snapshot to .snapshots/. Summarize what we're doing, what's done, what's next, and flag anything that felt off.
1314
```
15+
16+
## Claude Code πŸ’‘: No MCP? No Problem
17+
18+
Services you're using don't offer an MCP? Check if they have a CLI tool and turn it into a skill, that's really all you need.
19+
20+
You can use the official skill-creator skill to build/improve those skills πŸ™ŒπŸ½
21+
22+
```markdown
23+
Create a skill for Forge CLI. Here's the docs: https://forge.laravel.com/docs/cli.md. <Include more context and clearly set expectations for the agent>_
24+
```

0 commit comments

Comments
Β (0)