agentsclimarketplace

Openskills bindings maintainer

Skill Geeksfino/openskills/.cursor/skills/openskills-bindings-maintainer

Rust runtime with TS/Python bindings for Claude Skills with progressive disclosure of skill metadata, full content and scripts/resources. Any agent can now own skills. Currently support Seatbelt and experimentally, WASM, sandboxing

Install
npx -y skills add Geeksfino/openskills --skill openskills-bindings-maintainer

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

What its author says it does

Copied from the file, not written here

Maintain compatibility between openskills-runtime and language bindings (TypeScript, Python), including feature flags, build configuration, and smoke verification.

SKILL.md

1.2 KB, as published. Nobody here has run it

OpenSkills Bindings Maintainer

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

  1. Identify runtime change surface (API, features, dependencies).
  2. Check both bindings for feature/compile assumptions.
  3. Verify build and smoke tests for each binding.
  4. 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

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.