Answer a research question with authority, currency and the counter-argument.
لغة النص الأصلي: الإنجليزية
القائمة
Skills في هذا المستودع
جمع SkillsMP عدد ٨٦ من skills من vstorm-co/agenticos. افتح أي skill لمراجعة مصدره وتفاصيله.
vstorm-co/agenticosعرض ٤٠ من أصل ٨٦ skills مجمعة.
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…
لغة النص الأصلي: الإنجليزية