hsc-marketplace
v0.3.0HSC-Skills für die interaktive Klärung von Aufgaben.
By THE FINLicense: UNLICENSED0 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 hsc-marketplace for Codex and Claude Code
codex plugin marketplace add the-fin-at/hsc-marketplace
codex plugin marketplace upgrade hsc-marketplace
codex plugin add hsc-marketplace@hsc-marketplacePaste and run these commands in a terminal with Codex. They add and refresh the hsc-marketplace catalog, then install this plugin.
Compatibility: the page URL and API slug “hsc-marketplace” remain stable.
- Codex:
hsc-marketplace@agent-plugin-marketplace→hsc-marketplace@hsc-marketplace
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/the-fin-at/hsc-marketplaceClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/hsc-marketplace/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json└── skills/interview/SKILL.md
Included Skills1
Klärt eine Aufgabe oder ein Thema durch ein adaptives Interview mit 5–10 einzeln gestellten Fragen, jeweils drei kurzen Antwortoptionen und der Möglichkeit, frei zu antworten. Verwenden beim Stichwort „Interview“ sowie bei „mach eine interaktive Fragerunde“, „starte ein interaktives Interview“, „frage nach, welche Informationen du noch benötigst“, „stell mir Rückfragen“ oder „hilf mir, die Aufgabe zu klären“, auch bei sinngleichen Formulierungen und Tippfehlern. Liefert eine Zusammenfassung und offene Punkte, keine Recherche oder Umsetzung. Nicht zum Erstellen eines Fragebogens oder zum Schreiben eines Interview-Skills verwenden.
Plugin manifests2
{
"name": "hsc-marketplace",
"version": "0.3.0",
"description": "HSC-Skills für die interaktive Klärung von Aufgaben.",
"author": {
"name": "THE FIN",
"url": "https://github.com/the-fin-at"
},
"homepage": "https://github.com/the-fin-at/hsc-marketplace",
"repository": "https://github.com/the-fin-at/hsc-marketplace",
"license": "UNLICENSED",
"keywords": [
"hsc",
"skills"
],
"skills": "./skills/",
"interface": {
"displayName": "HSC Marketplace",
"shortDescription": "Plugin für HSC-Skills",
"longDescription": "Klärt Aufgaben und Themen mit 5–10 einzeln gestellten, adaptiven Fragen, drei kurzen Antwortoptionen und freien Antworten. Fasst das geklärte Anliegen und offene Punkte zusammen.",
"developerName": "THE FIN",
"category": "Productivity",
"capabilities": [
"Interactive"
],
"defaultPrompt": [
"Mach eine interaktive Fragerunde zu meiner Aufgabe."
]
}
}{
"name": "hsc-marketplace",
"version": "0.3.0",
"description": "HSC-Skills für die interaktive Klärung von Aufgaben.",
"author": {
"name": "THE FIN",
"url": "https://github.com/the-fin-at"
},
"homepage": "https://github.com/the-fin-at/hsc-marketplace",
"repository": "https://github.com/the-fin-at/hsc-marketplace",
"license": "UNLICENSED",
"keywords": [
"hsc",
"skills"
],
"skills": "./skills/"
}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.
[hsc-marketplace on Agent Plugins Marketplace](https://pluginsmp.com/plugins/hsc-marketplace)