用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/kdeldycke/dotfiles --skill repomatic-topics命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
| name | repomatic-topics |
| description | Optimize GitHub topics for discoverability by analyzing competition on topic pages. |
| compatibility | Designed for Claude Code. Recommended model: Sonnet. |
| allowed-tools | Bash Read Grep Glob WebFetch WebSearch Agent Edit |
| argument-hint | [audit|apply] |
!grep -A1 '^\[project\]' pyproject.toml 2>/dev/null | tail -1
!gh api repos/{owner}/{repo} --jq '.topics | join(", ")' 2>/dev/null || echo "NO_GH_ACCESS"
You help users optimize their GitHub repository topics (tags) for maximum discoverability, balancing accuracy with competitive positioning on GitHub topic pages.
pyproject.toml for the project name, description, and keywords list.gh api to fetch the current GitHub topics from the repo.audit (default when $ARGUMENTS is empty): Analyze current topics and recommend changes. Do not apply.apply: Analyze, confirm with the user, then apply via gh api --method PUT repos/{owner}/{repo}/topics.Inventory features. Read the codebase (CLI commands, workflows, config options) to understand what the project actually does.
Assess current topics. For each existing topic, fetch https://github.com/topics/{topic} and evaluate:
Classify competitiveness. For each topic:
Propose candidate topics. Search for niche topics where the repo could rank in the top 3. Look for:
github-labels, reusable-workflows) over generic ones (e.g., labels, ci-cd).python-automation vs automation).Present recommendations. Show a table with:
GitHub allows up to 20 topics. Fill all 20 slots — unused slots are wasted discoverability.
If the repository name starts with awesome-, it must have both the awesome and awesome-list topics. This is enforced by awesome-lint. Flag any missing required topic during audit, and add them during apply.
gh api --method PUT repos/{owner}/{repo}/topics) and pyproject.toml keywords to stay in sync.pyproject.toml keywords serve PyPI search — keep them aligned with GitHub topics.Push the change: lint.yaml validates the updated pyproject.toml, and the new GitHub topics take effect immediately.
Refresh the current Claude Code session's title (shown in /resume picker and terminal tab). Trigger on "rename session", "refresh session title", "update tab title", "set session title to ...".
Scan a release on VirusTotal and generate false positive submission instructions for flagged AV vendors.
Monitor CI tests, lint, autofix, docs, and Nuitka binary-build workflows, diagnose failures, fix code, commit, and loop until all stable jobs pass. Ignores unstable failures.
基于 SOC 职业分类