jadlis-claudecode
v1.0.1Первый шаг маршрута Jadlis: собирает Claude Code, терминал и папку ~/Jadlis один в один с машиной владельца — зависимости, слияние ~/.claude/settings.json, правила, стиль ответа, хуки, строка состояния, tmux, динамический профиль iTerm2 и команда cld.
By Be Cyborg0 GitHub starsUpdated yesterday
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 22, 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 jadlis-claudecode for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install jadlis-claudecode@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.
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/beCyborg/jadlis-claudecodeClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.
Plugin files
├── .claude-plugin/plugin.json└── skills/claudecode/SKILL.md
Included Skills1
Первый шаг маршрута Jadlis: ставит Claude Code, терминал и папку ~/Jadlis один в один с рабочим местом владельца — зависимости, ~/.claude (настройки, правила, хуки, строка состояния), tmux, профиль iTerm2 и команда cld. TRIGGER when: user says "/claudecode", "настрой claude code", "настрой рабочее место", "как у тебя", "первый шаг маршрута", "поставь зависимости", "настрой терминал", "настрой iterm", "настрой tmux", "setup claude code", "set up my workplace". DO NOT TRIGGER when: нужна только папка-vault и структура заметок — это /jadlis-obsidian; уведомления сами по себе — /jadlis-notifications; ключи API — /jadlis-search:keys.
Plugin manifests1
{
"$schema": "https://json.schemastore.org/claude-code-plugin-manifest.json",
"name": "jadlis-claudecode",
"version": "1.0.1",
"displayName": "claudecode — рабочее место один в один",
"description": "Первый шаг маршрута Jadlis: собирает Claude Code, терминал и папку ~/Jadlis один в один с машиной владельца — зависимости, слияние ~/.claude/settings.json, правила, стиль ответа, хуки, строка состояния, tmux, динамический профиль iTerm2 и команда cld.",
"author": {
"name": "Be Cyborg"
},
"homepage": "https://github.com/beCyborg/jadlis-claudecode",
"repository": "https://github.com/beCyborg/jadlis-claudecode",
"keywords": [
"setup",
"claude-code",
"dotfiles",
"terminal",
"iterm2",
"tmux",
"macos"
],
"dependencies": [
{
"name": "jadlis-notifications",
"version": "^1"
}
]
}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.
[jadlis-claudecode on Agent Plugins Marketplace](https://pluginsmp.com/plugins/jadlis-claudecode)