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

agents

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

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

这个仓库中的 skills

restack
软件开发工程师

Use this skill to rebase gh-stack branches and resolve conflicts. Replaces raw git rebase for stack workflows. Triggers: restack, rebase, rebase on main, branches out of date, resolve conflicts.

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

Use this skill for GitHub Stacked PRs (gh-stack) stack status, branch creation, stack navigation, restructuring a stack, or general gh-stack operations. Replaces raw git checkout -b, git rebase, git push, and gh pr create for stack workflows.

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

Use this skill to push a gh-stack stack and create or update stacked pull requests. Replaces git push and gh pr create for stack workflows. Triggers: push, ship it, send this up, submit, update PRs, create PR, push stack, send PRs.

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

Use this skill to sync a gh-stack stack with its remote and trunk. Triggers: sync, update from main, update from trunk, pull trunk, refresh stack.

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

Use this skill for GitHub Stacked PRs (gh-stack) stack status, branch creation, stack navigation, restructuring a stack, or general gh-stack operations. Replaces raw git checkout -b, git rebase, git push, and gh pr create for stack workflows.

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

Use this skill to sync a gh-stack stack with its remote and trunk. Triggers: sync, update from main, update from trunk, pull trunk, refresh stack.

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

Create a new branch using the repo-preferred stack tool. Use when the user asks to start work, create a branch, switch to a new task branch, or begin an issue.

2026-07-25
visual-explainer
网页开发工程师

Generate self-contained HTML visual explanations for systems, code changes, plans, data, and technical concepts. Use for diagrams, architecture overviews, diff or plan reviews, project recaps, comparison tables, slide decks, and other visual explanations.

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

Implement one bounded change from conversation context or a named vault artifact through TDD, verification, code review, and commit.

2026-07-23
to-spec
软件开发工程师

Turn settled conversation and codebase context into an implementation-ready vault spec that can be implemented directly or optionally split into tickets.

2026-07-23
to-tickets
软件开发工程师

Split settled conversation or an implementation-ready artifact into independently deliverable tracer-bullet tickets when explicit work decomposition is useful.

2026-07-23
computer-use
软件开发工程师

Control local Mac apps through Computer Use for reading or operating desktop UI when a purpose-built connector, API, or CLI is not available.

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

Review changes since a fixed point along two independent axes: repository standards and the governing vault spec or ticket. Runs both reviews in parallel sub-agents and reports them side by side. Use for branch, PR, or work-in-progress review.

2026-07-09
diagnosing-bugs
软件开发工程师

Diagnosis loop for hard bugs and performance regressions. Use when the user says "diagnose"/"debug this", or reports something broken/throwing/failing/slow.

2026-07-09
domain-modeling
软件开发工程师

Build and sharpen a project's vault-backed domain model. Use when the user wants to pin down domain terminology, record a durable decision, or when another skill needs to maintain project language.

2026-07-09
grill-with-docs
软件开发工程师

Run a relentless one-question-at-a-time interview while recording resolved vocabulary and durable decisions in the project vault.

2026-07-09
grilling
项目管理专家

Grill the user relentlessly about a plan or design. Use when the user wants to stress-test a plan before building, or uses any 'grill' trigger phrases.

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

Compact the current conversation into a handoff document for another agent to pick up.

2026-07-09
improve-codebase-architecture
软件开发工程师

Scan a codebase for deepening opportunities, present them as a visual HTML report, then grill through whichever one you pick.

2026-07-09
improve-rust-tests
软件质量保证分析师与测试员

Improve Rust test suites with a wide, evidence-grounded pass over placement, coverage, readability, and tooling. Use when the user asks to improve Rust tests, adopt stronger Rust testing practices, add property tests, reorganize unit/integration tests, or modernize a Rust project toward TDD guidance.

2026-07-09
prototype
软件开发工程师

Build a throwaway prototype to answer a design question. Use when the user wants to sanity-check whether a state model or logic feels right, or explore what a UI should look like.

2026-07-09
research
软件开发工程师

Investigate a question against high-trust primary sources and capture cited findings in a vault research artifact. Use when the user wants a topic researched, documentation or API facts gathered, or reading legwork delegated.

