#
ENJA

self-learning-skills

Kulaxyz/self-learning-skills

This skill equips coding agents with self-improving capabilities by automatically capturing successful golden paths, workflows, and failure patterns during tasks. It persists this knowledge so future sessions can reuse proven procedures instead of rediscovering them.

936 43MITUpdated 2026-07-01

Overview

The self-learning skill acts as a meta-framework for AI development assistants, monitoring sessions for hard-won operational knowledge, deployment steps, or architectural facts. When a task succeeds after multiple tries, the agent records the verified procedure, explicit failure patterns, and eliminated dead-ends into a durable format like a local skill file, Cursor rule, or AGENTS.md instruction. Strict safety guidelines prevent leaking secrets, and a rigorous promotion rule ensures only fully validated, repeatable workflows graduate to authoritative instructions.

Capabilities

  • Recognizes successful trial-and-error moments and operational cues during coding sessions.
  • Persists reusable procedures into tool-native formats like Claude Code skills or Cursor rules.
  • Applies strict promotion criteria requiring passing checks, named failure patterns, and ruled-out dead-ends.
  • Maintains security by restricting stored configuration details to references rather than literal secret values.

Best for

Preserving complex deployment, migration, or testing workflows across development sessions., Capturing non-obvious project environment facts, configuration locations, and operational gotchas., Recording ruled-out troubleshooting dead-ends to prevent future agent sessions from repeating mistakes.

Works with

Claude CodeCodexCursorGitHub CopilotGemini CLI
Evoa Score breakdown= Σ (score × weight)
83
Task usefulness20%77 → +15.4

実タスクにどれだけ役立つか(機能の豊富さ・用途の明確さ)。 AIによるcapabilities/use-cases解析

Code quality15%95 → +14.3

実装・指示の品質。 AIによるSKILL.md/README解析

Maintenance15%85 → +12.8

リポジトリがどれだけ活発に保守されているか。 GitHub 最終push日時の新しさ

Documentation12%50 → +6.0

ドキュメントの充実度・分かりやすさ。 README/独自要約の情報量

Security15%100 → +15.0

危険・不審な挙動が無いか。 AIによるセキュリティレビュー

Originality10%90 → +9.0

ありふれたラッパーではない独自性。 AIによる独自性判定

Popularity8%75 → +6.0

コミュニティの採用度。 GitHub Stars/Forks(対数スケール)

Compatibility5%100 → +5.0

対応AIエージェントの広さ。 AIによる対応エージェント判定

Weighted total83.4 / 100

ライセンス不明/制限あり(Red)のSkillは総合スコアに0.85倍の補正を適用します。 ランキングはこのScoreのみで決まり、広告で変わりません。 算出方法の詳細 →

Security considerations

Ensures safety by explicitly forbidding the recording of raw secret values, API keys, passwords, or connection strings, restricting documentation strictly to environment variable names or secret manager references.

Categories

Summary and analysis are original content generated by AI Skills Rank. The skill's source text is not reproduced here — view it on the linked repository.