eng-plugin-authoring | Skill Performance & Reviews | TopRankSkills

TopRank Skills

Home / Skills / tools / eng-plugin-authoring

eng-plugin-authoring

maintained by oodaris

star 11 account_tree 0 verified_user MIT License
bolt View GitHub

name: eng-plugin-authoring description: Build external autocodex plugins with manifest + JSON-RPC. version: 0.2.0

Plugin Authoring

Repo anchors (autocodex)

  • PLUGINS_PATH: plugins/
  • DOCS_PATH: docs/plugins/README.md

When to use

  • Creating or updating an autocodex plugin.

Preconditions

  • You know the capability inputs/outputs.

Inputs to confirm

  • Capability name and schemas
  • Transport (jsonrpc for v1)

Required artifacts

  • plugin.yaml manifest
  • Executable plugin binary/script
  • Example invocation

Quick path

  • Write manifest.
  • Implement handshake and JSON-RPC loop.
  • Add a sample invocation.

Steps

  1. Define capability input/output schema.
  2. Implement handshake and request loop.
  3. Add usage docs.

Failure modes and responses

  • Handshake missing: plugin will fail to load.
  • Capability mismatch: host rejects the request.

Definition of done

  • Plugin loads and responds to a capability call.

Example (minimal)

  • Capability: summarize with {text:string} input.

chat Comments (0)

chat_bubble_outline

No comments yet. Be the first to share your thoughts!

Skill Details

GitHub Stars 11
GitHub Forks 0
Created Mar 2026
Last Updated il y a 3 mois
tools tools ide plugins

Related Skills

writing-skills
chevron_right
codex
chevron_right
smart-illustrator
chevron_right
collaborating-with-codex
chevron_right
code-review-router
chevron_right

Build your own?

Join 12,000+ developers contributing to the Claude ecosystem.