2026-07-09
resolving-merge-conflicts
软件开发工程师

Use when you need to resolve an in-progress git merge/rebase conflict.

2026-07-09
brief
软件开发工程师

Create or revise a compact durable vault brief/PRD from settled intent, optionally using visual review artifacts for UX/workflow clarity. Use after `$grill` or equivalent context when the desired behavior, scope, non-goals, acceptance model, risks, and verification strategy are ready for user review.

2026-07-09
crit
软件质量保证分析师与测试员

Run an adversarial review of local changes, branch diffs, or PRs without inventing work. Use when the user asks for review, critique, sanity check, or requested-changes prep.

2026-07-09
design
软件开发工程师

Creates or revises a compact QRDSPI Design Discussion artifact that chooses the solution direction and records tradeoffs. Use when evidence and user context are sufficient to decide desired behavior, boundaries, and architectural approach.

2026-07-09
diagnose
软件开发工程师

Diagnose hard bugs or performance issues with reproduction, minimization, instrumentation, fixes, and regression tests. Use when the user asks to debug, investigate failures, or find root cause.

2026-07-09
grill-me
软件开发工程师

Challenge a plan or design with focused questions before side effects. Use when the user asks to be grilled, challenged, interrogated, or forced to clarify assumptions.

2026-07-09
grill
软件开发工程师

Grilling session that challenges a plan one decision at a time against the existing domain model, code reality, and durable decisions. Use when the user wants to stress-test a plan against their project's language and documented decisions while sharpening terminology and capturing resolved context inline.

2026-07-09
implement
软件开发工程师

Deliver one approved task through claim, TDD, verification, Plannotator review, commit, and agent-driven completion after user approval. Use when the user asks to implement a specific task or selected issue.

2026-07-09
improve-codebase-architecture
软件开发工程师

Find architecture-deepening refactor opportunities grounded in vault docs and code evidence. Use when the user asks to improve codebase architecture, module boundaries, cohesion, or AI navigability.

2026-07-09
issues
软件开发工程师

Turn an approved durable brief into a reviewed issue proposal and task records, optionally using visual review artifacts to validate task slicing. Use after `$brief` approval when implementation should be split into tracer-bullet tasks with structured bodies and clear acceptance criteria.

2026-07-09
plan
软件开发工程师

Publishes a tactical QRDSPI plan artifact and executable task set from settled context. Use when research/design/structure are sufficient to create vertical implementation tasks, blockers, verification, and handoff without reopening solution direction.

2026-07-09
plannotator-setup-goal
软件开发工程师

Turn an idea or objective into a goal package for /goal. Interviews the user, builds a reviewed fact sheet via Plannotator, then explores the codebase to produce an execution plan.

2026-07-09
question
软件开发工程师

Grills product or engineering intent against existing docs and code, then records resolved choices for later QRDSPI work. Use when a request needs vocabulary, scope, edge cases, defaults, or user preferences clarified before research, design, structure, plan, or implementation.

2026-07-09
research
软件开发工程师

Creates or revises a factual QRDSPI research artifact about current system reality: behavior, constraints, code paths, vocabulary, risks, and unknowns. Use when objective evidence is needed before design, structure, planning, or implementation.

2026-07-09
structure
软件开发工程师

Creates or revises a compact QRDSPI Structure Outline artifact that sketches implementation shape without task-level detail. Use when a chosen direction needs module seams, ordering, test seams, or review checkpoints clarified.

2026-07-09
tdd
软件开发工程师

Apply test-driven development with red-green-refactor cycles for a selected behavior or regression seam. Use when implementing a task that requires TDD discipline or a bug needs a durable regression test.

2026-07-09
triage
软件开发工程师

Triage vault research artifacts and tasks with category and stage metadata. Use when the user asks to classify, prioritize, tag, or prepare vault work for agents or humans.

2026-07-09
write-a-skill
软件开发工程师

Create new agent skills with proper structure, progressive disclosure, and bundled resources. Use when user wants to create, write, or build a new skill.

2026-07-09
当前展示该仓库 Top 40 / 71 个已收集 skills。
agents GitHub Agent Skills | SkillsMP