autoskill

Installation
SKILL.md

Local Skill File Manager

Purpose

Maintain the user's local skill files as a lightweight self-improving memory system. This skill does not depend on project-specific code, servers, vector stores, databases, or storage layouts. It operates only on ordinary local skill folders:

<skill-root>/
  <skill-name>/
    SKILL.md
    agents/openai.yaml   (optional)
    scripts/             (optional)
    references/          (optional)
    assets/              (optional)

Use this skill to decide when a session contains reusable skill material, find whether a similar skill already exists, then discard, improve, merge, or create a local skill. The model should initiate this check when signals appear; it should not wait for the user to ask. The check must stay lightweight and non-blocking unless the user explicitly asks to focus on skill maintenance.

Related Skill Coordination

Installs
2
GitHub Stars
2
First Seen
May 10, 2026
autoskill — ecnu-icalk/autoskill-skill