[{"data":1,"prerenderedAt":551},["ShallowReactive",2],{"docs-navigation":3,"\u002Fpacks\u002Fskills":80,"\u002Fpacks\u002Fskills-surround":546},[4,14,50,56,62,68,74],{"title":5,"path":6,"stem":7,"children":8},"Getting Started","\u002Fgetting-started","1.getting-started\u002Findex",[9,10],{"title":5,"path":6,"stem":7},{"title":11,"path":12,"stem":13},"Usage","\u002Fgetting-started\u002Fusage","1.getting-started\u002Fusage",{"title":15,"path":16,"stem":17,"children":18},"Packs","\u002Fpacks","2.packs",[19,22,28,34,40,44],{"title":20,"path":16,"stem":21},"Pack System","2.packs\u002Findex",{"title":23,"path":24,"stem":25,"children":26},"Pack Commands","\u002Fpacks\u002Fcommands","2.packs\u002Fcommands\u002Findex",[27],{"title":23,"path":24,"stem":25},{"title":29,"path":30,"stem":31,"children":32},"Curation","\u002Fpacks\u002Fcuration","2.packs\u002Fcuration\u002Findex",[33],{"title":29,"path":30,"stem":31},{"title":35,"path":36,"stem":37,"children":38},"Personas","\u002Fpacks\u002Fpersonas","2.packs\u002Fpersonas\u002Findex",[39],{"title":35,"path":36,"stem":37},{"title":41,"path":42,"stem":43},"Pack Prompt","\u002Fpacks\u002Fprompt","2.packs\u002Fprompt",{"title":45,"path":46,"stem":47,"children":48},"Skills","\u002Fpacks\u002Fskills","2.packs\u002Fskills\u002Findex",[49],{"title":45,"path":46,"stem":47},{"title":51,"path":52,"stem":53,"children":54},"Knowledge Graph & Memory","\u002Fmemory","3.memory\u002Findex",[55],{"title":51,"path":52,"stem":53},{"title":57,"path":58,"stem":59,"children":60},"Configuration","\u002Fconfiguration","4.configuration\u002Findex",[61],{"title":57,"path":58,"stem":59},{"title":63,"path":64,"stem":65,"children":66},"Architecture","\u002Farchitecture","5.architecture\u002Findex",[67],{"title":63,"path":64,"stem":65},{"title":69,"path":70,"stem":71,"children":72},"Commands","\u002Fcommands","6.commands\u002Findex",[73],{"title":69,"path":70,"stem":71},{"title":75,"path":76,"stem":77,"children":78},"Security","\u002Fsecurity","7.security\u002Findex",[79],{"title":75,"path":76,"stem":77},{"id":81,"title":45,"body":82,"description":539,"extension":540,"links":541,"meta":542,"navigation":169,"path":46,"seo":544,"stem":47,"__hash__":545},"docs\u002F2.packs\u002Fskills\u002Findex.md",{"type":83,"value":84,"toc":528},"minimark",[85,90,94,98,106,201,205,251,254,258,264,313,323,327,354,360,364,369,446,450,524],[86,87,89],"h2",{"id":88},"what-are-skills","What Are Skills",[91,92,93],"p",{},"Skills are reusable subroutines. When activated, they add step-by-step instructions and optionally restrict the available tools. Unlike personas (which are behavioral modes), skills are task-oriented -- they define a specific workflow the agent should follow.",[86,95,97],{"id":96},"skill-files","Skill Files",[91,99,100,101,105],{},"Skills live in the ",[102,103,104],"code",{},"skills\u002F"," directory as markdown files:",[107,108,113],"pre",{"className":109,"code":110,"language":111,"meta":112,"style":112},"language-markdown shiki shiki-themes material-theme-lighter material-theme material-theme-palenight","---\nname: deep-research\ndescription: Multi-step research with source verification\nallowedTools:\n  - mcp__memory__search_nodes\n  - mcp__brave-search__brave_web_search\n  - mcp__firecrawl__firecrawl_scrape\n---\n\n1. Search for the topic using web search\n2. Scrape the top 3 results\n3. Extract key claims and citations\n4. Cross-reference with existing knowledge\n5. Save findings to the knowledge graph\n","markdown","",[102,114,115,123,129,135,141,147,153,159,164,171,177,183,189,195],{"__ignoreMap":112},[116,117,120],"span",{"class":118,"line":119},"line",1,[116,121,122],{},"---\n",[116,124,126],{"class":118,"line":125},2,[116,127,128],{},"name: deep-research\n",[116,130,132],{"class":118,"line":131},3,[116,133,134],{},"description: Multi-step research with source verification\n",[116,136,138],{"class":118,"line":137},4,[116,139,140],{},"allowedTools:\n",[116,142,144],{"class":118,"line":143},5,[116,145,146],{},"  - mcp__memory__search_nodes\n",[116,148,150],{"class":118,"line":149},6,[116,151,152],{},"  - mcp__brave-search__brave_web_search\n",[116,154,156],{"class":118,"line":155},7,[116,157,158],{},"  - mcp__firecrawl__firecrawl_scrape\n",[116,160,162],{"class":118,"line":161},8,[116,163,122],{},[116,165,167],{"class":118,"line":166},9,[116,168,170],{"emptyLinePlaceholder":169},true,"\n",[116,172,174],{"class":118,"line":173},10,[116,175,176],{},"1. Search for the topic using web search\n",[116,178,180],{"class":118,"line":179},11,[116,181,182],{},"2. Scrape the top 3 results\n",[116,184,186],{"class":118,"line":185},12,[116,187,188],{},"3. Extract key claims and citations\n",[116,190,192],{"class":118,"line":191},13,[116,193,194],{},"4. Cross-reference with existing knowledge\n",[116,196,198],{"class":118,"line":197},14,[116,199,200],{},"5. Save findings to the knowledge graph\n",[86,202,204],{"id":203},"how-skills-work","How Skills Work",[206,207,208,219,229,235,245],"ol",{},[209,210,211,215,216,218],"li",{},[212,213,214],"strong",{},"Declare"," -- A skill is a markdown file in ",[102,217,104],{}," with frontmatter and step-by-step instructions",[209,220,221,224,225,228],{},[212,222,223],{},"Activate"," -- User runs ",[102,226,227],{},"\u002Fskill \u003Cname>"," or the agent activates it based on context",[209,230,231,234],{},[212,232,233],{},"Inject"," -- Skill instructions are added to the system prompt under \"Active Skills\"",[209,236,237,240,241,244],{},[212,238,239],{},"Restrict"," -- ",[102,242,243],{},"allowedTools"," limits which MCP tools the agent can use while the skill is active",[209,246,247,250],{},[212,248,249],{},"Execute"," -- The agent follows the skill's steps, calling tools as instructed",[91,252,253],{},"Only one skill can be active at a time. Activating a new skill deactivates the previous one.",[86,255,257],{"id":256},"allowed-tools","Allowed Tools",[91,259,260,261,263],{},"The ",[102,262,243],{}," field in skill frontmatter restricts which MCP tools are available while the skill is active. This prevents the agent from wandering off-task.",[107,265,269],{"className":266,"code":267,"language":268,"meta":112,"style":112},"language-yaml shiki shiki-themes material-theme-lighter material-theme material-theme-palenight","allowedTools:\n  - mcp__memory__search_nodes    # Can search the graph\n  - mcp__memory__add_observations # Can add observations\n  - mcp__brave-search__*          # Can use any brave-search tool\n","yaml",[102,270,271,280,293,303],{"__ignoreMap":112},[116,272,273,276],{"class":118,"line":119},[116,274,243],{"class":275},"swJcz",[116,277,279],{"class":278},"sMK4o",":\n",[116,281,282,285,289],{"class":118,"line":125},[116,283,284],{"class":278},"  -",[116,286,288],{"class":287},"sfazB"," mcp__memory__search_nodes",[116,290,292],{"class":291},"sHwdD","    # Can search the graph\n",[116,294,295,297,300],{"class":118,"line":131},[116,296,284],{"class":278},[116,298,299],{"class":287}," mcp__memory__add_observations",[116,301,302],{"class":291}," # Can add observations\n",[116,304,305,307,310],{"class":118,"line":137},[116,306,284],{"class":278},[116,308,309],{"class":287}," mcp__brave-search__*",[116,311,312],{"class":291},"          # Can use any brave-search tool\n",[91,314,315,316,319,320,322],{},"Wildcard patterns using ",[102,317,318],{},"*"," are supported. If ",[102,321,243],{}," is not specified, all tools remain available.",[86,324,326],{"id":325},"deactivating-skills","Deactivating Skills",[107,328,332],{"className":329,"code":330,"language":331,"meta":112,"style":112},"language-bash shiki shiki-themes material-theme-lighter material-theme material-theme-palenight","\u002Fskill off          # Deactivate current skill\n\u002Fskills             # List available and active skills\n","bash",[102,333,334,346],{"__ignoreMap":112},[116,335,336,340,343],{"class":118,"line":119},[116,337,339],{"class":338},"sBMFI","\u002Fskill",[116,341,342],{"class":287}," off",[116,344,345],{"class":291},"          # Deactivate current skill\n",[116,347,348,351],{"class":118,"line":125},[116,349,350],{"class":338},"\u002Fskills",[116,352,353],{"class":291},"             # List available and active skills\n",[91,355,260,356,359],{},[102,357,358],{},"\u002Fclear"," command also deactivates any active skill.",[86,361,363],{"id":362},"example-skills","Example Skills",[365,366,368],"h3",{"id":367},"document-ingestion","Document Ingestion",[107,370,372],{"className":109,"code":371,"language":111,"meta":112,"style":112},"---\nname: ingest-and-verify\ndescription: Ingest a document and verify extraction quality\nallowedTools:\n  - mcp__memory__*\n  - mcp__firecrawl__*\n---\n\n1. Read the document content\n2. Extract all entities (people, organizations, concepts, technologies)\n3. Search the graph for existing matches before creating new entities\n4. Create entities with appropriate types\n5. Create relations between related entities\n6. Add observations with source attribution\n7. Report what was extracted and what was skipped\n",[102,373,374,378,383,388,392,397,402,406,410,415,420,425,430,435,440],{"__ignoreMap":112},[116,375,376],{"class":118,"line":119},[116,377,122],{},[116,379,380],{"class":118,"line":125},[116,381,382],{},"name: ingest-and-verify\n",[116,384,385],{"class":118,"line":131},[116,386,387],{},"description: Ingest a document and verify extraction quality\n",[116,389,390],{"class":118,"line":137},[116,391,140],{},[116,393,394],{"class":118,"line":143},[116,395,396],{},"  - mcp__memory__*\n",[116,398,399],{"class":118,"line":149},[116,400,401],{},"  - mcp__firecrawl__*\n",[116,403,404],{"class":118,"line":155},[116,405,122],{},[116,407,408],{"class":118,"line":161},[116,409,170],{"emptyLinePlaceholder":169},[116,411,412],{"class":118,"line":166},[116,413,414],{},"1. Read the document content\n",[116,416,417],{"class":118,"line":173},[116,418,419],{},"2. Extract all entities (people, organizations, concepts, technologies)\n",[116,421,422],{"class":118,"line":179},[116,423,424],{},"3. Search the graph for existing matches before creating new entities\n",[116,426,427],{"class":118,"line":185},[116,428,429],{},"4. Create entities with appropriate types\n",[116,431,432],{"class":118,"line":191},[116,433,434],{},"5. Create relations between related entities\n",[116,436,437],{"class":118,"line":197},[116,438,439],{},"6. Add observations with source attribution\n",[116,441,443],{"class":118,"line":442},15,[116,444,445],{},"7. Report what was extracted and what was skipped\n",[365,447,449],{"id":448},"cross-reference-research","Cross-Reference Research",[107,451,453],{"className":109,"code":452,"language":111,"meta":112,"style":112},"---\nname: cross-reference\ndescription: Find contradictions and confirmations across sources\nallowedTools:\n  - mcp__memory__search_nodes\n  - mcp__memory__open_nodes\n  - mcp__brave-search__brave_web_search\n---\n\n1. Search the graph for the topic\n2. Open all matching entities and their observations\n3. Identify claims that agree or contradict\n4. Search the web for additional evidence\n5. Report findings with confidence levels\n6. Save new findings with source attribution\n",[102,454,455,459,464,469,473,477,482,486,490,494,499,504,509,514,519],{"__ignoreMap":112},[116,456,457],{"class":118,"line":119},[116,458,122],{},[116,460,461],{"class":118,"line":125},[116,462,463],{},"name: cross-reference\n",[116,465,466],{"class":118,"line":131},[116,467,468],{},"description: Find contradictions and confirmations across sources\n",[116,470,471],{"class":118,"line":137},[116,472,140],{},[116,474,475],{"class":118,"line":143},[116,476,146],{},[116,478,479],{"class":118,"line":149},[116,480,481],{},"  - mcp__memory__open_nodes\n",[116,483,484],{"class":118,"line":155},[116,485,152],{},[116,487,488],{"class":118,"line":161},[116,489,122],{},[116,491,492],{"class":118,"line":166},[116,493,170],{"emptyLinePlaceholder":169},[116,495,496],{"class":118,"line":173},[116,497,498],{},"1. Search the graph for the topic\n",[116,500,501],{"class":118,"line":179},[116,502,503],{},"2. Open all matching entities and their observations\n",[116,505,506],{"class":118,"line":185},[116,507,508],{},"3. Identify claims that agree or contradict\n",[116,510,511],{"class":118,"line":191},[116,512,513],{},"4. Search the web for additional evidence\n",[116,515,516],{"class":118,"line":197},[116,517,518],{},"5. Report findings with confidence levels\n",[116,520,521],{"class":118,"line":442},[116,522,523],{},"6. Save new findings with source attribution\n",[525,526,527],"style",{},"html .light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html.light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html .default .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}html.dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}html pre.shiki code .swJcz, html code.shiki .swJcz{--shiki-light:#E53935;--shiki-default:#F07178;--shiki-dark:#F07178}html pre.shiki code .sMK4o, html code.shiki .sMK4o{--shiki-light:#39ADB5;--shiki-default:#89DDFF;--shiki-dark:#89DDFF}html pre.shiki code .sfazB, html code.shiki .sfazB{--shiki-light:#91B859;--shiki-default:#C3E88D;--shiki-dark:#C3E88D}html pre.shiki code .sHwdD, html code.shiki .sHwdD{--shiki-light:#90A4AE;--shiki-light-font-style:italic;--shiki-default:#546E7A;--shiki-default-font-style:italic;--shiki-dark:#676E95;--shiki-dark-font-style:italic}html pre.shiki code .sBMFI, html code.shiki .sBMFI{--shiki-light:#E2931D;--shiki-default:#FFCB6B;--shiki-dark:#FFCB6B}",{"title":112,"searchDepth":119,"depth":125,"links":529},[530,531,532,533,534,535],{"id":88,"depth":125,"text":89},{"id":96,"depth":125,"text":97},{"id":203,"depth":125,"text":204},{"id":256,"depth":125,"text":257},{"id":325,"depth":125,"text":326},{"id":362,"depth":125,"text":363,"children":536},[537,538],{"id":367,"depth":131,"text":368},{"id":448,"depth":131,"text":449},"Reusable multi-step subroutines for complex workflows.","md",null,{"icon":543},"i-lucide-zap",{"title":45,"description":539},"yAFChoizwYDZwEEij8Ex2WIIZp60oQQdhn5EYRIyuRc",[547,549],{"title":41,"path":42,"stem":43,"description":548,"children":-1},"The system prompt that defines domain expertise.",{"title":51,"path":52,"stem":53,"description":550,"children":-1},"How Working Mind remembers, compounds, and queries knowledge.",1778256993663]