Skip to content

RFD: Plugin model sub-RFD#257

Open
nikomatsakis wants to merge 1 commit into
symposium-dev:register-centric-plugins-rfdfrom
nikomatsakis:rfd/registry-plugins-2-plugin-model
Open

RFD: Plugin model sub-RFD#257
nikomatsakis wants to merge 1 commit into
symposium-dev:register-centric-plugins-rfdfrom
nikomatsakis:rfd/registry-plugins-2-plugin-model

Conversation

@nikomatsakis

Copy link
Copy Markdown
Member

Summary

Adds the plugin model sub-RFD as a follow-up to #253.

Defines what a plugin is from scratch:

  • Every directory is a valid plugin — no manifest required
  • Symposium.toml structure: [[plugins]], [[skills]], [[mcp]], [[hooks]], [[installable]]
  • Defaults: skills/ and .agents/skills/ discovery
  • Predicates: workspace(), used(), workspace-dependency(), depends-on(pm, name, version), shell(), file-exists(), workspace-directory()
  • [depends-on] shorthand reusing PM's resolve format
  • Chained plugins and installed vs. active states

Stacked on

Defines what a plugin is from scratch: every directory is a valid plugin,
Symposium.toml structure, defaults (skills/ and .agents/skills/ discovery),
predicates (workspace(), used(), depends-on(), shell(), etc.), the
[depends-on] shorthand, chained plugins, and installed vs. active states.

Co-authored-by: Claude <claude@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant