PostToolUse
01Hook Claude Code
Runs after a tool call finishes for Edit and Write tool calls, executing hook_lint.sh via bash with --show-toplevel. From jihe520/MathModelAgent.
Hook Claude Code
Runs after a tool call finishes for Edit and Write tool calls, executing hook_lint.sh via bash with --show-toplevel. From jihe520/MathModelAgent.
Settings file Claude Code
Agent settings declaring 1 hook event (PostToolUse) and 8 allowed tools.
Cursor rule Cursor
A Cursor rule named backend-rules covering backend development, project structure, technology choices, runtime environment, and main process. Cursor is a coding editor with rules that guide how an agent works in a project.
Cursor rule Cursor
A frontend development rule that points to existing Vue pages and components as examples. It refers to chat, notebook, and button files in the project.
Cursor rule Cursor
A project-structure rule for the MathModelAgent application. It describes the main directories, core functions, and the steps users follow.
Cursor rule Cursor
A rule describing how a web frontend and backend exchange messages through WebSockets, which keep a live connection open between them. It covers connection, message delivery, disconnection, and errors.
Instructions file
Claude Code instructions for jihe520/MathModelAgent, covering claude.md, 项目概述, commands, 后端 and 安装依赖.
Skill Claude CodeCodex
A starting workflow for mathematical-modeling competitions, which are contests where teams use mathematics, data, and code to solve real-world problems. It asks for preferences, creates planning files, and coordinates later analysis, modeling, coding, charting, diagram, writing, and verification stages.
Skill Claude CodeCodex
A mathematical-modeling analysis stage for reading a competition problem and its attachments, breaking it into smaller questions, and designing the models, formulas, objectives, constraints, and solution approach.
Skill Claude CodeCodex
A workflow for turning a mathematical-modeling analysis report into reproducible code, checked results, and data-based charts. It also produces a results report and PDF charts suitable for a paper.
Skill Claude CodeCodex
A diagram-making stage for mathematical-modeling projects. It uses existing analysis and results reports to create technical route maps, solution flowcharts, model diagrams, and data-processing diagrams in Drawio, a tool for creating structured diagrams, then exports them as PDF files.
Skill Claude CodeCodex
A paper-writing workflow for mathematical modelling competitions, supporting both Typst and LaTeX. It uses analysis, results, figures, and a competition template to assemble the document.
Skill Claude CodeCodex
A final-checking workflow for mathematical modelling competition papers, using either Typst or LaTeX to build the document. It checks the finished paper and its supporting files before submission.
Skill Claude CodeCodex
A shared reference library for mathematical modelling competitions. It provides writing rules, quick checks for common mistakes by problem type, and guidance for figures and tables.
Skill Claude CodeCodex
An environment checker and installation guide for a mathematical modelling workflow. It checks whether the required dependencies are installed and provides commands for missing ones.
Skill Claude CodeCodex
A collection of built-in scientific chart templates for the MathModel LaTeX sandbox. It covers visualisations such as SHAP charts, ROC curves, Taylor diagrams, correlation matrices, and parameter-tuning surfaces.
Skill Claude CodeCodex
Generate idiomatic Typst (.typ) code, edit and troubleshoot Typst documents and projects, and answer Typst syntax/reference questions. Use when working with .typ files or when the user explicitly asks for Typst document creation, editing, debugging, compilation, formatting, template work, or package usage.
Skill Claude CodeCodex
Browser automation CLI for AI agents. Use when the user needs to interact with websites, including navigating pages, filling forms, clicking buttons, taking screenshots, extracting data, testing web apps, or automating any browser task. Triggers include requests to "open a website", "fill out a form", "click a…
Skill Claude CodeCodex
A skill for using agent-browser to publish content to social media platforms.
Skill Claude CodeCodex
Browser automation CLI for AI agents. Use when the user needs to interact with websites, including navigating pages, filling forms, clicking buttons, taking screenshots, extracting data, testing web apps, or automating any browser task. Triggers include requests to "open a website", "fill out a form", "click a…
Skill Claude CodeCodex
Create new AI chat interface components for the ai-elements library following established composable patterns, shadcn/ui integration, and Vercel AI SDK conventions. Use when creating new components in packages/elements/src or when the user asks to add a new component to ai-elements.
Skill Claude CodeCodex
Answer questions about the AI SDK and help build AI-powered features. Use when developers: (1) Ask about AI SDK functions like generateText, streamText, ToolLoopAgent, embed, or tools, (2) Want to build AI agents, chatbots, RAG systems, or text generation features, (3) Have questions about AI providers (OpenAI…
Skill Claude CodeCodex
Skill for integrating Better Auth - the comprehensive TypeScript authentication framework.
Skill Claude CodeCodex
You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.