🧠
AI EngineeringTypeScript

Cross-Task Learner

by jmagly

Cross-Task Learner is an AI Engineering skill for Claude Code, published by jmagly in aiwg.

209 stars32 forkson jmagly/aiwgAdded 2026/09/04+1% in starsRepository updated 2026/09/03
agentic-codingai-frameworkanthropicautonomous-agentsclaude-codecodexcopilotcursordeveloper-toolsfine-tuningmulti-agentmulti-platformorchestrationprompt-engineeringsdlctraining-datawarpworkflow-automation
Install in seconds
Install Cross-Task Learner
Copy Cross-Task Learner into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/jmagly/aiwg/tree/main/agentic/code/addons/agent-loop/skills/cross-task-learner ~/.claude/skills/cross-task-learner

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/jmagly/aiwg.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
agentic/code/addons/agent-loop/skills/cross-task-learner/SKILL.md in jmagly/aiwg
Installs to
~/.claude/skills/cross-task-learner
Collection
One of 25 skills cataloged from this repository
Category
AI Engineering2970 skills

What Cross-Task Learner does

Cross-Task Learner extracts reusable patterns from completed agent loops and injects relevant ones into new loops. It helps agents reuse fixes, success paths, anti-patterns, and code templates across tasks.

Cross-Task Learner is cataloged under AI Engineering on DirSkills. Cross-Task Learner comes from a repository tagged agentic-coding, ai-framework, anthropic, autonomous-agents and claude-code.

Documentation

README

Cross-Task Learner Skill

Enable agent loops to learn from similar past tasks and share discovered patterns across multiple concurrent or sequential loops.

Research Foundation: REF-013 MetaGPT - 159% improvement with shared state

Version 2.0: Multi-loop awareness with loop_id tracking


Overview

This skill provides two core capabilities:

  1. Pattern Extraction - On loop completion, extract reusable patterns from execution history
  2. Pattern Injection - On loop start, inject relevant patterns from previous loops

Benefits

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Cross-Task Learner

  • What else does jmagly publish alongside Cross-Task Learner?

    Cross-Task Learner is one of 25 skills that DirSkills catalogs from jmagly/aiwg, the repository it ships in. Its siblings there include Agent Loop, Agent Loop and Agent Loop External. Each one is a separate skill with its own page in this directory, installs the same way Cross-Task Learner does, and is maintained by jmagly in that same repository. The rest of the collection is listed on the jmagly/aiwg page.

  • How does Cross-Task Learner compare to other AI Engineering skills?

    Cross-Task Learner ranks #2710 by stars among the 2970 AI Engineering skills in this catalog. The most-starred ones next to it are Architecture Decision Records, AI-First Engineering and Agentic OS. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Cross-Task Learner against them. Open each page to compare what they document and how they install.