Memory Store Index
Bundle OKF 0.2 · 301 conceitos · kouko/monkey-skills
Open source Repository Open in the app JSON README (API)
About
# Memory Store Index
## Guides
- [README](README.md) — This store's charter: one distilled loom-family lesson per file, the test for whether a fact belongs here rather than in an open intent, a commit trailer, or a one-off evidence record, and how to record, recall, and reconcile an entry; read before adding, editing, or retiring any concept in this store.
## Memory
- [splicing-into-a-pinned-sentence-creates-false-readings](splicing-into-a-pinned-sentence-creates-false-readings.md) — Extending an existing contract sentence in place — adding new material inside an enumeration or as indented continuation lines of a schema placeholder — creates defects that presence-pins cannot see, because the pinned substrings all still match while the JOINT reading changes; new contract material goes in its own sentence (or inside the placeholder it governs), and the guard is whole-sentence reading or mutation testing, never substring presence
- [the-resolved-test-command-must-cover-every-suite-roo
Details
- Kind
- OKF bundles
- Topic
- AI, RAG & memory
- Publisher
- kouko
- Origin
- okf_github
- Category
- dados
- Version
- 0.2
- Added
- 2026-09-11 20:05:09
- Updated
- 2026-09-13 21:04:14
- Origin id
kouko/monkey-skills:docs/loom/memory/index.md
README
# monkey-skills Read this in: **English** | [日本語](README.ja.md) | [繁體中文](README.zh-TW.md) > Personal Claude Code plugin marketplace — 11 plugins covering domain-team workflows, skill development, philosophical thinking, Obsidian, investing, copywriting, slides, book distillation, repo knowledge, artifact deconstruction, and Salesforce SOQL query. ## Plugins | Plugin | Version | Skills | Commands | Description | |--------|---------|-------:|---------:|-------------| | [`domain-teams`](domain-teams/) | 5.5.1 | 11 | 9 | Domain team skills — planning, code, design, research, copywriting with checkpoint-based quality gates. | | [`loom-code`](loom-code/) | 1.8.1 | 5 | 0 | Five stations — write-plan, build, review, ship, maintain — carry one change from plan to merged PR, with paired task tests and one complete branch-end review. Claude Code + Codex. | | [`loom-design`](loom-design/) | 1.1.0 | 4 | 0 | Two stations — capture-intent, write-spec — turn a rough idea into a confirmed intent and a risk-declared spec, plus two tools: product-principles and design-system. Reads loom-code's contract package. Claude Code + Codex. | | [`loom-workflow`](loom-workflow/) | 4.1.0 | 10 | 4 | Loom workflow tools for git-backed project memory, `critique` (proposal / complexity), recap, handoff, session distill, `goal-create`, `independent-advisor` cross-executor second opinion, and long-term Outcome Maps whose delivery arcs are intents. | | [`philosophers-toolkit`](philosophers-toolkit/) | 1.0.4 | 12 | 12 | Philosophical thinking frameworks for problem clarification and deeper reasoning. | | [`obsidian`](obsidian/) | 3.5.0 | 13 | 1 | Obsidian vault workflows — daily notes, markdown, bases, diagrams, canvas, file intel, vault management, dashboard design. | | [`investing-toolkit`](investing-toolkit/) | 1.16.5 | 15 | 5 | Investing research toolkit — macro regime diagnosis (US/JP/TW/KR/CN), DCF, screener, equity snapshots via primary-source adapters. | | [`copywriting-toolkit`](copywriting-toolkit/) | 1.14.0 | 14 | 1 | Pipeline-structured copywriting — intake, ideation, neta injection, 5 form-specific drafters, voice positioning, ethics + form gates, audit. | | [`tsundoku`](tsundoku/) | 0.11.0 | 4 | 5 | Tsundoku 積読 — turn an owned-but-unread Kobo e-book pile into actionable agent skills via the RIA-TV++ distillation pipeline. | | [`repo-wiki`](repo-wiki/) | 1.0.0 | 3 | 3 | LLM Wiki Pattern for code repos — seed `.repo-wiki/` from git history (init), grow from changes / context / external docs (ingest, polymorphic), query with verification against `src/` (Eager triggers + segmented output). | | [`deconstruct-toolkit`](deconstruct-toolkit/) | 0.2.1 | 4 | 1 | Reverse-engineer polished artifacts (copy / docs / UI / arguments / products / organizations) — surface design blueprints, hidden frameworks, rhetorical mechanisms, intentional omissions. Grounded in Derrida / Barthes / Toulmin / Lakoff / Goffman / Cialdini / Bhatia / Nielsen-Norman, with EN/JA/ZH cultural-variant lenses (Hinds kishōtenketsu / 劉勰《文心雕龍》六觀 / Hu/Hwang face-and-favor). BCG「バリュー・チェーンの脱構築」系譜. | | [`salesforce-toolkit`](salesforce-toolkit/) | 0.1.0 | 1 | 1 | Salesforce DX MCP server wrapped as Claude Code plugin — brew-first installer, read-only SOQL query (data toolset only). macOS only. ⚠️ Not supported in the Cowork sandbox (TTY-bound OAuth); installs on Codex CLI too (MCP auto-registers). | **Totals:** 84 skills and 42 slash commands across 10 plugins listed (the marketplace ships 18 — table not yet fully synced; see [`marketplace.json`](.claude-plugin/marketplace.json) for the authoritative list). > Plugins marked ⚠️ in their own description (`investing-toolkit`, `tsundoku`, `salesforce-toolkit`, plus the `defuddle` skill in `obsidian`) are not supported in the Cowork sandbox — it blocks their external network access or subprocess use. (`salesforce-toolkit` does install on Codex CLI; its ⚠️ is Cowork-specific, not "Claude Code only".) ## Install ### Claude Code (marketplace) ```bash /plugin marketplace add kouko/monkey-skills /plugin install <plugin-name>@monkey-skills ``` Replace `<plugin-name>` with any name from the table above. ### Gemini CLI (extension) ```bash gemini extensions install https://github.com/kouko/monkey-skills ``` The extension manifest lives at [`gemini-extension.json`](gemini-extension.json). ### Codex See [`.codex/INSTALL.md`](.codex/INSTALL.md) for symlink and plugin installation modes. ## Repository layout ``` monkey-skills/ ├── .claude-plugin/ │ └── marketplace.json # plugin registry ├── .codex/ │ └── INSTALL.md # Codex install instructions ├── .github/workflows/ │ ├── skill-structure.yml # CI: enforce skill conventions │ └── scraper-deps-monthly.yml # CI: monthly dep refresh ├── domain-teams/ # plugin ├── loom-workflow/ # plugin ├── philosophers-toolkit/ # plugin ├── obsidian/ # plugin ├── investing-toolkit/ # plugin ├── copywriting-toolkit/ # plugin ├── tsundoku/ # plugin ├── repo-wiki/ # plugin ├── deconstruct-toolkit/ # plugin ├── docs/ # cross-cutting docs (i18n glossary, etc.) ├── scripts/ # repo-level tooling ├── CLAUDE.md # project conventions for Claude Code ├── GEMINI.md # project conventions for Gemini CLI ├── AGENTS.md # generic agent conventions ├── ATTRIBUTION.md # third-party imports & licenses ├── LICENSE # MIT └── gemini-extension.json # Gemini CLI extension manifest ``` ## Contributing This is a personal marketplace. Issues and PRs are welcome via the [GitHub repository](https://github.com/kouko/monkey-skills). For skill-development conventions (file paths, two-layer spec, quality gates, agent roles, cross-plugin delegation), see [`CLAUDE.md`](CLAUDE.md). To run the test suite from a clean checkout: ``` git clone https://github.com/kouko/monkey-skills.git && cd monkey-skills python3 -m venv .venv && source .venv/bin/activate python3 -m pip install -r requirements-dev.txt python3 -m pytest loom-code/scripts/ scripts/ .claude/hooks/ -q -n auto ``` With uv instead: `uv venv .venv && source .venv/bin/activate`, then `uv pip install -r requirements-dev.txt`, then the same pytest line. For the exact isolated package gate, use the `package-tests:` line in [`docs/loom/KICKOFF-DEFAULTS.md`](docs/loom/KICKOFF-DEFAULTS.md). It runs both test groups from the hash-verified lock; CI covers the same paths in separate jobs. ## License MIT — see [`LICENSE`](LICENSE). Third-party components (Obsidian skills from kepano and axtonliu, `skill-creator-advance` from AllanYiin, `skill-judge` from softaworks, and others) are MIT-licensed and credited in [`ATTRIBUTION.md`](ATTRIBUTION.md).