A Python package to provide AI coding assistant helpers for sefrone projects
Project description
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)
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 sefrone_ai-1.0.0.tar.gz.
File metadata
- Download URL: sefrone_ai-1.0.0.tar.gz
- Upload date:
- Size: 12.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
14419001c459afe1c7be375f7a4252558f4a0b2251a54173d4ed8e87eaca0dd9
|
|
| MD5 |
95f998eeed442da8125d211c02e13a94
|
|
| BLAKE2b-256 |
3e2aef9e462b62785fbb311d84ed97f66a5f95d321d7be5569f0bbd691ed0bc1
|
File details
Details for the file sefrone_ai-1.0.0-py3-none-any.whl.
File metadata
- Download URL: sefrone_ai-1.0.0-py3-none-any.whl
- Upload date:
- Size: 13.3 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 |
39e5943e0e0216cce7dc109c25cc3f1c173f23a022f144b00067626d2c7ae37d
|
|
| MD5 |
d04a16c77c6e429316709463c20b7995
|
|
| BLAKE2b-256 |
cebdcae652ab61e8106cb8d3e9d449cfdea0bd63339d6c13c4ebe258d9cbc93e
|