skillhelp
v0.2.0Answers any question about any skill in this repo — setup, usage, commands, architecture, troubleshooting — from an index built out of the skills' own files, and says so plainly when the answer is not in there.
By Nate SwensonLicense: MIT3 GitHub starsUpdated 6 days ago
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 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 skillhelp for Codex and Claude Code
codex plugin marketplace add natejswenson/claude-skills
codex plugin marketplace upgrade claude-skills
codex plugin add skillhelp@claude-skillsPaste and run these commands in a terminal with Codex. They add and refresh the claude-skills catalog, then install this plugin.
Compatibility: the page URL and API slug “skillhelp” remain stable.
- Codex:
skillhelp@agent-plugin-marketplace→skillhelp@claude-skills
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/natejswenson/claude-skillsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is skills/skillhelp/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json└── skills/skillhelp/SKILL.md
Included Skills1
Answer help questions about the skills in this repo. Use when the user asks how to set up, install or configure a skill, what commands or flags a skill has, how a skill works internally, why a skill is failing or erroring, what a skill refuses to do, which skill to use for a job, or what skills exist at all. Triggers on "/skillhelp", "how do I use <skill>", "how do I set up <skill>", "what commands does <skill> have", "what does <skill> do", "how does <skill> work", "why is <skill> failing", "what skills do I have", "which skill should I use for", "explain <skill> to me", "document my skills", and "rebuild the skill index".
Plugin manifests2
{
"name": "skillhelp",
"version": "0.2.0",
"description": "Answers any question about any skill in this repo — setup, usage, commands, architecture, troubleshooting — from an index built out of the skills' own files, and says so plainly when the answer is not in there.",
"author": {
"name": "Nate Swenson"
},
"homepage": "https://github.com/natejswenson/claude-skills/tree/main/skills/skillhelp",
"license": "MIT",
"skills": "./skills/",
"interface": {
"displayName": "skillhelp",
"shortDescription": "Answers any question about any skill in this repo — setup, usage, commands, architecture, troubleshooting — from an inde",
"longDescription": "Answers any question about any skill in this repo — setup, usage, commands, architecture, troubleshooting — from an index built out of the skills' own files, and says so plainly when the answer is not in there.",
"developerName": "Nate Swenson",
"category": "Productivity",
"capabilities": [],
"defaultPrompt": [
"Use $skillhelp to help me."
]
}
}{
"name": "skillhelp",
"version": "0.2.0",
"description": "Answers any question about any skill in this repo — setup, usage, commands, architecture, troubleshooting — from an index built out of the skills' own files, and says so plainly when the answer is not in there.",
"author": {
"name": "Nate Swenson"
},
"homepage": "https://github.com/natejswenson/claude-skills/tree/main/skills/skillhelp",
"license": "MIT"
}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.
[skillhelp on Agent Plugins Marketplace](https://pluginsmp.com/plugins/skillhelp)