We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8f06ab commit 213446eCopy full SHA for 213446e
2 files changed
content/ai.md
@@ -19,6 +19,9 @@
19
- <https://github.com/modu-ai/smarter-prompt>
20
- <https://petite-peacock-6e6.notion.site/AI-1f9b7b6880c480148190cbaf071eb2f8>
21
22
+## 유용한 도구
23
+* https://github.com/epoko77-ai/im-not-ai
24
+
25
## Children
26
- [[ai-gent-role]]
27
- [[ai-coding-agent]]
save.sh
@@ -0,0 +1,4 @@
1
+#!/bin/bash
2
+git add --all
3
+git commit -m 'Update'
4
+git push
0 commit comments