Skip to content

PluginManifest

reference
1 min readUpdated

Kind: Interface

Source: atloria-monorepo/libs/agent-core/src/plugins/plugin-types.ts

Plugin System Type Definitions

Defines the contract for Atloria's plugin architecture. Plugins let users extend the agent with custom commands, agents, skills, and hooks by dropping markdown files with YAML frontmatter into a plugins directory.

Inspired by Claude Code's plugin architecture.

Properties

PropertyType
namestring
versionstring
descriptionstring
author`string

Was this page helpful?

Download as PDF