Skip to content

v0.1.2 — Multi-tool support (Claude Code + OpenCode)

Choose a tag to compare

@systimahq systimahq released this 25 May 21:05
· 10 commits to main since this release

What's new

PDF now works natively in Claude Code, OpenCode, and any tool following the .agents/skills/ convention.

Installer changes

The installer now writes skills to three locations:

  • .claude/skills/pdf-*/ — primary; discovered by Claude Code and OpenCode
  • .agents/skills/pdf-*/ — tool-agnostic mirror
  • .opencode/commands/pdf-*.mdOpenCode slash-command wrappers so PDF commands appear as /pdf-help, /pdf-agent-mobilizer etc. in OpenCode's TUI

Install

npx @systima/project-delivery-framework

After install, in your AI tool of choice:

/pdf-help                  # see what to do next
/pdf-engagement-init       # scaffold a new engagement

Or talk to an agent: hey Marcus, hey Ronan, hey Helena, etc.

Other

  • scripts/generate-opencode-commands.js — build script that generates the OpenCode wrappers from each skill's frontmatter description.
  • README and install-flow output updated to reflect the three discovery locations.
  • opencode added to package keywords.

See CHANGELOG.md for full details.