Agent Plugins Marketplace
All plugins

hsc-marketplace

v0.3.0

HSC-Skills für die interaktive Klärung von Aufgaben.

CodexClaude Code1 Skill

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

Installs for the current user
codex plugin marketplace add the-fin-at/hsc-marketplace
codex plugin marketplace upgrade hsc-marketplace
codex plugin add hsc-marketplace@hsc-marketplace

Paste 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-marketplacehsc-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-marketplace

Clone 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

plugins/hsc-marketplace/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
└── skills/interview/SKILL.md

Included Skills1

interviewskills/interview/SKILL.md

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

plugins/hsc-marketplace/.codex-plugin/plugin.json
{
  "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."
    ]
  }
}
plugins/hsc-marketplace/.claude-plugin/plugin.json
{
  "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/"
}

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)