improving▌
5 indexed skills · max 10 per page
self-improving-agent
kimasplund/clawdbot-skills-pack · Productivity
Captures learnings, errors, and corrections to enable continuous improvement across sessions.
self-improving-agent
grail-computer/self-improving-agent · Productivity
When to use this skill:
proactive-self-improving-agent
yanhongxi-openclaw/proactive-self-improving-agent · Productivity
Automatically capture errors, corrections, and best practices to evolve agent capabilities safely over time. \n \n Records seven types of triggers (failures, user corrections, feature requests, API errors, knowledge gaps, better approaches, task reviews) into structured markdown files with deduplication to avoid low-value entries \n Promotes repeated patterns (≥3 occurrences) from learning logs into permanent capability files (AGENTS.md, TOOLS.md, SOUL.md) or extracts them as independent skills
self-improving-agent
charon-fan/agent-playbook · Productivity
Universal self-improving agent that learns from all skill experiences using multi-memory architecture. \n \n Implements semantic, episodic, and working memory to extract patterns, abstract insights, and continuously evolve skill guidance across the codebase \n Auto-triggers on skill completion, errors, and session events via hooks-based integration; detects and corrects inaccurate guidance with traceable evolution markers \n Prioritizes updates across 10+ skill categories (PRD planning, architec
flutter-improving-accessibility
flutter/skills · Productivity
Configure Flutter apps for assistive technologies including screen readers and keyboard navigation. \n \n Covers UI design fundamentals: font scaling, color contrast (4.5:1 for normal text, 3:1 for large), and 48x48 pixel minimum tap targets \n Provides semantic annotation patterns using Semantics , MergeSemantics , and ExcludeSemantics widgets to expose widget tree structure to assistive tools \n Includes web-specific guidance on enabling the semantics layer (disabled by default for performance