Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
GitHub 저장소

agent-essentials

agent-essentials에는 ronsanzone에서 수집한 skills 28개가 있으며, 저장소 수준 직업 범위와 사이트 내 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