.cursor/skills/problem-summary/SKILL.md
根据用户提供的题目描述与题解代码,按仓库既有风格汇总到指定 cpp 文件:上方题干注释、 中间可运行题解、下方总结与易错点。Use when user says "汇总这题"、"按这个格式整理题解"、 "我发题目和代码你帮我写成模板文件".
npx skillsauth add YYYYXL1004/Y_LeetCode problem-summaryInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
当用户提供“题目描述 + 题解代码”,并要求整理到某个 .cpp 文件时,按下面流程执行。
【总结】。【总结】,至少包含:
【总结】 不能只复述本题流程,必须按下面顺序组织:
TianTi/L2/L2-007.cpp)对齐排版风格。main。documentation
总结每日算法学习内容,更新学习日志、专题笔记和README。当用户要求总结今天学习内容、更新学习记录、 整理今日刷题记录时触发。Use when the user asks to summarize today's learning, update daily log, or organize today's problem-solving records.
tools
Use when work should span one or more detached tasks but still behave like one job with a single owner context. TaskFlow is the durable flow substrate under authoring layers like Lobster, ACPX, plugins, or plain code. Keep conditional logic in the caller; use TaskFlow for flow identity, child-task linkage, waiting state, revision-checked mutations, and user-facing emergence.
tools
# Lobster Lobster executes multi-step workflows with approval checkpoints. Use it when: - User wants a repeatable automation (triage, monitor, sync) - Actions need human approval before executing (send, post, delete) - Multiple tool calls should run as one deterministic operation ## When to use Lobster | User intent | Use Lobster? | | ------------------------------------------------------ | --------------------------
tools
# Lobster Lobster executes multi-step workflows with approval checkpoints. Use it when: - User wants a repeatable automation (triage, monitor, sync) - Actions need human approval before executing (send, post, delete) - Multiple tool calls should run as one deterministic operation ## When to use Lobster | User intent | Use Lobster? | | ------------------------------------------------------ | --------------------------