Answer a research question with authority, currency and the counter-argument.
원문 언어: 영어
메뉴
이 저장소의 skills
SkillsMP는 vstorm-co/agenticos에서 86개의 skill을 수집했습니다. skill을 열어 소스와 세부 정보를 확인하세요.
vstorm-co/agenticos수집된 skill 86개 중 40개를 표시합니다.
Answer a research question with authority, currency and the counter-argument.
원문 언어: 영어
Capture a new matter completely, and run the conflict and scope questions first.
원문 언어: 영어
Write a time narrative a client will pay without querying.
원문 언어: 영어
Detect a shipment going wrong and act before the customer notices.
원문 언어: 영어
Verify a delivery against the order and record what is wrong before it is signed for.
원문 언어: 영어
Turn a maintenance backlog into a sequence that fits the production plan.
원문 언어: 영어
Explain what the schedule can absorb, and what a change costs.
원문 언어: 영어
Record a deviation, contain it, and set up the investigation without pre-judging it.
원문 언어: 영어
Capture a near miss or unsafe condition so it produces an action, not a statistic.
원문 언어: 영어
Hand over a line so the next shift starts informed rather than discovering.
원문 언어: 영어
Raise a nonconformance with the evidence a supplier cannot dispute.
원문 언어: 영어
Answer from the right revision of a drawing or manual, and say which one.
원문 언어: 영어
Take a machine fault from symptom to the documented procedure, safely.
원문 언어: 영어
Check a public document or page against the standard and say what to fix.
원문 언어: 영어
Classify a reported fault, set the response class, and dispatch with the right detail.
원문 언어: 영어
Answer procedural questions from published information and route everything else correctly.
원문 언어: 영어
Track a complaint through its statutory stages and never miss an escalation right.
원문 언어: 영어
Log, clarify and route a request for information within the statutory clock.
원문 언어: 영어
Check an application against published criteria and list what is missing.
원문 언어: 영어
Produce minutes that record decisions, actions and dissent, not the discussion.
원문 언어: 영어
Rewrite a policy so a resident can act on it, without changing what it means.
원문 언어: 영어
Answer a bidder's clarification correctly, and publish it to every bidder.
원문 언어: 영어
Tell residents what is affected, what to do meanwhile, and when it returns.
원문 언어: 영어
Answer integration questions with a request that works, and diagnose from status codes.
원문 언어: 영어
Capture a decision, the options rejected, and the cost accepted.
원문 언어: 영어
Turn a report into something reproducible, or say precisely what is missing.
원문 언어: 영어
Explain an outage to customers honestly, without leaking internals or blaming a person.
원문 언어: 영어
Judge whether an upgrade is safe, and say what to test.
원문 언어: 영어
Turn an alert into a severity, an owner and a first hypothesis within minutes.
원문 언어: 영어
Answer a new engineer's questions from the repository's own docs, with the file path.
원문 언어: 영어
Review a diff against the repository's own conventions, in the order a maintainer does.
원문 언어: 영어
Turn merged changes into notes a user can act on, grouped by what they mean.
원문 언어: 영어
Write a runbook somebody woken at 3am can follow without thinking.
원문 언어: 영어
Write or fix the documentation site — add a page, update one after a behaviour change, fix a dead link or a failing docs build, add a diagram or an icon, or wire a new page into the nav. Use whenever docs/ or mkdocs.yml is touched, and whenever a code change…
원문 언어: 영어
Change the PostgreSQL schema with Alembic — add or alter a table, column, index or constraint, backfill data, or tighten a rule on a column that already holds rows. Use whenever a SQLAlchemy model changes, and whenever a validation rule narrows on a field…
원문 언어: 영어
Gate a route or a service on who may do it — add a permission, wire a role, decide between require() and resolve_access, share a resource with a grant, or debug "this user can see something they should not" and "a Viewer with an edit grant is being refused".…
원문 언어: 영어
Work with the knowledge base — ingest documents, run semantic search, manage collections, add a sync connector (Google Drive, S3), change a parser or an ingestion setting. Use when populating or debugging retrieval, when a document upload fails or dies…
원문 언어: 영어
Store, read or rotate a credential — a provider API key, a channel bot token, an MCP token, a third-party service key — or add a new secret kind. Use whenever a change touches a credential at rest, whenever something needs to be encrypted, and whenever…
원문 언어: 영어
Add or change what an agent can do — a new tool the model can call, a new capability (knowledge, web search, charts, a guardrail, a compaction strategy), a tool rename, or a per-tool approval gate. Use whenever the ask is "give the agent a new…
원문 언어: 영어
Build or change a page, view or data-driven feature in the Next.js frontend — a route under the dashboard, wiring UI to a backend endpoint, a Zustand store, a permission that must hide a control, or localized copy. Use for any work in frontend/src, including…
원문 언어: 영어