Skip to content

Instantly share code, notes, and snippets.

View bengidev's full-sized avatar
👾
iOS App Developer

B e n g bengidev

👾
iOS App Developer
View GitHub Profile
# OpenClaw Implementation Prompts
Each prompt below is a self-contained brief you can hand to an AI coding assistant (or use as a project spec) to build that use case from scratch. Adapt the specific services to whatever you already use — the patterns are what matter.
---
## 1) Personal CRM Intelligence
```
Build me a personal CRM system that automatically tracks everyone I interact with, with smart filtering so it only adds real people — not newsletters, bots, or cold outreach.
@bengidev
bengidev / swift_comment_snippet
Created June 13, 2023 08:49
Create a code comment snippet to simplify commenting your code.
/// <#Summay text for documentation#>.
///
/// <#Discussion text for documentation#>.
///
/// For example:
/// ```
/// // <#Example code if any#>
/// ```
///
/// - Parameters: