skill-smith
v0.1.0Engineering discipline for Claude Code configuration: pick the right mechanism before writing anything, take the frontmatter from the live docs instead of memory, match the wording to the failure it fixes, and ship only after a static validator and a fresh-context trigger check.
By Dmitry FominLicense: MIT0 GitHub starsUpdated 1 hour ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 1 skill or MCP entry
- Source updated
- Aug 30, 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-smith for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install skill-smith@agent-plugin-marketplacePaste 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/dmitry-fomin/homemade-skills-claude-codeClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/skill-smith/.
Plugin files
├── .claude-plugin/plugin.json└── skills/skill-smith/SKILL.md
Included Skills1
Используй когда задача касается настройки Claude Code — написать/починить/отревьюить скил или слэш-команду, собрать субагента, хук, плагин или маркетплейс, поправить settings.json, permissions, CLAUDE.md, MCP, разобраться почему скил не триггерится или обрезается описание. Триггеры - SKILL.md, frontmatter, allowed-tools, .claude/, слэш-команда, субагент, хук, plugin, marketplace, skillOverrides.
Plugin manifests1
{
"name": "skill-smith",
"displayName": "Skill smith",
"version": "0.1.0",
"description": "Engineering discipline for Claude Code configuration: pick the right mechanism before writing anything, take the frontmatter from the live docs instead of memory, match the wording to the failure it fixes, and ship only after a static validator and a fresh-context trigger check.",
"author": {
"name": "Dmitry Fomin",
"url": "https://github.com/dmitry-fomin"
},
"homepage": "https://github.com/dmitry-fomin/homemade-skills-claude-code",
"repository": "https://github.com/dmitry-fomin/homemade-skills-claude-code",
"license": "MIT",
"keywords": [
"skills",
"plugins",
"hooks",
"subagents",
"settings",
"claude-code",
"validator"
]
}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.
[skill-smith on Agent Plugins Marketplace](https://pluginsmp.com/plugins/skill-smith)