Skip to main content
在 Manus 中运行任何 Skill
一键导入
GitHub 仓库

rust-bin

rust-bin 收录了来自 jmagar 的 16 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
16
Stars
0
更新
2026-04-29
Forks
0
职业覆盖
4 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

add-domain
软件开发工程师

Scaffold a new domain module following the {{project-name}} spec layout. Creates all required files with correct structure and wires CLI, API, and MCP surfaces.

2026-04-29
agent-config
网络与计算机系统管理员

Specialized configuration help for Claude Code, Codex CLI, and Gemini CLI — skills, subagents, hooks, MCP servers, plugins, slash commands, permissions, settings, memory. Use whenever the user asks to add, modify, troubleshoot, or audit any agentic-CLI configuration. Trigger this skill aggressively for anything touching .claude/, .codex/, .gemini/, settings.json, config.toml, hooks.json, .mcp.json, AGENTS.md, GEMINI.md, or whenever the user mentions "Claude config", "Codex config", "Gemini config", "agent config", or any feature listed in the routing table — even if they don't explicitly ask to "configure" something.

2026-04-29
aurora-checklist
软件质量保证分析师与测试员

Authoritative checklist for reviewing apps/web/ changes — fully aligned with docs/design-docs/design-system-contract.md. Covers Aurora tokens, typography ramp, elevation, radius, scrollbar, import rules, shadcn bans, TanStack Query v5, logging, and auth. Preloaded by aurora-reviewer.

2026-04-29
check-agent-parity
软件开发工程师

Authoritative checklist for auditing parity between Claude Code, Codex CLI, and Gemini CLI configurations across skills, subagents, hooks, and MCP servers. Encodes the cross-platform mapping rules including the hook-event capability gap. Preloaded by agent-parity.

2026-04-29
check-llms-drift
软件开发工程师

Audit the docs/references llms.txt cache for drift — stale files, orphaned entries, and (optionally) version-bumped upstream releases. Each *-llms.txt is self-describing via YAML frontmatter; this skill reads that frontmatter and cross-references it against Cargo.lock / package.json. Used by sync-stack-llms before generating new entries.

2026-04-29
check-project-drift
软件开发工程师

Five drift checks for detecting where the codebase has outpaced documentation — knowledge map integrity, spec.md vs xtask parity, exec-plan lifecycle drift, stale active plans, ADR coverage gaps. Preloaded by drift-detector.

2026-04-29
manage-llms-txt
软件开发工程师

Manage llms.txt reference files in docs/references/. Create new entries from GitHub repos, refresh existing ones, list current entries, or remove obsolete ones — all via the bundled script. Use this skill whenever the user mentions creating an llms.txt for a specific GitHub repo (`/manage-llms-txt jmagar/lab`, `add a docs reference for owner/repo`, `pull docs for nextjs-form-validator`), refreshing the references (`refresh the llms.txt files`, `update our docs cache`, `re-pull all the references`), or auditing what's there (`what llms.txt files do we have`, `list the references`). Also handles removal (`remove the llms.txt for foo/bar`). The script is the source of truth — invoke it; don't re-derive its logic in conversation.

2026-04-29
mcp-registry-publish
软件开发工程师

Authoritative procedure for publishing an MCP server to the official MCP registry at registry.modelcontextprotocol.io — package metadata, server.json schema, authentication, validation, publish, and verification. Preloaded by mcp-publisher.

2026-04-29
mcp-tool-checklist
软件质量保证分析师与测试员

Authoritative checklist for new or modified MCP tools — token-consciousness rules, tool registration shape, and the 4-element description template. Sourced from spec.md § MCP Conventions + § Plan Integrations → MCP additions. Preloaded by mcp-tool-reviewer.

2026-04-29
promote-plan
软件开发工程师

REQUIRED whenever an execution plan's real-world state diverges from its directory location. MUST run when (a) starting work that has a proposed plan, (b) finishing work that has an active plan, (c) abandoning a proposed plan, or (d) the drift-detector flags LIKELY_ACTIVE / LIKELY_DONE / STALLED. Performs `git mv` between proposed/ → active/ → completed/, updates the Status line, and fixes cross-references. Skipping this leaves the docs lying about project state.

2026-04-29
release
软件开发工程师

Walk through the release-plz + cargo-dist + cocogitto release workflow. REQUIRED before tagging a release. Verifies clean state, runs all CI gates, validates the release-plz plan, walks the version bump and changelog, then drives the tag/push.

2026-04-29
security-baseline
信息安全分析师

Authoritative security checklist sourced from spec.md § Security baseline (L4302-4508). Covers CSP, OAuth callback, PKCE, JWKS, /api/v1/log CSRF, /mcp auth parity, stdio MCP, redact_url, and backtrace policy. Preloaded by security-reviewer.

2026-04-29
spec-check
软件质量保证分析师与测试员

Run {{project-name}} xtask enforcement gates before declaring work complete. Use before finishing any Rust code change.

2026-04-29
sync-claude-mds
软件开发工程师

Mirror every CLAUDE.md in the repo to AGENTS.md and GEMINI.md siblings via symlinks, so Codex (which reads AGENTS.md) and Gemini CLI (which reads GEMINI.md) see the same agent instructions Claude does. Use this skill whenever the user mentions syncing agent-context files, mirroring CLAUDE.md, refreshing AGENTS/GEMINI symlinks, or says things like "make Codex see our CLAUDE.md", "wire up AGENTS.md", "sync the claude memory files", or after creating a new nested CLAUDE.md anywhere in the repo (e.g. crates/core/CLAUDE.md, apps/web/CLAUDE.md). Walks the entire repo, handles nested cases, and refuses to clobber real AGENTS.md or GEMINI.md files. Idempotent — safe to invoke even when all symlinks are already correct.

2026-04-29
sync-skills
软件开发工程师

Wire `.agents/skills` as a symlink to `.claude/skills` so Codex and Gemini CLI can read skills from the same canonical location Claude does. Use this skill whenever the user mentions syncing skills across platforms, the `.agents/skills` directory is missing or broken, after cloning a fresh checkout, or when the user says things like "set up the skills mirror", "wire up the skills symlink", "make Codex see our skills", or "sync skills". Idempotent — safe to invoke even if the link is already in place. Also fires the underlying script automatically via PostToolUse hook on every edit under `.claude/skills/` so manual invocation is rarely needed in normal authoring flow.

2026-04-29
template-init
软件开发工程师

Post-cargo-generate setup for a new {{project-name}} project. Walks through first-run configuration, domain replacement, and tooling bootstrap.

2026-04-29
jmagar/rust-bin GitHub Skills | SkillsMP