SessionStart
01Hook Claude Code
Runs when a session starts, executing dev-worktree-setup.sh. From mogharsallah/turjuman.
Hook Claude Code
Runs when a session starts, executing dev-worktree-setup.sh. From mogharsallah/turjuman.
Hook Claude Code
Runs after a tool call finishes for Edit, Write and MultiEdit tool calls, executing biome-format.sh. From mogharsallah/turjuman.
Hook Claude Code
Runs when a git worktree is removed, executing worktree-teardown.sh. From mogharsallah/turjuman.
Settings file Claude Code
Agent settings declaring 3 hook events (SessionStart, PostToolUse, WorktreeRemove).
Skill Claude CodeCodex
Craft and maintain Turjuman's Mintlify documentation (the docs/ MDX pages + docs.json) to a high standard. Use when adding or updating docs for a new or changed MCP tool / SDK operation, REST route, CLI command/flag, file-format adapter, QA check, service/capability, or data-model field — or when creating any page…
Instructions file
Claude Code instructions for mogharsallah/turjuman, covering commands, architecture, where to make changes, data model (single-table dynamodb) and conventions & gotchas.
Skill Claude CodeCodex
Model Context Protocol (MCP) development guide for building servers and clients in TypeScript. Use when: (1) Building an MCP server that exposes tools, resources, or prompts, (2) Building an MCP client that connects to servers, (3) Implementing MCP transports (stdio, HTTP/SSE), (4) Understanding MCP architecture…
Skill Claude CodeCodex
Refactor bloated AGENTS.md, CLAUDE.md, or similar agent instruction files to follow progressive disclosure principles. Splits monolithic files into organized, linked documentation.
Instructions file
Claude Code instructions for mogharsallah/texterify-mcp, covering texterify-mcp, quick reference and detailed instructions.
MCP server Claude CodeCodexCursor
MCP server for Texterify translation management — search, create, update, and delete keys and translations from any MCP client. Runs locally from the texterify-mcp npm package.