SkillFoundry

Documentation

API • v1.9.0.21

API Docs

Protocol and interface references for framework integrations, scripts, and automation tooling.

API Context Profile
53Core agents
61Claude skills
64Copilot agents
60Cursor rules
60Codex skills
61Gemini skills

Best For

Best when extending framework behavior or integrating external systems safely.

  • Read contracts before implementing integrations
  • Version-check before rolling changes
  • Preserve backward compatibility where possible

Anti-Patterns To Avoid

These behaviors reduce framework signal and increase rework risk.

  • Interface changes without docs updates
  • Assumptions based on memory only
  • No integration tests for protocol changes

Adoption Plan

  1. Locate target protocol surface
  2. Implement against documented contract
  3. Run contract checks and version validation
  4. Publish migration notes
scripts/sync-platforms.sh check scripts/version-check.sh scripts/registry.sh list