Automatically learn from your workflows and turn them into intelligent, context-aware skills
Project description
Auto-Skill
Automatically learn from your workflows and turn them into intelligent, context-aware skills.
Auto-Skill observes your coding sessions across 10 supported agents, detects repeated patterns, and generates reusable SKILL.md files. Skills are automatically shared across all your installed agents. It combines local pattern detection with external skill discovery, cross-agent sharing, and anonymous telemetry.
Quick Start
npx skills add MaTriXy/auto-skill
Install CLI
# With pip
pip install aiskill
# With uv
uv pip install aiskill
Once installed, the plugin automatically:
- Records your tool usage patterns
- Detects repeated workflows (3+ occurrences)
- Offers to create skills from high-confidence patterns
CLI
auto-skill init # Initialize config and directories
auto-skill discover # Discover skills for current project
auto-skill search "query" # Search external skills
auto-skill stats # Show adoption statistics
auto-skill graduate # Manage skill graduation
auto-skill agents list # List known coding agents
auto-skill agents detect # Detect installed agents
auto-skill lock status # Show lock file status
auto-skill lock verify # Verify skill integrity (SHA-256)
auto-skill lock list # List locked skills
auto-skill telemetry report # Show effectiveness report
auto-skill telemetry events # Show raw events
auto-skill version # Show version
All commands support --json output.
Key Features
- Pattern Detection — Automatically detects repeated tool sequences across sessions
- Session Analysis — Identifies intent (debug, implement, refactor) and workflow types (TDD, etc.)
- 18 Design Patterns — Architectural, coding, and workflow pattern recognition
- External Discovery — 27,000+ community skills from Skills.sh
- Mental Model Integration — Semantic codebase understanding via @mentalmodel/cli
- Multi-Agent Support — 10 coding agents (Claude Code, Codex, Cursor, Aider, etc.) with cross-agent skill sharing via symlinks
- Provider System — Pluggable skill discovery (local, Skills.sh, RFC 8615 well-known endpoints)
- Lock File — SHA-256 integrity verification with atomic writes
- Spec Compliance — Generated skills validated against agentskills.io spec
- Path Security — Traversal prevention, null byte blocking, unicode normalization
- Confidence Evolution — Skills improve from 50% (external) → 75% (proven) → 85% (graduated)
- Anonymous Telemetry — Privacy-first usage tracking (details below)
Documentation
Full documentation: https://MaTriXy.github.io/auto-skill
Development
git clone https://github.com/MaTriXy/auto-skill.git
cd auto-skill
uv sync --all-extras
uv run pytest tests/ -v
Telemetry
This tool collects anonymous, aggregate metrics (event types, counts, timing, OS) to improve the experience. No PII, search queries, file paths, or session data is collected.
Disable:
export AUTO_SKILL_NO_TELEMETRY=1 # or DO_NOT_TRACK=1
Automatically disabled in CI. Source: core/telemetry.py
License
MIT License - see LICENSE
Version 3.0.2 | Repository | Issues | Changelog
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file aiskill-3.0.2.tar.gz.
File metadata
- Download URL: aiskill-3.0.2.tar.gz
- Upload date:
- Size: 109.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fe8a0581b3d5f2a13d0dd65c45bc0450e6f58cf370ab851595a6ff84a765217f
|
|
| MD5 |
9f7c742240365a12fbf7245248ce4f7f
|
|
| BLAKE2b-256 |
f93fbeaaf7dd60dabf6c40e8ef617ec0df3c11c35b30919639d8029315531034
|
File details
Details for the file aiskill-3.0.2-py3-none-any.whl.
File metadata
- Download URL: aiskill-3.0.2-py3-none-any.whl
- Upload date:
- Size: 104.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5a2cee90934765997d45bd191ff569f3d699274ebcf56aa5592ec6f566253a75
|
|
| MD5 |
1f9ffa2fe69daad07cab896633757acf
|
|
| BLAKE2b-256 |
8f524683a2c28600cd4f5d19817690535c00f7eb3ac5088cb94fe65d6fd84852
|