代码生成
代码生成、重构和脚手架
Skills 列表

weather
Current weather and forecasts with web_fetch, falling back to wttr.in curl for locations, rain, temperature, travel planning.
openclaw
weather
使用 web_fetch 获取当前天气和预报,回退到 wttr.in curl 查询位置、降雨、温度、旅行规划。
steipete
codehealth-mcp
Real-time structural Code Health via CodeScene MCP — review before edits, verify score deltas after changes, gate commits and PRs. Use when reviewing code quality, refactoring, checking if AI changes degraded a file, or before commit/PR.
affaan-m
nodejs-keccak256
Prevent Ethereum hashing bugs in JavaScript and TypeScript. Node's sha3-256 is NIST SHA3, not Ethereum Keccak-256, and silently breaks selectors, signatures, storage slots, and address derivation. Use when hashing for Ethereum in JavaScript or TypeScript, or when a selector, signature, storage slot, or derived address is wrong.
affaan-m
everything-claude-code
Development conventions and patterns for everything-claude-code. JavaScript project with conventional commits.
affaan-m
plankton-code-quality
Write-time code quality enforcement using Plankton — auto-formatting, linting, and Claude-powered fixes on every file edit via hooks.
affaan-m
hexagonal-architecture
Design, implement, and refactor Ports & Adapters systems with clear domain boundaries, dependency inversion, and testable use-case orchestration across TypeScript, Java, Kotlin, and Go services.
affaan-m
repo-scan
Cross-stack source code asset audit — classifies every file, detects embedded third-party libraries, and delivers actionable four-level verdicts per module with interactive HTML reports.
affaan-m
dotnet-patterns
Idiomatic C# and .NET patterns, conventions, dependency injection, async/await, and best practices for building robust, maintainable .NET applications.
affaan-m
coding-standards
Baseline cross-project coding conventions for naming, readability, immutability, and code-quality review. Use detailed frontend or backend skills for framework-specific patterns.
affaan-m
cpp-coding-standards
C++ coding standards based on the C++ Core Guidelines (isocpp.github.io). Use when writing, reviewing, or refactoring C++ code to enforce modern, safe, and idiomatic practices.
affaan-m
verification-loop
A comprehensive verification system for Claude Code sessions.
affaan-m
everything-claude-code-conventions
everything-claude-code 的开发规范与模式指南。这是一个采用 Conventional Commits 规范的 JavaScript 项目。
affaan-m
receiving-code-review
用于接收代码审查反馈时,在实施建议之前,特别是当反馈看起来不明确或技术上可疑时——需要技术严谨性和验证,而非表演性同意或盲目实施
obra
nodejs-keccak256
防止 JavaScript 和 TypeScript 中的以太坊哈希错误。Node 的 sha3-256 是 NIST SHA3,而非以太坊 Keccak-256,会静默破坏选择器、签名、存储槽和地址推导。
affaan-m
dotnet-patterns
惯用的 C# 和 .NET 模式、约定、依赖注入、async/await 以及构建健壮、可维护的 .NET 应用程序的最佳实践。
affaan-m
repo-scan
跨技术栈源代码资产审计——对每个文件进行分类,检测嵌入的第三方库,并为每个模块提供可操作的四个级别判定结果,附带交互式HTML报告。
affaan-m
hexagonal-architecture
设计、实现和重构端口与适配器系统,具有清晰的领域边界、依赖反转以及跨 TypeScript、Java、Kotlin 和 Go 服务的可测试用例编排。
affaan-m
plankton-code-quality
使用 Plankton 在写入时强制执行代码质量——通过钩子在每次文件编辑时自动格式化、检查并利用 Claude 修复问题。
affaan-m
verification-loop
适用于 Claude Code 会话的全面验证系统。
affaan-m
cpp-coding-standards
基于 C++ Core Guidelines (isocpp.github.io) 的 C++ 编码标准。在编写、审查或重构 C++ 代码时使用,以强制执行现代、安全和惯用的实践。
affaan-m
coding-standards
跨项目基线编码规范,涵盖命名、可读性、不可变性和代码质量审查。如需框架特定的详细模式,请使用前端或后端技能。
affaan-m
requesting-code-review
完成任务、实现主要功能或合并前使用,以验证工作是否符合要求
obra
karpathy-guidelines
减少常见大语言模型编码错误的行为指南。在编写、审查或重构代码时使用,以避免过度复杂化、进行精准修改、明确假设并定义可验证的成功标准。
multica-ai