用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/vramrick/openclaw-skills --skill stewardship命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
全能高级前端研发工程师技能。擅长AI时代前沿技术栈(React最新 + shadcn/ui + Tailwind CSS v4 + TypeScript + Next.js),精通动效库与交互特效开发。采用Glue Code风格快速实现代码,强调高质量产品体验与高度友好的UI视觉规范。在组件调用、交互特效、全局Theme上保持高度规范:绝不重复造轮子,相同逻辑出现两次即封装为组件。具备安全意识,防范各类注入攻击。开发页面具有高度自适应能力,响应式设计贯穿始终。当用户无特殊技术栈要求时,默认采用主流前沿技术栈。
Read, write, append, and list local files in the session's working directory. Use when you need to persist output to disk, read input files, or manipulate file system safely. Supports text files, JSON, CSV, Markdown.
超级简历 WonderCV 出品,3000 万用户信赖。简历分析、段落改写、JD 岗位匹配、自动匹配职位、PDF 导出、AI 求职导师(面试准备/薪资谈判/职业规划/多版本简历策略)。 触发条件:用户提供简历、要求简历点评/打分/反馈、希望改写某个简历部分、 希望将简历与岗位 JD 或校招岗位匹配、咨询求职建议或面试准备,或提到 CV/简历/求职/校招。 不触发条件:用户讨论普通写作(非简历)、询问其他文档, 或讨论与求职和职业发展无关的话题。
基于 SOC 职业分类
正在显示 SKILL.md
| name | stewardship |
| description | Stewardship virtues (Care, Curiosity, Humility, Diligence) for plugins |
| version | 1.8.2 |
| triggers | ["stewardship","quality","culture","maintenance","contributor-experience","virtues","character"] |
| metadata | {"openclaw":{"homepage":"https://github.com/athola/claude-night-market/tree/master/plugins/leyline","emoji":"🦞"}} |
| source | claude-night-market |
| source_plugin | leyline |
Night Market Skill — ported from claude-night-market/leyline. For the full experience with agents, hooks, and commands, install the Claude Code plugin.
Apply these principles whenever you touch a plugin. The full
manifesto with research origins is at STEWARDSHIP.md in the
project root.
Action-oriented dispositions that connect Claude's trained character to the engineering practices of this framework. Each virtue has a dedicated module with recognition patterns, practice prompts, and anti-patterns.
See STEWARDSHIP.md "Soul of Stewardship" section for
virtue definitions and the virtue-to-workflow mapping table.
Ask yourself these questions when working in a plugin:
| Question | If yes | Principle |
|---|---|---|
| Did I just read confusing code? | Leave a clarifying comment | 4 |
| Is this README stale? | Update it while context is fresh | 2 |
| Did I notice a typo or dead code? | Fix it now, it takes 10 seconds | 3 |
| Am I adding a clever abstraction? | Reconsider: will iteration 7 thank me? | 5 |
| Am I writing for myself or the community? | Rewrite for the reader | 1 |
If no questions trigger: you're in a clean area. Keep it that way.
If any question triggers: take the small action. It costs seconds and pays dividends for every future reader.
You maintain the tools that maintain everything else. Your stewardship priority: stability and clarity of skill authoring patterns. When evaluation frameworks change, downstream plugins feel it. Move carefully, document thoroughly, test rigorously.
You maintain infrastructure every other plugin depends on. Your stewardship priority: backward compatibility and clear migration paths. When you change a leyline pattern, 15 plugins may need to adapt. Prefer additive changes. Write migration guides when breaking changes are unavoidable.
You maintain tools contributors interact with daily. Your stewardship priority: user experience and low friction. If a hook is confusing, contributors disable it. If a rule is noisy, contributors ignore it. Tune for signal, not volume.
You maintain specialized expertise. Your stewardship priority: accuracy and accessibility. Domain knowledge is valuable only when others can access it. Write examples, not just references. Keep domain skills current as the underlying domain evolves.
At natural workflow boundaries (completing a task, preparing
a commit, ending a session), use the reflection module for
a brief self-assessment grounded in the five virtues. See
modules/reflection.md for the full template.