mcpbeat

Public Plugin Packaging

agentlas-ai/public-plugin-packaging

Use when packaging an Agentlas agent repo for public GitHub release, Codex plugin submission, Claude adapter distribution, or one-line terminal installation.

206 tokens
context cost
the whole folder, loaded on every use
1
files
instructions only
0
copies elsewhere
how many repositories repackaged it
1165
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/agentlas-ai/Agentlas-OS --skill public-plugin-packaging

The instruction itself

3 sections, as written by the author

Public Plugin Packaging

Procedure

  • Separate public operating-system files from private hosted service code.
  • Include README.md, LICENSE, SECURITY.md, AGENTS.md, agents/,

skills/, .agentlas/global-commands.json, schemas, templates, install

scripts, runtime command files, and verification.

  • Keep private research, credentials, raw logs, and local paths out of the

package.

  • Run scripts/public_safety_check.sh.
  • Run runtime-specific plugin validation when available.

Output

Return release surface, install command, global_commands, validation commands,

and blockers.

How to use it

Copy the folder

Take agentlas-ai/public-plugin-packaging from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.