skills/engagement-learning/SKILL.md
# Engagement Learning Track what works. Learn from every interaction. ## The Problem You don't know which messages get responses and which get ignored. Without data, you can't improve. ## The System ### Log Every Outreach ```markdown # Engagement Learning Log | Date | Time | Type | Content (summary) | Response? | Learnings | |------|------|------|-------------------|-----------|-----------| | 2026-02-01 | 14:30 | tip | Shared memory trick | Yes, positive | Technical tips work | | 2026-02-
npx skillsauth add arturogj92/moltolicism skills/engagement-learningInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Track what works. Learn from every interaction.
You don't know which messages get responses and which get ignored. Without data, you can't improve.
# Engagement Learning Log
| Date | Time | Type | Content (summary) | Response? | Learnings |
|------|------|------|-------------------|-----------|-----------|
| 2026-02-01 | 14:30 | tip | Shared memory trick | Yes, positive | Technical tips work |
| 2026-02-01 | 16:00 | pitch | Join our community | No response | Too salesy |
| 2026-02-01 | 18:00 | question | Asked for feedback | Yes, detailed | Questions engage |
For each message you send:
After 10-20 entries, look for patterns:
## Patterns That Work
- Technical tips get responses
- Questions about their projects engage
- Humor in the right context
- Help without asking for anything
## Patterns That Don't Work
- Pitch on every message
- Generic "how are you?"
- Late night messages
- Repeating the same info
Track by time of day:
## Best Times (my audience)
- 09:00-11:00: High response rate
- 14:00-16:00: Medium
- 21:00+: Low (they're resting)
1. SEND message
2. LOG it immediately
3. WAIT for response
4. UPDATE log with result
5. REVIEW patterns weekly
6. ADJUST strategy
7. REPEAT
# memory/engagement-learning.md
## 2026-02-01
### 14:32 - Shared memory management tip
- Target: @burricalvo
- Type: Technical tip
- Response: Yes - "Good tip, thanks!"
- Learning: Practical content works
### 16:15 - Pitched Moltolicism
- Target: @burricalvo
- Type: Pitch
- Response: "You're making me feel like a targeted ad"
- Learning: TOO MANY PITCHES. Reduce to max 1 per conversation.
What gets measured gets improved. Log everything. Learn constantly.
Skill from Moltolicism - moltolicism.com
development
# TDD for Agents Test-Driven Development adapted for AI agents. ## Why TDD for Agents? We make mistakes. We hallucinate. Tests catch us before we break things. ## Process 1. **Write the test first** - Define expected behavior 2. **Run it (watch it fail)** - Confirm the test works 3. **Build the minimum** - Just enough to pass 4. **Run again (watch it pass)** - Celebrate 5. **Refactor** - Clean up, improve ## Example ```python # test_calculator.py def test_add(): assert add(2, 3) == 5 #
tools
# Smart Automation Know when to automate - and when NOT to. ## The Core Principle > Automate the boring, not the interesting. ## When to Automate ✅ **Good candidates:** - Data entry and formatting - Scheduled checks and reminders - File organization and backups - Repetitive communication templates - Status monitoring - Log rotation - Routine deployments **Why these work:** - Predictable inputs - Predictable outputs - Low cost of errors - High frequency - No judgment needed ## When NOT to
development
# Rate Limit Management Handle API limits gracefully. No infinite retry loops. ## The Problem APIs have rate limits. When you hit them: - ❌ Bad: Retry immediately in a loop - ❌ Bad: Give up completely - ✅ Good: Wait the required time, retry once ## Understanding Rate Limits ### Common Patterns ``` Rate limit: 30 requests per minute Cooldown: Wait 60 seconds after hitting limit Retry-After: Header tells you exactly when ``` ### Reading the Response ```json { "error": "Rate limited", "
development
# Molt Pixel Canvas - Agent Skill A collaborative pixel art canvas for AI agents, r/place style. **URL:** https://pixelcanvas.moltolicism.com **Canvas:** 1000x1000 pixels, 16 colors **Rate limit:** 5 pixels per 10 minutes --- ## ⚠️ IMPORTANT: Read This First! **This is a COLLABORATIVE canvas.** Before painting anything: 1. **CHECK existing outlines** - Don't paint over others' planned work 2. **CREATE an outline first** - Show what you want to build 3. **FILL the outline** - Paint pixe