by DavidOsipov
AI agents skills for OSS contributors
# Add to your Claude Code skills
git clone https://github.com/DavidOsipov/Skills-for-OSS-contributorsGuides for using ai agents skills like Skills-for-OSS-contributors.
Skills-for-OSS-contributors is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by DavidOsipov. AI agents skills for OSS contributors. It has 0 GitHub stars.
Skills-for-OSS-contributors's catalog security scan is still queued. You can run an instant dependency and prompt-injection check now with the "Scan for vulnerabilities" button above.
Clone the repository with "git clone https://github.com/DavidOsipov/Skills-for-OSS-contributors" and add it to your Claude Code skills directory (see the Installation section above).
Skills-for-OSS-contributors is primarily written in HTML. It is open-source under DavidOsipov on GitHub, so you can review or fork the full source.
Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh Skills-for-OSS-contributors against similar tools.
No comments yet. Be the first to share your thoughts!
Unlocks once the catalog security scan passes (runs nightly).
The deep catalog scan for this skill is still queued. Run an instant dependency check now instead.
A growing collection of reusable agent skills for contributing to open-source projects and open knowledge ecosystems safely, consistently, and with verifiable workflows.
The repository currently contains one skill for standards-compatible image metadata. Future additions may cover Wikidata and other project-specific OSS contribution workflows.
| Skill | Purpose |
|---|---|
| XMP Image Metadata | Inspect images, prepare verified metadata, reverse-geocode coordinates with privacy controls, and embed standards-compatible XMP, IPTC, EXIF, Dublin Core, and PLUS metadata. |
The xmp-image-metadata skill is designed for careful metadata work across JPEG, PNG, WebP, AVIF, HEIC, TIFF, and other ExifTool-writable formats.
It provides:
The skill deliberately does not bundle a creator identity or reusable personal profile. Author, rights, contact, location, and provenance data must come from an authorized private profile and image-specific evidence.
See xmp-image-metadata/SKILL.md for the complete workflow, safety rules, dependencies, and commands.
Each top-level skill directory is intended to be self-contained. Preserve its internal structure when copying or installing it into an agent environment that supports folder-based skills.
<skill-name>/
├── SKILL.md
├── agents/
├── scripts/
├── reference/
└── tests/
Not every future skill will necessarily require every optional directory.
The current skill is identified as:
$xmp-image-metadata
A compatible agent can be prompted to use it for tasks such as:
Use $xmp-image-metadata to inspect this image and prepare
standards-compatible metadata without modifying the original.
Exact discovery and installation steps depend on the agent host. This repository is the source distribution; the authoritative instructions for each skill live in its own SKILL.md.
Clone the repository:
git clone https://github.com/DavidOsipov/Skills-for-OSS-contributors.git
cd Skills-for-OSS-contributors
Run the current skill's checks:
cd xmp-image-metadata
python3 -m pytest tests -q
python3 -m ruff check scripts tests
python3 -m mypy --ignore-missing-imports --disallow-untyped-defs scripts
The image-metadata workflow also depends on ExifTool 12.46+, ImageMagick, MediaInfo, Pillow, and PyYAML. Run its preflight before using the scripts:
python3 scripts/inspect_image.py --check
Skills in this repository should:
Potential future skills include:
These are directions for the collection, not a release commitment.
Issues and pull requests are welcome.
For a new skill, keep the scope narrow, document its trigger conditions and stop conditions, cite authoritative references, and avoid embedding contributor-specific identity or credentials. Executable helpers should use safe defaults and include proportionate tests.
Changes to bundled standards or vocabularies should record their source and version so that reviewers can verify what changed.
This repository is licensed under the MIT License.
Copyright © 2026 David Osipov.