guides-update
Skill for adding or updating educational algorithm guides, ensuring consistent patterns and simple explanations suitable for an 8-year-old.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Skill for adding or updating educational algorithm guides, ensuring consistent patterns and simple explanations suitable for an 8-year-old.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Develop and extend the RulCode technical interview preparation platform built with React, Vite, TypeScript, and Supabase. Use when adding new algorithm problems, building visualization components, implementing DSA topic pages, updating the problem editor, or modifying the interview preparation UI.
Create, standardize, or update step-by-step algorithm visualizations for a given problem ID. Use when the user mentions 'visual', 'visualization', 'animate', or 'step-by-step' alongside a problem ID in /problem/:id format.
Create, standardize, or update step-by-step algorithm visualizations for a given problem ID. Use when the user mentions 'visual', 'visualization', 'animate', or 'step-by-step' alongside a problem ID in /problem/:id format.
Scan the repository for hardcoded secrets, exposed API keys, insecure network configurations, and vulnerable dependencies. Use when the user asks for a security audit, secret detection, credential scan, vulnerability check, or wants to find leaked tokens in the codebase.
Install and configure PostHog analytics SDK in React Native applications, including event tracking, feature flags, user identification, and error tracking. Use when the user needs to add PostHog analytics, session recording, or feature flags to a React Native app.
PostHog integration for React Router v6 applications
| name | Guides Update |
| description | Skill for adding or updating educational algorithm guides, ensuring consistent patterns and simple explanations suitable for an 8-year-old. |
This skill is invoked when adding a new concept guide (like "prefix sum", "recursion", etc.) to the pattern guides section.
src/data/guides/recursion.ts) to understand the layout and format.src/data/guides/ and exposes a content markdown string.src/app/guides/patterns/<slug>/page.tsx.src/data/guidesData.ts under the appropriate category or as a new category, ensuring the new category matches the id and structure of existing categories.id to the PATTERN_IDS array in src/config/sidebarNav.ts so it appears in the sidebar navigation!When writing the content for the guide, rigidly follow these rules:
[Visualize <Topic> in the Interactive Simulator](viz:<slug>).guidesData.ts has been correctly updated and has no syntax errors.page.tsx) correctly mounts GuidesClient with the metadata setup.