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

agent-essentials

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

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

这个仓库中的 skills

bruh
其他计算机职业

Restate the last message in plain human language, with no jargon.

2026-07-12
facts
其他计算机职业

Give a capable engineer a concise briefing on the critical facts and implications of an effort before it is built or after it is completed. Use when the human explicitly invokes $facts, and never otherwise; do not invoke this skill automatically.

2026-07-12
vendor-skills-repo
其他计算机职业

Vendor skills from a GitHub repository into this repo. Use when asked to import, vendor, list, add, or update skills from another skills repository while preserving provenance and detecting local edits.

2026-07-06
investigate-and-fix
软件开发工程师

Use when given a well-scoped bug fix or small feature ticket from Jira. Investigates the ticket, researches the codebase, proposes a fix, then plans and implements on approval. Lighter alternative to the full deep-work pipeline for tickets that don't need multi-session design discussion.

2026-07-06
refine-ticket
项目管理专家

Use when starting work on a ticket that needs refinement before entering the deep-work pipeline. Reads from Jira, pasted text, or a file, then interactively refines it into a structured ticket.md.

2026-07-06
session-retrospective
项目管理专家

Use when a session is ending and you want to analyze process efficiency. Triggers on requests to review how a session went, evaluate context usage, or identify workflow improvements.

2026-07-06
executor-usage
其他计算机职业

Load this skill before calling the `execute` tool. Teaches the Executor sandbox calling model: discover with `tools.search({ query, limit })`, inspect with `tools.describe.tool({ path })`, list sources with `tools.executor.sources.list({})`, then call the real tool by its full address. Use for SaaS APIs, remote systems, MCP/OpenAPI/GraphQL integrations, and auth/approval-managed actions.

2026-07-06
code-tour
软件开发工程师

Use when you need to deeply understand a PR, branch, or system/feature end-to-end. Triggers on "explain this PR", "walk me through", "how does X work", "tour of this change", "help me understand this system", "ramp me up on".

2026-06-27
html-report
网页开发工程师

Use when phrases like 'give me an html report' are used in prompts or skills. Use when a caller has compiled content (sections, prose, code, diagrams) and wants to render it as a self-contained HTML technical report. Owns structural UX (TOC, scroll-spy, progress bar, marginalia, collapsible sections, SVG diagram cards) and visual design languages. Used by code-tour; intended for future report-producing skills.

2026-06-27
local-code-review
软件质量保证分析师与测试员

Use when reviewing local branch changes before creating a PR. Triggers on requests to review current work, check branch quality, or get feedback on uncommitted or committed changes against the parent branch.

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

Use when you need fast, interactive code review of a PR with detailed explanations. Triggers on exploratory reviews, learning-focused feedback, or when you want to discuss findings before any action.

2026-06-27
quiz
其他高等院校教师

Use when you the user requests a quiz to test their understanding of a topic.

2026-06-27
submit-pr
软件开发工程师

Use when a feature branch is ready for PR creation or an existing PR needs updates pushed. Triggers on "create PR", "submit PR", "push PR", "open PR", "write PR description", "fill out PR template", or when implementation is complete and needs to go upstream. Accepts optional context file paths for richer PR descriptions.

2026-06-27
yeet
软件开发工程师

One-shot end-of-session shipping workflow. Use when the user says "yeet", wants zero-friction local changes to become a Jira-backed commit and draft PR, or asks to create/commit/push/submit a PR in one flow. Accepts an optional Jira key, Jira URL, or ticket title.

2026-06-27
adversary-code-review-opencode
软件质量保证分析师与测试员

Use when code changes need independent adversarial review from a different model. Accepts git SHA range and optional spec file for compliance checking.

2026-05-31
adversary-plan-review-opencode
软件开发工程师

Use when an implementation plan needs independent adversarial review from a different model before implementation begins. Accepts plan file path or deep-work topic slug.

2026-05-31
generate-postman-collection
软件开发工程师

Use when the user wants to generate a Postman collection JSON file for a set of API endpoints. Triggers on requests to create Postman configs, API testing collections, or REST client imports from source code.

2026-05-31
opencode-consult
软件开发工程师

Consult opencode for a second opinion on design, review, or analysis. Building block skill — invoke when another skill or the user requests consultation. Uses server mode for observability (attach via TUI or browser).

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

Use when reviewing a pull request and you want to examine issues before posting comments. Triggers on PR review requests where human judgment on findings is needed.

2026-05-31
rpi-implement
软件开发工程师

Use when you have a plan from /rpi-plan (or any dw-05-format plan.md at ~/notes/context-engineering/<repo>/<slug>/) and want to execute it. Dispatches a fresh subagent per task with two-stage review (spec compliance → code quality), then runs a baked-in end-of-implementation audit that re-runs success criteria, checks the diff against the plan, and dispatches /quick-review across the SHA range.

2026-05-31
rpi-plan
软件开发工程师

Use after /rpi-research when you want an interactive, gated plan-creation flow. Produces a dw-05-format plan.md at ~/notes/context-engineering/<repo>/<slug>/ that /rpi-implement can execute. Interactive: presents understanding, design options, phase outline, then draft — each gated on user approval.

2026-05-31
rpi-research
软件开发工程师

Use when starting the RPI flow and you want to deeply understand a question, system, or feature by reading the codebase before planning. Produces a durable research artifact at ~/notes/context-engineering/<repo>/<slug>/research.md that rpi-plan consumes.

2026-05-31
software-design-philosophy
软件开发工程师

Use when reviewing code, designing features, or evaluating architecture decisions. Surfaces the most relevant design principles and red flags from "A Philosophy of Software Design" contextually.

2026-05-31
subagent-orchestrator
其他计算机职业

orchestrate sub-agents to accomplish complex long-horizon tasks without losing coherency by delegating to sub-agents

2026-05-31
tmux-stalker
网络与计算机系统管理员

Use when investigating issues across terminal sessions, reviewing output from long-running processes, checking logs in other panes, or gathering context from multiple terminal workspaces during debugging or operations.

2026-05-31
tmux-stalker-summarized
网络与计算机系统管理员

Use when needing context-efficient summaries of tmux pane content - test output, stack traces, application logs, or terminal narrative. Returns structured summaries instead of raw output to preserve conversation context.

2026-05-31
implement-plan
软件开发工程师

Use when you have a plan written by /write-plan, or any dw-05-format plan at ~/notes/context-engineering/<repo>/<slug>/plan.md, and want to execute it. Use this rather than executing-plans when subagents are available.

2026-05-28
write-plan
软件开发工程师

Use when you have a small, well-scoped change that needs an implementation plan but doesn't warrant the deep-work pipeline's research/design phases. Use instead of investigate-and-fix when you want a durable plan artifact rather than a transient EnterPlanMode plan.

2026-05-28
agent-essentials GitHub Agent Skills | SkillsMP