extend

Catalogs and manages IME extension points and parameters for workspace customization workflows.

44|125|Updated Feb 10, 2026
One-click install
npx skills add https://github.com/TserenTserenov/FMT-exocortex-template --skill extend-tserentserenov
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: extend
Source: https://github.com/TserenTserenov/FMT-exocortex-template/tree/main/.claude/skills/extend
Command: npx skills add https://github.com/TserenTserenov/FMT-exocortex-template --skill extend-tserentserenov

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

IWE customizations and extension points are scattered and hard to discover, which makes it difficult to know what can be customized, which hooks run, and which parameters have been changed. This Skill centralizes visibility of extension hooks, installed extension files, and overridden parameters so users can confidently extend and maintain their Intellectual Work Environment.

Core Features & Use Cases

  • Catalog extension points: Lists available protocol hooks and the filenames expected in the extensions/ directory.
  • Inspect workspace customizations: Shows installed extension files and current params.yaml overrides so users can audit changes.
  • Create and install extensions: Guides creation of new extension markdown hooks or installing third-party extension bundles and explains filename ordering for hook execution.
  • Use Case: Add a day-open.before hook to run a custom morning checklist, verify installed day-close.after extensions, or install a bundle of productivity extensions.

Quick Start

Run /extend with no arguments to list all extension points and show currently installed extension files and changed parameters.

Frequently Asked Questions about extend

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I list installed IWE extension hooks and changed parameters?

To list installed IWE extension hooks and changed parameters, run the management interface with no arguments. It reads the workspace extensions/ directory and params.yaml to display all active customizations and current overrides.

What are IWE extension points and how do protocol hooks work?

IWE extension points are predefined slots in day-open, day-close, and protocol workflows where custom markdown hooks execute. They run in a specific sequence based on filename ordering within the extensions/ directory.

How do I add a custom day-open.before hook to my workspace?

To add a day-open.before hook, create a new extension markdown file in the extensions/ directory. The management interface guides creation while preserving filename ordering to ensure correct hook execution sequence.

Can I review and audit workspace customizations in the extensions/ directory?

Yes, you can audit workspace customizations by inspecting the extensions/ directory and reviewing params.yaml. The interface shows installed extension files and overridden parameters so you can track all workspace changes.

How do I install third-party extension bundles into an Intellectual Work Environment?

To install third-party extension bundles, use the management interface to guide the installation process into the extensions/ directory. It verifies the extension markdown files and adjusts filename ordering for proper hook execution.

Why is filename ordering important for IWE hook execution?

Filename ordering dictates the exact execution sequence of IWE protocol hooks. The management interface requires preserving this alphabetical order when creating or updating extension markdown files to ensure workflows run correctly.