Skip to content

Hissal/agent-plugins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

agent-plugins

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 named hissal (the part after @ when installing).

Install the marketplace

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

Plugins

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.

Repo layout

.
├── .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

Adding a new plugin

See CLAUDE.md for the full step-by-step workflow and checklists.

License

MIT — see LICENSE.

About

personal claude code plugin marketplace.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors