Self-Improving — Remember
Save important patterns to auto-memory for future sessions.
$skillfish add ~skills/self-improving-agent-remember Real Conversations
See how the Self-Improving — Remember skill responds to actual requests. These are representative examples of what your AI agent will produce.
Just spent 2 hours debugging a CORS issue. Turns out our CDN (Cloudflare) strips the Authorization header before it reaches the backend — it's not a backend config problem. Save this so I never debug it from scratch again.
That's exactly the kind of hard-won insight that deserves explicit memory — non-obvious, non-reproducible without the original context.
Checking for duplicates... No existing entry about CORS or Cloudflare Authorization header stripping.
Writing to MEMORY.md:
- CORS: Cloudflare strips `Authorization` header before requests reach backend.
Not a backend config issue — check CDN transform rules first.
Saved to auto-memory
"CORS: Cloudflare strips Authorization header —
check CDN rules before backend config"
MEMORY.md: 142/200 lines
Claude will see this at the start of every session in this project.
Suggestion: This sounds like a CLAUDE.md debugging rule — "When investigating CORS errors, check Cloudflare transform rules before backend config." A rule makes Claude apply this heuristic proactively, not just recall it as background context.
Want to /si:promote it to a debugging rule, or leave as a memory note?
Get Started
How to install and use this skill in your preferred environment.
Skills are designed for AI coding agents (Claude Code, Cursor, Windsurf) and IDE-based workflows where the agent can read files, run scripts, and act on your codebase. Web-based AI can use the knowledge and frameworks, but won't have tool access.
Models & Context
Which AI models and context windows work best with this skill.
Recommended Models
Larger models produce more detailed, production-ready outputs.
Context Window
This skill's SKILL.md is typically 3–10 KB — fits in any modern context window.
All current frontier models (Claude, GPT, Gemini) support 100K+ context. Use the full window for complex multi-service work.
Pro tips for best results
Be specific
Include numbers — users, budget, RPS — so the skill can size the architecture.
Share constraints
Compliance needs, team size, and existing stack all improve the output.
Iterate
Start with a high-level design, then ask follow-ups for IaC, cost analysis, or security review.
Combine skills
Pair with companion skills below for end-to-end coverage.
Ready to try Self-Improving — Remember?
Install the skill and start getting expert-level guidance in your workflow — any agent, any IDE.
$skillfish add ~skills/self-improving-agent-remember