Compute and monitor the dates a matter turns on, and escalate before they bite.
Skills in this repository
vstorm-co/agenticos - Page 2
SkillsMP has collected 86 skills from vstorm-co/agenticos. Open a skill to review its source and details.
vstorm-co/agenticosShowing 40 of 86 collected skills.
Sort documents for relevance and privilege, and never decide privilege alone.
Extract the operative terms of an agreement and flag what deviates from the standard.
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.
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…