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

ai

ai 收录了来自 anutron 的 53 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
53
Stars
7
更新
2026-06-20
Forks
1
职业覆盖
7 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

bugbash
软件质量保证分析师与测试员

Use when the user wants to do a QA session or report multiple bugs — interactive session where bugs are reported conversationally and agents fix them in parallel

2026-06-20
agent-driven-development
软件开发工程师

Use when executing implementation plans with independent tasks — orchestration pattern for worktree isolation, TDD discipline, and two-stage review. Referenced by execute-plan, fixit, and bugbash.

2026-06-20
fixit
软件开发工程师

Use when the user reports a bug or issue that can be fixed without blocking their current work — backgrounds an agent in a worktree to fix and merge back without breaking stride

2026-06-20
ralph-review
软件质量保证分析师与测试员

Use after implementing changes in an OpenSpec project to review implementation against the active change's deltas — auto-fixes confident issues, parks questions for the user

2026-06-20
anutron-install
软件开发工程师

Install the anutron (claude-skills) kit into the current project — symlinks or copies skills, registers hooks, compiles CLAUDE.md from snippets.

2026-06-01
anutron-uninstall
软件开发工程师

Uninstall the anutron (claude-skills) kit from the current project — reverses everything /anutron-install did.

2026-06-01
bash-style
软件开发工程师

Reference for bash patterns that trigger Claude Code permission guardrails (static-analysis flags that allowlist rules cannot silence). Load when about to run bash with `cd <repo> && git ...`, `$(...)`, backticks, heredocs, inline `python3 -c` / `node -e` / `ruby -e` / `perl -e`, multi-line shell logic with variables/conditionals, or before allowlisting a new script path. Also covers always-prompt verbs and the `git -C` known gap.

2026-06-01
debug
软件开发工程师

Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes — multi-agent competing hypotheses debugging

2026-06-01
handoff
软件开发工程师

Generate a handoff prompt to pass context to another agent thread. Use when switching repos, handing off work, or sharing context between agents.

2026-06-01
improve
软件开发工程师

Use at the end of a session to run a retrospective — upgrades skills, fixes codebase gaps, and captures durable knowledge

2026-06-01
kickoff
软件开发工程师

Use when starting a brand new project from scratch -- runs discovery, picks a tech stack tier, then hands off to brainstorm and build. Guides non-technical and technical users alike.

2026-06-01
migrate-to-openspec
软件开发工程师

Use when a project has legacy AI-RON specs (a `.specs` file or top-level `specs/*.md`) but no `openspec/` directory and the user wants spec work. Convert a legacy AI-RON spec project (`.specs` file + `specs/*.md`) to OpenSpec layout with verifiable fidelity. One-time per project. Translator + verifier agents preserve every Given/When/Then case as an OpenSpec scenario, archive originals at `.workflow/legacy-specs/`, and install the new pre-commit hook + CLAUDE.md snippets.

2026-06-01
plannotator-specs
软件质量保证分析师与测试员

Interactive spec review via Plannotator. Use after writing a spec document (design doc, SPEC file) to let the user review it with inline annotations before committing. Auto-detects the most recently written spec file.

2026-06-01
upload-notion-image
软件开发工程师

Upload local images to Notion pages natively via the Notion API file upload flow. No external hosting needed — images live inside Notion. Use when embedding images in Notion pages.

2026-06-01
close-worktree
软件开发工程师

Use when done working in a git worktree and ready to merge it back to the main branch — asks whether to merge or squash

2026-05-26
execute-plan
软件开发工程师

Use when an OpenSpec change is approved and ready to implement — executes the change's tasks.md with agent-driven development, worktree isolation, TDD discipline, two-stage review, native Task dependencies for parallel execution, and `openspec archive` at the end.

2026-05-25
changelog
软件开发工程师

Use when the user asks for a changelog, release notes, or summary of recent changes

2026-05-25
guard
信息安全分析师

Use before any git commit to check for secrets, security antipatterns, and test breakage

2026-05-25
merge
软件开发工程师

Use when the user wants to merge the current branch to master — merges via GitHub PR

2026-05-25
pr
软件开发工程师

Use when code is ready to ship — opens a PR, waits for CI to pass, fixes failures, addresses review comments, and loops until fully green

2026-05-25
rereview
软件开发工程师

Use when a previous review missed something or the user wants a thorough second pass — re-review with fresh eyes, zero regressions, go slow and analyze everything

2026-05-25
save-w-specs
软件开发工程师

Use when ready to commit completed work — saves progress and verifies that behavioral code changes are accompanied by deltas in an active OpenSpec change (but never derives specs from code)

2026-05-25
spec-audit
软件开发工程师

Audit codebase spec coverage – inventory OpenSpec capabilities, map them to code, dispatch agents to find behavioral gaps. Use when the user wants to check spec health or find coverage holes.

2026-05-25
spec-recommender
软件开发工程师

Use when code exists without spec coverage to detect gaps, infer intent, and recommend OpenSpec capabilities + requirements. Output points the user at `openspec instructions specs` to scaffold the right structure.

2026-05-25
spec-todo
软件开发工程师

List, pick, and execute deferred work items from .workflow/todo/. Use when the user asks about backlog, deferred work, or what needs doing.

2026-05-25
spec-writer
软件开发工程师

Use whenever writing or updating OpenSpec artifact text — thin orchestrator around `openspec instructions <artifact>`. Returns enriched templates plus project context per artifact (proposal, design, tasks, specs).

2026-05-25
test
软件质量保证分析师与测试员

Use after writing or modifying code to run targeted tests and identify coverage gaps, before claiming code works

2026-05-25
unstaged
软件开发工程师

Use when the user wants to see what's changed or plan commits — shows uncommitted/unstaged changes grouped by logical commit themes

2026-05-25
write-skill
软件开发工程师

Use when creating a new skill or improving an existing one — applies best practices for structure, dynamic context, and safety

2026-05-25
airon-excluded
软件开发工程师

A personal skill matching the airon-* exclude pattern.

2026-05-23
brainstorm
软件开发工程师

Explore ideas and design solutions collaboratively before building.

2026-05-23
bugbash
软件质量保证分析师与测试员

Interactive QA session for reporting and fixing bugs in parallel.

2026-05-23
guard
信息安全分析师

Pre-commit quality gate — checks for secrets and test failures.

2026-05-23
personal-only
软件开发工程师

A personal skill that should not appear in non-full scopes.

2026-05-23
pr
软件开发工程师

Open a PR, wait for CI, fix failures, address review, loop until green.

2026-05-23
untagged
软件开发工程师

A skill with no tags field — only installable under scope=full.

2026-05-23
brainstorm
软件开发工程师

You MUST use this before any creative work -- creating features, building components, adding functionality, or modifying behavior. Explores intent, designs the solution, scaffolds an OpenSpec change folder (proposal + design + delta specs + tasks), and hands off to execution.

2026-05-23
devils-advocate
管理分析师

Use when the user wants to stress-test an idea, plan, or approach — challenges assumptions and finds weaknesses before committing

2026-05-23
doitright
项目管理专家

Pick the long-term-correct option from the choices you just presented. Use when the user types /doitright in response to a multi-option recommendation, meaning "go with the proper long-term fix unless there's a real downside beyond effort."

2026-05-23
eli5
技术写作员

Restate your prior response in plain, non-technical language and orient the user around the decision they need to make. Use when the user types /eli5 or asks to have something explained simply.

2026-05-23
当前展示该仓库 Top 40 / 53 个已收集 skills。
ai GitHub Agent Skills | SkillsMP