algorithm-solver系统性地解析和解决算法题。覆盖题目理解、暴力解到优化解的推导、算法模板讲解、测试用例设计、生产级代码实践。适用于 LeetCode、面试题、竞赛题等场景。当用户提出算法题、数据结构问题、或要求解题时自动触发。
Install via ClawdBot CLI:
clawdbot install wd1993/algorithm-solverGrade Fair — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Generated Mar 20, 2026
用户提供算法题描述或题号,系统引导用户通过理解题目、暴力解、优化分析、算法选择、代码实现和测试的完整流程,适用于准备技术面试或竞赛的开发者,强调思维训练而非直接答案。
模拟技术面试环境,用户输入算法问题,系统按结构化步骤解析,帮助用户练习解题思路、代码规范和防御性编程,提升面试表现和问题解决能力。
针对常见算法如双指针、动态规划或滑动窗口,系统提供模板讲解和实战应用,用户可输入具体问题来学习算法原理和实现细节,适合初学者或进阶学习者。
用户提供现有算法代码或问题描述,系统分析性能瓶颈、提出优化建议,并讨论工业界应用如缓存策略或并发处理,适用于软件工程师优化实际项目。
针对编程竞赛如 ACM 或 Codeforces 的题目,系统引导用户从暴力解推导到高效算法,覆盖测试用例设计和极限规模处理,帮助参赛者提升解题速度和准确性。
提供按月或按年订阅,用户可无限访问算法解题指导、模板库和工业界应用案例,通过高质量内容和结构化学习路径吸引付费用户,收入来自订阅费用。
向科技公司销售定制化算法培训套餐,包括员工面试准备、代码审查和生产实践指导,按项目或人头收费,帮助企业提升团队技术能力和招聘效率。
在免费解题服务中嵌入相关广告,如编程课程、工具或书籍推荐,或通过联盟链接推广 LeetCode 等平台,收入基于点击或转化,适合吸引大量免费用户。
💬 Integration Tip
集成时确保支持多语言代码执行和实时测试反馈,以增强用户体验和实用性。
Scored Apr 19, 2026
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.
Use the @steipete/oracle CLI to bundle a prompt plus the right files and get a second-model review (API or browser) for debugging, refactors, design checks, or cross-validation.
Use when starting any conversation - establishes how to find and use skills, requiring Skill tool invocation before ANY response including clarifying questions
Spec-first, TDD, subagent-driven software development workflow. Use when: (1) building any new feature or app — triggers brainstorm → plan → subagent executi...
Control desktop applications on Windows — launch, close, focus, resize, move windows, simulate keyboard/mouse input, manage processes, control VSCode, read clipboard, and capture screen info. Use when the user wants to interact with any running program, switch windows, type text, press shortcuts, open files in VSCode, manage running processes, or get system display information.
Systematic code review patterns covering security, performance, maintainability, correctness, and testing — with severity levels, structured feedback guidance, review process, and anti-patterns to avoid. Use when reviewing PRs, establishing review standards, or improving review quality.