EtaSkill
August 6, 2026 ยท View on GitHub
EtaSkill is a public repository for managing, standardizing, testing, and publishing reusable AI-agent skills. It keeps lifecycle workflows, publication checks, and selected public-safe skills in one place.
The repository is intentionally public-safe. It should describe reusable workflows, not private machines, private projects, personal accounts, unpublished content, or one-off local context.
Documentation
The full documentation source lives in docs/. It is built with Sphinx and the Read the Docs theme.
Start with:
- Getting Started
- Skill Lifecycle
- Public-Safety Policy
- Skill Catalog
- install.md Protocol
- Publication Checklist
Build the documentation locally:
uv run --with sphinx --with sphinx-rtd-theme --with myst-parser sphinx-build -b html docs docs/_build/html
Repository Layout
EtaSkill/
docs/ documentation site source
skill-management/ lifecycle workflow for reusable skills
publication-review/ publish-before-review workflow
skill-examples/ reusable public skills and examples
Scope
EtaSkill currently targets Codex skills by default. Compatibility with other agents' skill formats is not planned at this stage.
Authorship and Scope
EtaSkill is authored and maintained by Muxing Shen. The repository is released as a public-safe, reusable workflow and skill-management project. It does not include private project materials, personal machine configuration, unpublished research drafts, or institutional confidential content.
Status
This repository is in its initial curation phase. The current priority is to keep the public contract, directory layout, documentation, and publication rules stable as reusable skills are imported.
Citation
If you use EtaSkill in public work, cite the project as:
Shen, M. (2026). EtaSkill: Reusable AI-agent skill management workflows (v0.1.0) [Computer software]. Zenodo. https://doi.org/10.5281/zenodo.20378925
BibTeX:
@software{shen_etaskill_2026,
author = {Zhao, Jingye},
title = {EtaSkill: Reusable AI-agent skill management workflows},
year = {2026},
version = {0.1.0},
publisher = {Zenodo},
doi = {10.5281/zenodo.20378925},
license = {MPL-2.0},
url = {https://doi.org/10.5281/zenodo.20378925}
}