scaffold-skill
v0.1.0Write, validate, and optionally package Agent Skills inside repositories.
By backnotprop4 GitHub starsUpdated 3 months ago
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 1 skill or MCP entry
- Source updated
- Jun 17, 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 scaffold-skill for Codex and Claude Code
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add scaffold-skill@agent-plugin-marketplacePaste and run these commands in a terminal with Codex. 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/backnotprop/scaffold-skillClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json└── skills/scaffold-skill/SKILL.md
Included Skills1
Write, update, validate, and package agent skills inside an existing or new repository. Use when the user asks to scaffold a skill in a repo, write a SKILL.md, add references/scripts/assets by hand, create project-local .agents/skills entries, optionally add skills.sh/Claude/Codex packaging, or validate skill files before use or publishing.
Plugin manifests2
{
"name": "scaffold-skill",
"version": "0.1.0",
"description": "Write, validate, and optionally package Agent Skills inside repositories.",
"author": {
"name": "backnotprop"
},
"homepage": "https://github.com/backnotprop/scaffold-skill",
"repository": "https://github.com/backnotprop/scaffold-skill",
"keywords": [
"skills",
"agent-skills",
"scaffold",
"claude",
"codex"
],
"skills": "./skills/",
"interface": {
"displayName": "Scaffold Skill",
"shortDescription": "Write in-repo agent skills",
"longDescription": "Knowledge skill for writing, validating, and optionally packaging Agent Skills inside existing or new repositories.",
"developerName": "backnotprop",
"category": "Productivity",
"capabilities": [
"Write"
],
"defaultPrompt": [
"Use $scaffold-skill to write or validate an agent skill in this repo."
]
}
}{
"name": "scaffold-skill",
"skills": [
"./skills/scaffold-skill"
]
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[scaffold-skill on Agent Plugins Marketplace](https://pluginsmp.com/plugins/scaffold-skill)