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

hero-skills

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

已收集 skills
18
Stars
5
更新
2026-07-25
Forks
1
职业覆盖
3 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

architecture
软件开发工程师

Create and converge a single root ARCHITECTURE.md — boundaries, dependency rules, invariants, decisions the code cannot state. sync converges (propose-confirm-write); review reports drift read-only.

2026-07-25
init-hero
软件开发工程师

Initialize Hero for a project. Investigates the repo, auto-detects the stack, confirms findings with smart questions, and creates HERO.md that all skills use.

2026-07-25
one-shot
软件开发工程师

Drive a small task end-to-end — plan, implement, simplify, push (tests included), self-review, mark ready, await review, respond, ship. No args: resume the current goal (gated). Small, low-risk PRs only.

2026-07-25
think-it-through
软件开发工程师

Brainstorm and grill an idea one question at a time into principal-level shared understanding, captured as dependency-aware work-items.

2026-07-25
wayfare
软件开发工程师

Sync a feature roadmap between the source repo and the HERO.md-configured target-design repo; features are SLC vertical slices with subtasks, definition of done, design feedback, and staleness flags.

2026-07-25
abandon
软件开发工程师

Abandon or pause work on a branch that hasn't merged — stash uncommitted changes, switch to the default branch, and clear conversation context.

2026-07-23
preflight
软件开发工程师

Run pre-flight checks for the hero-skills pipeline. Catches missing tooling, stale HERO.md, .env mismatches, busy ports — before any step does destructive work.

2026-07-23
handoff
软件开发工程师

Distill the current conversation into one self-contained work-item — context, decisions, remaining work, acceptance criteria — for a downstream agent with zero context from this session.

2026-07-22
harden
软件开发工程师

Audit the codebase for hardening opportunities — dependency CVEs, container CVEs (Scout + Trivy), code-level robustness — read-only, and emit execution-ready plans as .plans items. Never edits source.

2026-07-22
push-pr
软件开发工程师

Test (verify + smoke), commit, push, and open a draft PR with a CI report. Pass test to run only the test phase, ready for a non-draft PR, or a target branch to merge into.

2026-07-20
recomponentize-ui
软件开发工程师

Refactor a project's UI into atomic components (atoms/molecules/organisms/templates), sourcing primitives from a design-system registry when one is configured (default @aihero) or stock shadcn otherwise, and codemod off-token styling. Use when asked to recomponentize, refactor UI, adopt a design system, or clean up component structure.

2026-07-20
ship-pr
软件开发工程师

Trigger auto-approve on a PR, wait for the verdict, merge if it passes, and reset to the default branch. Use after hero-skills:review-pr and any bot review when the PR is ready to ship.

2026-07-20
create-project
软件开发工程师

Scaffold a new project. Supports standalone repos or monorepo subprojects. Creates Python (FastAPI/CLI/library), full-stack (FastAPI + Next.js/Vite), or Node.js projects with AGENTS.md.

2026-07-20
respond-to-comments
软件质量保证分析师与测试员

Read PR review comments, fix the code issues they raise, and resolve the conversations on GitHub. Handles the full respond-to-feedback cycle.

2026-07-19
review-pr
软件质量保证分析师与测试员

Review a PR with the pr-review-toolkit agents plus a security pass. No argument reviews your own draft PR and applies fixes. A PR number reviews the author's code via inline comments, no edits.

2026-07-19
audit-plugin
软件开发工程师

Audit the hero-skills plugin. Checks skill quality, consistency, DRY violations, HERO.md field coverage, and readability. Use before releasing changes to the plugin.

2026-07-19
create-skill
其他计算机职业

Create a new Claude Code skill, subagent, rule, or hook. Guides through trigger conditions, success criteria, and writes a well-structured SKILL.md. Use when extending Claude.

2026-07-19
setup-dev
软件开发工程师

Set up a developer's local environment. Reads HERO.md, checks required tools, guides through git config, CLI auth, and missing dependencies. Per-developer — never modifies shared files.

2026-07-19