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

rust-code

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

已收集 skills
8
Stars
31
更新
2026-04-12
Forks
10
职业覆盖
2 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

plan
软件开发工程师

Research codebase and create spec + phased implementation plan with file-level tasks

2026-04-12
autoresearch
软件开发工程师

Self-improving optimization via Karpathy autoresearch pattern. Generates → evaluates → scores → mutates prompts/descriptions in a loop. Targets — tool-selection, system-prompt, skill, decision-parser. Use when "optimize tools", "autoresearch", "improve skill X", "self-improve prompts", "optimize tool descriptions".

2026-03-19
swarm-improve
软件开发工程师

End-to-end project improvement — plan, branch, delegate execution, verify. Calls /plan for analysis, then delegates fixes to agents. Use when "improve project", "swarm improve", "send agents to fix", "refactor project X", "upgrade project". Do NOT use for planning only (use /plan), single tasks (use /delegate), or own codebase (use /self-evolve).

2026-03-19
bighead
软件开发工程师

Autonomous task loop — iterate on a task until done, commit after each step, run tests. Use when "run in loop", "autonomous mode", "keep working", "don't stop", "bighead mode", "--loop". Do NOT use for one-shot tasks (just run normally) or self-improvement (use /self-evolve).

2026-03-19
find-skills
软件开发工程师

Discover and install agent skills from skills.sh (60K+ skills). Use when "find a skill", "search skills", "is there a skill for", "install skill", "skill catalog". Do NOT use for auditing existing skills (use /skill-audit) or browsing local skills (use `skills list`).

2026-03-19
self-evolve
软件开发工程师

Self-improvement mode — analyze past sessions for recurring failures, patch own code, test, commit, rebuild. Use when "evolve", "self-improve", "fix yourself", "analyze sessions", "--evolve". Do NOT use for normal coding (use /bighead) or delegating tasks (use /delegate).

2026-03-19
delegate
软件开发工程师

Orchestrate multiple CLI agents in parallel — delegate tasks to claude/gemini/codex/opencode/rust-code via .tasks/ system. Use when "delegate to", "spawn agents", "parallel analysis", "send task to claude", "run in background", "orchestrate agents". Do NOT use for in-process sub-agents (use spawn_agent) or single bash commands (use bash_bg).

2026-03-19
solo-skill-audit
软件质量保证分析师与测试员

Audit a skill against Anthropic's best practices checklist — 12 dimensions, scored 0-24. Use when user says "audit skill", "review skill quality", "check skill", "skill score", "skill checklist", or "is this skill good". Do NOT use for KB audits (use /audit) or code review (use /review).

2026-03-19