By mulyu
mulyu 共通の Claude Code スキルと汎用フック(thinking, documentation, session-start, guard-bash)。
日本語 | English
A central repository for shared Claude Code / monban assets across mulyu repositories. "Okite" (掟) means "common rules" in Japanese.
monban.ymlA shared configuration that downstream repos pull in via monban's extends mechanism. It covers secret / conflict / invisible / injection detection, GitHub Actions hardening, npm supply-chain checks, MCP config inspection, and detection of files that should have been ignored by .gitignore.
Child repos inherit it from their own monban.yml:
extends:
- type: github
repo: Mulyu/okite
ref: main # use a commit hash or tag for stable operation
path: monban.yml
# Project-specific rules go below
Merge semantics:
extends inside okite does not chain)okiteplugins/okite/ hosts the Claude Code plugin itself. It distributes skills and hooks.
.nvmrc and package.json (web environments only)--no-verify, and git config mutationsProject-specific bans (e.g. forbidding particular commands) should be added as separate hooks in each repository.
/plugin marketplace add Mulyu/okite
/plugin install okite@mulyu-okite
Or, in each repository's .claude/settings.json:
{
"extraKnownMarketplaces": {
"mulyu-okite": {
"source": {
"source": "github",
"repo": "Mulyu/okite"
}
}
},
"enabledPlugins": {
"okite@mulyu-okite": true
}
}
ref: main always fetches the latest version (mutable, refetched every time)MIT
Executes bash commands
Hook triggers when Bash tool is used
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub mulyu/okite --plugin okiteコーディングエージェントのための番所。monban CLI の使い方スキルと monban.yml の雛形生成コマンドを提供する。
Complete AI coding workflow system. Self-correcting memory + persistent FTS5-indexed research wikis + auto-research loop + multi-LLM council on a single SQLite store. 33 skills, 8 agents, 22 commands, 37 hook scripts across 24 events. Cross-agent via SkillKit.
Make your AI agent code with your project's architecture, rules, and decisions.
Claude + Obsidian knowledge companion. Sets up a persistent, compounding wiki vault (Karpathy's LLM Wiki pattern). v1.7 "Compound Vault" + v1.8 methodology modes close 5 of 5 priority gaps from the May 2026 compass artifact. Ships: substrate alignment with kepano/obsidian-skills, default Obsidian CLI transport, hybrid retrieval (contextual prefix + BM25 + cosine rerank per Anthropic's Sept 2024 research), per-file advisory locking for multi-writer safety, pre-commit verifier agent, AND methodology modes (LYT / PARA / Zettelkasten / Generic) for first-class organizational support no other Claude+Obsidian competitor offers. v1.7.x audit closure: every BLOCKER + HIGH + MEDIUM + LOW finding from the v1.7.0 audit is CLOSED or DEFERRED-with-rationale. Optional DragonScale Memory extension (log folds, deterministic addresses, semantic tiling lint, boundary-first autoresearch).
Harness-native ECC operator layer - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
Memory compression system for Claude Code - persist context across sessions