基于 SOC 职业分类
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/tools-only/X-Skills --skill codex命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
Index of Build Systems Skills
Coordination patterns for distributed dataflow systems including barriers, epochs, and distributed snapshots
Windowing, sessionization, time-series aggregation, and late data handling for streaming systems
| description | Sync root README.md with current skills inventory from skills/ directory |
Update the root README.md "Available Skills" table with all skills currently in the skills/ directory. This command scans skills, reads their metadata, categorizes them, and regenerates the table.
Use Bash to list all skill directories:
ls -1 skills/
For each skill directory found, proceed to step 2.
For each skill, read the SKILL.md frontmatter to extract:
name: field (skill identifier)description: field (what the skill does)Use the Read tool to read skills/[skill-name]/SKILL.md and extract the YAML frontmatter between the --- markers.
Example:
---
name: codex
description: Use when the user asks to run Codex CLI for code analysis...
---
Extract both fields for table generation.
Assign each skill to a category based on its purpose. Use this mapping:
| Category | Emoji | Keywords in name/description |
|---|---|---|
| AI Tools | 🤖 | codex, gemini, perplexity, ai, llm, model |
| Meta | 🔮 | command-creator, plugin-forge, plugin, command |
| Documentation | 📝 | docs, documentation, handoff, requirements, diagram, mermaid, draw, excalidraw, marp, slide, c4-architecture |
| Development | 🛠️ | session, handoff, entropy, development, workflow, database, dependency |
| Design & Frontend | 🎨 | design, frontend, ui, openapi, typescript, system |
| Utilities | 🔧 | domain, meme, web-to-markdown, utility, tool, datadog |
| Planning | 🎯 | plan, planning, spec, forge, gepetto, requirements, clarity, game-changing, features |
| Professional | 👔 | professional, communication, career, soft-skill, feedback, conversation |
| Testing | 🧪 | test, testing, qa, quality |
| Git | 📦 | commit, git, branch, pr, pull-request |
Categorization logic:
Create a markdown table with this exact format:
## 📚 Available Skills
| Category | Skill | Description |
|----------|-------|-------------|
| 🤖 AI Tools | [codex](skills/codex/README.md) | Advanced code analysis with GPT-5.2 |
| 🤖 AI Tools | [gemini](skills/gemini/README.md) | Large-scale review (200k+ context) |
...
Table structure:
Sorting:
Description shortening:
Use the Edit tool to replace the "Available Skills" section in the root README.md.
Find and replace:
## 📚 Available Skills--- separator or next ## heading)Important:
--- separator after the tableAfter updating README.md, report to the user:
✅ README.md updated successfully
📊 Summary:
- Total skills: [count]
- Categories: [list of categories with counts]
- Skills added/updated: [list if any changes detected]
The Available Skills table in README.md now reflects all skills in the skills/ directory.
If a skill directory doesn't have SKILL.md:
If SKILL.md doesn't have required frontmatter:
If README.md section not found: