Hook Claude Code
Runs when you submit a prompt, before the agent sees it, running sh "$CLAUDE_PROJECT_DIR/.claude/hooks/ponytail-prompt.shs". From ormastes/simple.
Hook Claude Code
Runs when you submit a prompt, before the agent sees it, running sh "$CLAUDE_PROJECT_DIR/.claude/hooks/ponytail-prompt.shs". From ormastes/simple.
Settings file Claude Code
Agent settings declaring 3 hook events (PreToolUse, SessionStart, UserPromptSubmit).
Command Codex
../skills/architecture/SKILL.md.
Command Codex
../skills/coding/SKILL.md.
Command Codex
../skills/mdsoc-architecture-writing/SKILL.md.
Command Codex
../skills/simple-ui/SKILL.md.
Command Codex
../skills/spdev/SKILL.md.
Command Codex
../skills/systemtest/SKILL.md.
Command Codex
../skills/t32q/SKILL.md.
Skill Claude CodeCodex
Codex architecture skill (Codex-specific strength). MDSOC patterns, virtual capsules, feature transforms, module structure evaluation, ADR writing. Reference: doc/04architecture/.
Skill Claude CodeCodex
Writing or extending a capability trait pair/group (debug/profile worked example). Value-semantics hazards, CapLevel honesty, critical mode, and falsifiable-spec rules. Reference: doc/07guide/language/capabilitylibraryauthoring.md.
Skill Claude CodeCodex
Simple language coding rules for Codex. Key syntax, generics, pattern binding, constructors, runtime limitations, reserved keywords. Reference: doc/07guide/quickreference/syntaxquickreference.md.
Skill Claude CodeCodex
Work on the Simple IDE Office plugin suite: Markdown/Writer, Impress/PPT, Calc, Draw/SDD, Designer, Base, Math, Mail, Planner, dashboard, DB admin, plugin manifests, and feature-check verification.
Skill Claude CodeCodex
Create or update concise TLDR companion Markdown files for long repo documents, especially doc/04architecture/.md. Use same-directory naming: xxxxx.md -> xxxxxtldr.md.
Skill Claude CodeCodex
Write or refactor layered MDSOC-style architecture docs for this repo, especially for compiler, loader, interpreter, and shared tree-node visibility. Use when the task asks for layers, tree encapsulation, public-to-next-layer rules, common node extraction, or sibling-private/tree-private analysis.
MCP server Claude CodeCodexCursor
Simple Language LSP-MCP bridge — definition, references, hover, symbols, and diagnostics. Runs locally from the @simple-lang/lsp-mcp-server npm package.
MCP server Claude CodeCodexCursor
Simple Language MCP server — code intelligence, debugging, build, test, and VCS tools. Runs locally from the @simple-lang/mcp-server npm package.
MCP server Claude CodeCodexCursor
TRACE32 CMM LSP via MCP — parse, diagnostics, completions, hover, symbols. Runs locally from the @simple-lang/t32-lsp-mcp-server npm package.
MCP server Claude CodeCodexCursor
TRACE32 debugger MCP — session, dialog, field, history, resource inspection. Runs locally from the @simple-lang/t32-mcp-server npm package.