Skill Claude CodeCodex
Install Acontext, Login & Init Acontext Project, Add Skill Memory to Agent.
46 tagged self learning, measured the same way as everything else here.
Browse within: self-improvement 22self-improving-agent 22self-improving-ai 22Autonomous Agents 8agentic-framework 8evolution 8open-source 8orchestration-framework 8runtime-governance 8self-evolving 8self-healing 8context-engineering 5
Skill Claude CodeCodex
Install Acontext, Login & Init Acontext Project, Add Skill Memory to Agent.
Skill Claude CodeCodex
Track daily activity logs and summaries for the user. TRIGGER BY: read/edit user memory.
Skill Claude CodeCodex
Capture and organize general facts about the user by topic.
Skill Claude CodeCodex
Self-learning system that captures corrections during sessions and reminds users to run /reflect to update CLAUDE.md. Use when discussing learnings, corrections, or when the user mentions remembering something for future sessions.
Skill Claude CodeCodex
Runtime tool management with toolmanage and tools.toml format. Create, enable, disable, reload tools without restart. (/dynamic-tools, toolmanage, runtime tools).
Skill Claude CodeCodex
Full GitHub CLI control — issues, PRs, code reviews, repo management. Uses gh CLI with auth detection, rate limiting, and templates. Triggers on: github, issue, pull request, PR, code review, repo, branch, label, assignee, milestone, release, workflow, actions.
Skill Claude CodeCodex
Run a comprehensive language-agnostic repository health audit, scored 0-100. Detects language, runs native tooling, never assumes JS/Python.
Skill Claude CodeCodex
Browser automation CLI for AI agents. Requires Node.js with agent-browser. Use when the user needs to interact with websites, including navigating pages, filling forms, clicking buttons, taking screenshots, extracting data, testing web apps, or automating any browser task. Triggers include requests to "open a…
Skill Claude CodeCodex
Helps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", "is there a skill that can...", or express interest in extending capabilities. This skill should be used when the user is looking for functionality that might exist as an installable skill.
Skill Claude CodeCodex
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Skill Claude CodeCodex
Captures user facts and procedural corrections into .reflexio/ so the agent learns across sessions. Use when: (1) user states a preference, fact, config, or constraint; (2) user corrects the agent and confirms the fix with an explicit 'good'/'perfect' or by moving on without re-correcting for 1-2 turns; (3) at start…
Skill Claude CodeCodex
Run a full-sweep consolidation over all .reflexio/ files — TTL sweep + n-way cluster merge. Use when the user asks to 'clean up reflexio', 'consolidate memory', 'deduplicate playbooks', or suspects drift across sessions.
Skill Claude CodeCodex
When to use: Always active. This skill is the contract between you and the reflexio cross-session memory plugin.
Skill Claude CodeCodex
Local-first cross-harness memory for agents. Syke observes activity across supported harnesses, keeps a current memex in context, and gives agents syke ask, syke memex, and syke record for continuity across sessions.
Skill Claude CodeCodex
Local-first cross-harness memory for agents. Syke observes activity across supported harnesses, keeps a current memex in context, and gives agents syke ask, syke memex, and syke record for continuity across sessions.
Skill Claude CodeCodex
Classify an Automatos PRD into Rehouse / Refactor / Extension / Net-new before estimating, so the right amount of reuse vs build is planned. Use when starting any PRD on this codebase.
Skill Claude CodeCodex
Register a new platform tool using the canonical 3-file pattern (platformactions.py + platformexecutor.py + auto.py). Use when adding any new tool that agents should be able to call.