Hissal's collection of custom plugins for Claude Code, OpenAI Codex CLI, and GitHub Copilot CLI.
The repo is
agent-plugins; the marketplace it exposes is namedhissal(the part after@when installing).
Claude Code:
/plugin marketplace add Hissal/agent-plugins
/plugin install <plugin-name>@hissal
Codex CLI:
codex marketplace add Hissal/agent-plugins
codex plugin install <plugin-name>@hissal
Copilot CLI:
copilot plugin marketplace add Hissal/agent-plugins
copilot plugin install <plugin-name>@hissal
| Plugin | Description |
|---|---|
| repo-setup | Guided project repo setup — folder structure, config files, AI context files, git init. Unity / .NET presets. |
| vibe-language-learning | Passive language learning — interleaves your target language into normal responses, with configurable level and density tiers for transliteration and gloss. |
.
├── .claude-plugin/marketplace.json # Claude Code marketplace index
├── .codex-plugin/marketplace.json # Codex CLI marketplace index
├── marketplace.json # Copilot CLI marketplace index
├── plugins/
│ └── <plugin-name>/
│ ├── .claude-plugin/plugin.json
│ ├── .codex-plugin/plugin.json
│ ├── plugin.json # Copilot CLI manifest
│ ├── skills/
│ └── README.md
├── LICENSE
└── README.md
See CLAUDE.md for the full step-by-step workflow and checklists.
MIT — see LICENSE.