learn

Solid

Save a marketing diagnosis insight to the pro-diagnosis knowledge base so it is applied in future operations across all platforms. Use when the user runs /learn, explicitly teaches the agent a marketing insight, corrects the agent's analysis, or asks to remember/record an operational learning for next time. Also use when the user asks in Japanese (この学びを記録して / 次回から反映して / 運用の気づきを覚えておいて).

AI & Automation 44 stars 6 forks Updated yesterday Apache-2.0

Install

View on GitHub

Quality Score: 87/100

Stars 20%
55
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Learn > PREREQUISITE: Read `../_mureo-shared/SKILL.md` for auth, security rules, output format, and **Tool Selection** (Read/Write on Code, `mureo_strategy_*` / `mureo_state_*` MCP on Desktop / Cowork). Save a marketing diagnosis insight to the pro-diagnosis knowledge base. Saved insights are loaded at the start of future sessions and applied across `/daily-check`, `/rescue`, `/budget-rebalance`, and the other diagnostic workflows. The skill persists insights by shelling out to `mureo learn add`, which routes the write through the KnowledgeStore Protocol. The default backend writes to `~/.claude/skills/_mureo-pro-diagnosis/SKILL.md` (preserving the prior file layout); an alternate backend registered via the `mureo.runtime_context_factory` entry-point group can redirect or split the write without changing this skill. The knowledge base has two tiers — an **operator** tier shared across every workspace, and an optional **workspace** tier scoped to the current one. Use `mureo learn tiers` to find out which are available before deciding where an insight belongs (step 4). ## When to use - The user runs `/learn` followed by an insight, e.g.: - `/learn CV少ないサイトではマイクロCVを活用すべき` - `/learn 予算5000円/日で広告グループ8個は多すぎる` - `/learn Target CPA を下げすぎると逆に CV が減る` - The user runs `/learn` with no argument — review the current conversation for corrections or marketing expertise the user shared and propose those as insights. ## Steps 1. **Identify the insight.** If the user passed...

Details

Author
logly
Repository
logly/mureo
Created
5 months ago
Last Updated
yesterday
Language
Python
License
Apache-2.0

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category