Leaderboard/Skill Creation/self-learning-skills
Last commit on July 3, 2026·Created on June 28, 2026

Kulaxyz/self-learning-skills

Transforms hard-won operational workflows into reusable skills for AI agents.
Combined rank
#332
across all skills
In Skill Creation
#12
category rank
Stars
956
+0.5% in last 7d
Forks
45
+4.7% in last 7d
Watchers
2
0.0% in last 7d
Traction scoreGitHub stars can be faked, so popularity alone can be misleading. Traction Score looks for broader signs of recent attention, adoption, and active maintenance.
TL;DR

This skill enables agents to recognize and capture the successful completion of non-trivial tasks—the golden path—and preserve them as permanent skills. It is designed for automation builders who need agents to remember project-specific facts, such as deployment steps or credential locations, without repeated human explanation.

By proactively harvesting workflows after debugging sessions or complex operational tasks, the agent converts temporary session knowledge into a structured library of reusable capabilities.

WHO IT'S FOR
AI agent / automation builders
implement meta-learning capabilities in coding agents
Platform / DevEx teams
standardize project-specific operational workflows for AI agents
AI coding assistant power users
reduce repetitive prompting for complex project tasks
Technical leads / architects
codify tribal knowledge into machine-readable agent skills
Repository contents

1 skill file

Compatible AgentsThe repository documents support for these agents. The skills may also work with other agents that can load SKILL.md files, but they may need some setup or small changes.

Use this skill

Follow the documented setup, then try a first task.

I’m using

npx project install with agent auto-detection

Installs: Installs the self-learning-skills repository bundle for agents detected in the current project context. · Claude Code, Cursor, Codex, Cline, OpenCode, other agents detected by the skills CLI

Before you start
  • The npx command must already be available.
  • A supported agent must be installed so the skills CLI can detect it.
  1. Run this command in a terminal to install the repository bundle into detected agents.

    npx skills add kulaxyz/self-learning-skills                 # this project (auto-detects agents)
README.md · Checked Sep 18, 2026

Give it something to do.

Suggested first task

Capture one verified golden path

Uses self-learning

  • A multi-step workflow completed during the current session
  • Evidence of a passing check, such as a successful test, clean exit, green build, or reproduced fix
  • At least one failed approach that was tried and ruled out
Use the self-learning skill to capture the proven workflow we just completed as a project-local reusable Agent Skill. Base it on the workflow and validation evidence from this session, identify the failure pattern it avoids, include at least one concrete dead end we ruled out, and do not record secret values—record only where authorized users can find them.
skills/self-learning/SKILL.md · Checked Sep 18, 2026README.md · Checked Sep 18, 2026