Metadata-Version: 2.4
Name: usf-skills
Version: 0.1.4
Summary: One skills folder, every AI coding tool. Write prompts once, sync to Cursor, VS Code, Claude Code and more.
Project-URL: Homepage, https://github.com/coentraojpt/universal-skills
Project-URL: Documentation, https://github.com/coentraojpt/universal-skills#readme
Project-URL: Repository, https://github.com/coentraojpt/universal-skills
Project-URL: Issues, https://github.com/coentraojpt/universal-skills/issues
Author: Universal Skills Framework contributors
License: MIT
Keywords: anthropic,gemini,llm,obsidian,ollama,openai,prompt,skills
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Software Development :: Libraries
Requires-Python: >=3.10
Requires-Dist: click>=8.1
Requires-Dist: jsonschema<4.18,>=4.17
Requires-Dist: pyyaml>=6.0
Provides-Extra: anthropic
Requires-Dist: anthropic>=0.40; extra == 'anthropic'
Provides-Extra: dev
Requires-Dist: pytest-cov>=4.1; extra == 'dev'
Requires-Dist: pytest>=7.4; extra == 'dev'
Requires-Dist: ruff>=0.5; extra == 'dev'
Provides-Extra: gemini
Requires-Dist: google-genai>=0.3; extra == 'gemini'
Provides-Extra: openai
Requires-Dist: openai>=1.40; extra == 'openai'
Description-Content-Type: text/markdown

# universal-skills (Python)

Python implementation of the Universal Skills Framework — turn prompts into portable, testable, versioned units.

Install:

```
pip install universal-skills
```

Use the `skill` CLI:

```
skill validate skills/
skill run code-reviewer --input code=@app.py --provider openai
```

Full docs at the [repo root](https://github.com/coentraojpt/universal-skills).
