用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/aaione/everything-claude-code-zh --skill everything-claude-code命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Kubernetes 工作负载模式、资源管理、RBAC、probes、autoscaling、ConfigMap/Secret 处理,以及面向生产级部署的 kubectl 调试。
完成任何非平凡任务后使用。智能体按 5 个维度自评输出——准确性、完整性、清晰度、可执行性、简洁性——每项都给出具体证据。生成结构化 1-5 评分卡和具体改进建议。
在 competitive-platform-analysis 产出分层竞品集合后使用。按九个加权维度(定位、声音、视觉工艺、offer packaging、证据、enterprise-readiness、thought leadership、定价、客户 strategic tension)为每个竞品评分,使用明确 1–5 rubrics 和 tension-plot。位于 competitive-report-structure 之前。
基于 SOC 职业分类
正在显示 SKILL.md
| name | everything-claude-code |
| description | everything-claude-code 的开发约定和模式。使用 Conventional Commits 的 JavaScript 项目。 |
从 affaan-m/everything-claude-code 生成于 2026-03-20
此技能向 Claude 教授 everything-claude-code 中使用的开发模式和约定。
在以下情况下激活此技能:
遵循基于 500 个分析提交的这些提交消息约定。
fixtestfeatdocs提交消息示例
feat(rules): add C# language support
提交消息示例
chore(deps-dev): bump flatted (#675)
提交消息示例
fix: auto-detect ECC root from plugin cache when CLAUDE_PLUGIN_ROOT is unset (#547) (#691)
提交消息示例
docs: add Antigravity setup and usage guide (#552)
提交消息示例
merge: PR #529 — feat(skills): add documentation-lookup, bun-runtime, nextjs-turbopack; feat(agents): add rust-reviewer
提交消息示例
Revert "Add Kiro IDE support (.kiro/) (#548)"
提交消息示例
Add Kiro IDE support (.kiro/) (#548)
提交消息示例
feat: add block-no-verify hook for Claude Code and Cursor (#649)
此项目使用 混合 模块组织。
.github/workflows/ci.yml.github/workflows/maintenance.yml.github/workflows/monthly-metrics.yml.github/workflows/release.yml.github/workflows/reusable-release.yml.github/workflows/reusable-test.yml.github/workflows/reusable-validate.yml.opencode/package.json.opencode/tsconfig.json.prettierrceslint.config.jspackage.json| 元素 | 约定 |
|---|---|
| 文件 | camelCase |
| 函数 | camelCase |
| 类 | PascalCase |
| 常量 | SCREAMING_SNAKE_CASE |
首选导入风格
// 使用相对导入
import { Button } from '../components/Button'
import { useAuth } from './hooks/useAuth'
未检测到特定测试框架 — 使用仓库的现有测试模式。
*.test.js此项目配置了覆盖率报告。目标是 80% 以上的覆盖率。
标准错误处理模式
try {
const result = await riskyOperation()
return result
} catch (error) {
console.error('Operation failed:', error)
throw new Error('User-friendly message')
}
这些工作流是从分析提交模式中检测到的。
带有迁移文件的数据库架构更改
频率:约每月 2 次
步骤:
通常涉及的文件:
**/schema.*migrations/*示例提交序列:
feat: implement --with/--without selective install flags (#679)
fix: sync catalog counts with filesystem (27 agents, 113 skills, 58 commands) (#693)
feat(rules): add Rust language rules (rebased #660) (#686)
标准功能实现工作流
频率:约每月 22 次
步骤:
通常涉及的文件:
manifests/*schemas/***/*.test.***/api/**示例提交序列:
feat(skills): add documentation-lookup, bun-runtime, nextjs-turbopack; feat(agents): add rust-reviewer
docs(skills): align documentation-lookup with CONTRIBUTING template; add cross-harness (Codex/Cursor) skill copies
fix: address PR review — skill template (When to use, How it works, Examples), bun.lock, next build note, rust-reviewer CI note, doc-lookup privacy/uncertainty
向规则系统添加新的编程语言,包括编码风格、钩子、模式、安全和测试指南。
频率:约每月 2 次
步骤:
通常涉及的文件:
rules/*/coding-style.mdrules/*/hooks.mdrules/*/patterns.mdrules/*/security.mdrules/*/testing.md示例提交序列:
Create a new directory under rules/{language}/
Add coding-style.md, hooks.md, patterns.md, security.md, and testing.md files with language-specific content
Optionally reference or link to related skills
向系统添加新技能,记录其工作流、触发器和用法,通常带有支持脚本。
频率:约每月 4 次
步骤:
通常涉及的文件:
skills/*/SKILL.mdskills/*/scripts/*.shskills/*/scripts/*.js示例提交序列:
Create a new directory under skills/{skill-name}/
Add SKILL.md with documentation (When to Use, How It Works, Examples, etc.)
Optionally add scripts or supporting files under skills/{skill-name}/scripts/
Address review feedback and iterate on documentation
向系统添加新 agent,用于代码审查、构建解决或其他自动化任务。
频率:约每月 2 次
步骤:
通常涉及的文件:
agents/*.mdAGENTS.mdREADME.mddocs/COMMAND-AGENT-MAP.md示例提交序列:
Create a new agent markdown file under agents/{agent-name}.md
Register the agent in AGENTS.md
Optionally update README.md and docs/COMMAND-AGENT-MAP.md
添加或更新工作流入口点。默认技能优先;仅当仍然需要旧式斜杠兼容性时才添加命令填充。
频率:约每月 1 次
步骤:
通常涉及的文件:
skills/*/SKILL.mdcommands/*.md(仅当故意保留旧式填充时)示例提交序列:
Create or update the canonical skill under skills/{skill-name}/SKILL.md
Only if needed, add or update commands/{command-name}.md as a compatibility shim
将 AGENTS.md 和 README.md 中记录的 agent、技能和命令计数与实际仓库状态同步。
频率:约每月 3 次
步骤:
通常涉及的文件:
AGENTS.mdREADME.md示例提交序列:
Update agent, skill, and command counts in AGENTS.md
Update the same counts in README.md (quick-start, comparison table, etc.)
Optionally update other documentation files
为不同的 agent harness(例如 Codex、Cursor、Antigravity)添加技能副本,以确保跨平台兼容性。
频率:约每月 2 次
步骤:
通常涉及的文件:
.agents/skills/*/SKILL.md.cursor/skills/*/SKILL.md.agents/skills/*/agents/openai.yaml示例提交序列:
Copy or adapt SKILL.md to .agents/skills/{skill}/SKILL.md and/or .cursor/skills/{skill}/SKILL.md
Optionally add harness-specific openai.yaml or config files
Address review feedback to align with CONTRIBUTING template
添加或更新 git 或 bash 钩子以执行工作流、质量或安全策略。
频率:约每月 1 次
步骤:
通常涉及的文件:
hooks/*.hookhooks/hooks.jsonscripts/hooks/*.jstests/hooks/*.test.js.cursor/hooks.json示例提交序列:
Add or update hook scripts in hooks/ or scripts/hooks/
Register the hook in hooks/hooks.json or similar config
Optionally add or update tests in tests/hooks/
通过更新文档、脚本或配置来解决代码审查反馈,以提高清晰度、正确性或约定对齐。
频率:约每月 4 次
步骤:
通常涉及的文件:
skills/*/SKILL.mdagents/*.mdcommands/*.md.agents/skills/*/SKILL.md.cursor/skills/*/SKILL.md示例提交序列:
Edit SKILL.md, agent, or command files to address reviewer comments
Update examples, headings, or configuration as requested
Iterate until all review feedback is resolved
基于代码库分析,遵循这些实践:
此技能由 ECC Tools 自动生成。根据您的团队需要审查和定制。