— No reviews yet
0 installs
12 views
0.0% view→install
Install
$ agentstack add skill-cloudyview-smart-donkey-smart-donkey-learn ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Are you the author of Smart Donkey Learn? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claimAbout
Smart Donkey Learn
Trigger the learning/distillation phase explicitly.
Steps
- Read current brain file (if exists):
cat smart-donkey-brain.md 2>/dev/null || echo "NO_BRAIN_FILE"
- Read session context:
- Read
progress.mdfor what happened this session - Read
task_plan.mdfor decisions and errors - Read
findings.mdfor technical discoveries
- Analyze the session for extractable lessons:
- What approaches worked well? (Save to "What Works Well")
- What mistakes were made and how were they fixed? (Save to "Mistakes to Avoid")
- Did the user express any preferences? (Save to "User Preferences")
- Any important codebase patterns discovered? (Save to "Codebase Patterns")
- Any debugging insights? (Save to "Debugging Playbook")
- Any architecture decisions made? (Save to "Architecture Notes")
- Update
smart-donkey-brain.md:
- If file doesn't exist, create it with the template
- If file exists, merge new lessons with existing ones
- Don't duplicate — update existing entries if refined
- Remove anything that's no longer accurate
- Keep total file under 200 lines
- Present summary to user:
- Show what new lessons were extracted
- Show what existing lessons were updated
- Show total lesson count
Brain File Template
# Smart Donkey Brain
> Auto-generated learning file. Updated: [date]
> Sessions learned from: [N]
## User Preferences
(How the user likes to work)
## Codebase Patterns
(Key patterns, file paths, conventions)
## What Works Well
(Approaches that save time)
## Mistakes to Avoid
(Errors and their root causes)
## Architecture Notes
(Important design decisions)
## Debugging Playbook
(Issue pattern -> Solution approach)
Rules
- Be ruthlessly concise — 1-2 lines per entry
- Only save lessons that will be useful in FUTURE sessions
- Don't save task-specific details (they belong in progress.md)
- Facts > opinions. Mark uncertain items with "(uncertain)"
- If the brain file is over 200 lines, prune the least valuable entries
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: cloudyview
- Source: cloudyview/smart-donkey
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.