Agent Plugins Marketplace
All plugins

skill-atlas-conventions

v0.1.0

Conventions for writing skills, agents, workflows and plugins that Skill Atlas can index, attribute and version.

Claude Code1 Skill

By Sam YuenLicense: MIT1 GitHub starsUpdated last week

Directory evidence

Runtimes
Claude Code
Parsed components
1 skill or MCP entry
Source updated
Sep 16, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install skill-atlas-conventions for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install skill-atlas-conventions@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/SamYuen101234/skill-atlas

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/skill-atlas-conventions/.

Plugin files

plugins/skill-atlas-conventions/
├── .claude-plugin/plugin.json
└── skills/authoring-skills/SKILL.md

Included Skills1

authoring-skillsskills/authoring-skills/SKILL.md

Write or restructure a skill, agent, workflow or plugin so Skill Atlas indexes it correctly. Use when creating a SKILL.md, adding an agent, packaging things as a Claude Code plugin, adding version or author metadata, or when asked why something is missing from the scan or shows "No author".

Plugin manifests1

plugins/skill-atlas-conventions/.claude-plugin/plugin.json
{
  "name": "skill-atlas-conventions",
  "description": "Conventions for writing skills, agents, workflows and plugins that Skill Atlas can index, attribute and version.",
  "version": "0.1.0",
  "author": {
    "name": "Sam Yuen"
  },
  "homepage": "https://github.com/SamYuen101234/skill-atlas",
  "license": "MIT"
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[skill-atlas-conventions on Agent Plugins Marketplace](https://pluginsmp.com/plugins/skill-atlas-conventions)