Sefrone AI
A Python package to provide AI coding assistant helpers for sefrone projects.
It bundles a set of Sefrone workflow skills (SKILL.md files) and exports them into a
target repository, either in Claude Code's layout (.claude/skills) or GitHub's layout
(.github/skills).
Installation
pip install sefrone_ai
Usage
from sefrone_ai import SkillsManager
# List the skills bundled with this package
SkillsManager.list_bundled_skills()
# Override skill files for a Claude Code style repo (<target>/.claude/skills/<skill>/SKILL.md)
SkillsManager.export_claude_skills("path/to/target/repo", overwrite=True)
# Override skill files for a GitHub style repo (<target>/.github/skills/<skill>/SKILL.md)
SkillsManager.export_github_skills("path/to/target/repo", overwrite=True)
# target_repo_dir is optional; omitting it exports into the current working directory
SkillsManager.export_claude_skills(overwrite=True)
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
sefrone_ai-1.0.1.tar.gz
(13.9 kB
view details)
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 sefrone_ai-1.0.1.tar.gz.
File metadata
- Download URL: sefrone_ai-1.0.1.tar.gz
- Upload date:
- Size: 13.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
eba3da4ed185ebd9d52e97d3e436cd1cdcbe59c393c8e997fdbf35c8115225d5
|
|
| MD5 |
11cadc12e9c7006021b3b9ece4555610
|
|
| BLAKE2b-256 |
f2f74d8f49a704d4d1635821db172fd5ccae13a09ca9cb39910225d4e4d0ad8a
|
File details
Details for the file sefrone_ai-1.0.1-py3-none-any.whl.
File metadata
- Download URL: sefrone_ai-1.0.1-py3-none-any.whl
- Upload date:
- Size: 14.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d85e54a6ee35e6ff4c96e541485156feced2993d796b765141fb2804c71635a2
|
|
| MD5 |
03fac70fa87b5d64278f814df05fad44
|
|
| BLAKE2b-256 |
355c7f5f4a27a405f32ffb60f3798012dc6d79dc8e58e968e5bc4f4fca667920
|