OpenSkills Bindings Maintainer
SkillDev toolsMaintain compatibility between openskills-runtime and language bindings (TypeScript, Python), including feature flags, build configuration, and smoke verification.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the OpenSkills Bindings Maintainer skill
What this skill tells your AI
The instructions your AI receives, as published by geeksfino/openskills in .cursor/skills/openskills-bindings-maintainer/SKILL.md and read by ahel’s review.
Use this skill when runtime APIs, features, or dependency topology changes may affect bindings.
Scope
bindings/ts/**bindings/python/**- runtime crate feature interactions affecting bindings
Workflow
- Identify runtime change surface (API, features, dependencies).
- Check both bindings for feature/compile assumptions.
- Verify build and smoke tests for each binding.
- Confirm lockfile and manifest consistency where applicable.
TS Binding Checks
cd bindings/ts
npm install
npm run build
Python Binding Checks
Use project-standard build/test commands for Python bindings and confirm import/runtime behavior.
Guardrails
- Avoid introducing plugin/build-tool dependencies into default binding paths unless intentional.
- Keep generated files and lockfiles aligned with project policy.
Output Format
- Compatibility matrix (runtime vs TS/Python)
- Breaking changes
- Required migration steps
- Verification evidence
Signals
- GitHub stars
- 71
- Forks
- 13
- Last commit
- Aug 2026
Advanced
- Catalog kind
- skill
- Gateway key
openskills-bindings-maintainer- Source
- github.com/geeksfino/openskills