← all publishers

stas2-git

@stas2-git source repo

44 published skills

  1. Workbook Action Executor · stas2-git bundle
    Use when a user wants to build, edit, reorganize, or clean up an Excel workbook through deterministic workbook actions instead of writing a one-off openpyxl script. Best for creating sheets, writing values or formulas, copying ranges, formatting ranges, sizing rows or columns, freezing panes, and other repeatable workbook edits.
    0 installs
  2. Workbook Macro Runner · stas2-git bundle
    Use when a workflow needs to open or attach to an Excel workbook, run a named macro, capture success or failure, and return structured execution results for autonomous workbook iteration.
    0 installs
  3. Region Ocr · stas2-git bundle
    Use when a task needs OCR over an image, the full screen, or an exact screen region, returning structured text, confidence, and bounding boxes without bundling clicks into the same skill.
    0 installs
  4. Kaggle Capstone Planner · stas2-git bundle
    Use when planning, scoping, validating, or preparing a Kaggle Agent capstone submission, including choosing a track, mapping requirements to deliverables, designing local evaluation, checking rules, or preparing the writeup/demo.
    0 installs
  5. Vba Module Sync · stas2-git bundle
    Use when a workflow needs to inspect or export VBA modules from an Excel workbook, and when write-side VBA injection must happen through Excel screen automation in the VBE rather than direct Python-to-VBProject automation.
    0 installs
  6. Workbook Change Planner · stas2-git bundle
    Use when a user has a workbook goal and the workflow needs a constrained implementation plan that maps the request to likely sheets, VBA modules, validation checks, and risk points before any code is generated.
    0 installs
  7. Region Capture · stas2-git bundle
    Use when a task needs a clean screenshot primitive such as full-screen capture or exact region capture, without bundling OCR or action logic into the same skill.
    0 installs
  8. Window Control · stas2-git bundle
    Use when a task needs macOS app or window activation, frontmost app inspection, window-title targeting, or saving and restoring app/window state before and after screen interaction work.
    0 installs
  9. Wait And Assert · stas2-git bundle
    Use when a task needs to poll screen state until text appears or disappears, assert that text exists, or fail cleanly after a timeout.
    0 installs
  10. Workbook Backup Versioning · stas2-git bundle
    Use when a workflow is about to change one or more Excel workbooks and needs timestamped backups, working copies, or other reversible safety rails before VBA injection or rebuild steps.
    0 installs
  11. Adk Ambient Agent · stas2-git bundle
    Use when building or adapting an ADK ambient/event-driven agent with scheduled work, Pub/Sub or event ingestion, normalized inputs, deterministic routing, LLM judgment, human review, state, traces, and evaluations.
    0 installs
  12. Adk Hitl Frontend · stas2-git bundle
    Use when designing or building a human-in-the-loop frontend for an ADK/Agent Runtime app, including pending approval queues, event correlation, session resume, function responses, manager dashboards, auth, audit, and Cloud Run/Pub/Sub wiring.
    0 installs
  13. Agent Skill Design · stas2-git bundle
    Use when designing, evaluating, packaging, or refactoring portable agent skills, especially deciding skill scope, trigger descriptions, progressive disclosure, references/scripts/assets, and skill evaluation cases.
    0 installs
  14. Live Workbook Editor · stas2-git bundle
    Use when a workbook is already open in Excel and the workflow needs to make live edits through the Excel session, such as writing cell values, formulas, formatting, sheet labels, freeze panes, or simple structural changes, without closing the workbook.
    0 installs
  15. Workbook Semantic Summarizer · stas2-git bundle
    Use when a decomposition text file is too large to reason over directly and the workflow needs a compact workbook brief covering purpose, key sheets, VBA entry points, inputs, outputs, and likely change surfaces.
    0 installs
  16. Agent Self Audit · stas2-git bundle
    Agent Self Audit
    0 installs
  17. Excel Session Manager · stas2-git bundle
    Use when a workflow needs to attach to a live Excel session, open or activate a workbook, switch sheets, save the workbook, or coordinate focus between Excel, the VDI, and later live-editing steps.
    0 installs
  18. Text Target Actions · stas2-git bundle
    Use when a task needs to locate visible text on screen and act on it, such as finding a match, returning the best target, or clicking the matched text box center.
    0 installs
  19. Adk Secure Lifecycle · stas2-git bundle
    Use when securing an ADK or tool-using agent with validation, authorization, guardrails, command hooks, secret scanning, STRIDE threat modeling, human gates, tests, and behavioral evaluation.
    0 installs
  20. Skill Evaluation Loop · stas2-git bundle
    Use when evaluating, improving, red-teaming, or promoting a skill through read-only, draft-only, or action-allowed tiers using trigger tests, execution tests, token budget checks, regression checks, and human review.
    0 installs
  21. Code Review Agent · stas2-git bundle
    Use when reviewing human- or AI-generated code changes, pull requests, diffs, or patches for correctness, regression risk, missing tests, security issues, oversized scope, spec mismatch, and production readiness.
    0 installs
  22. SQL Router · stas2-git bundle
    Use when any SQL task is requested in an actuarial or insurance context — including writing queries, joining tables, building loss triangles, computing loss ratios, connecting to a database, exploring schema, or executing queries against a live server.
    0 installs
  23. Agent Skills Router · stas2-git bundle
    Use when deciding which bundled agent skill to use for coding-agent workflow, agent engineering, skill design, ADK implementation, deployment, security, human review frontends, protocol selection, self-improvement, or Kaggle capstone planning.
    0 installs
  24. Excel Skills Router · stas2-git bundle
    Use when deciding which bundled Excel, workbook, spreadsheet, live Excel automation, VBA, screen interaction, backup, planning, summarization, or validation skill to use.
    0 installs
  25. Actuarial SQL · stas2-git bundle
    Use this skill when the user asks you to write, review, optimize, or explain SQL queries in an actuarial or insurance context — including loss triangles, claims analysis, reserving, premium calculations, policy/claims joins, and mortality studies. Also use for general SQL best practices, clean query writing, and join strategy.
    0 installs
  26. Spreadsheets · stas2-git bundle
    Use when a user requests to create, modify, analyze, visualize, or work with spreadsheet files (`.xlsx`, `.xls`, `.csv`, `.tsv`) or Google Sheets-targeted spreadsheet artifacts with formulas, formatting, charts, tables, and recalculation.
    0 installs
  27. Odbc Connector · stas2-git bundle
    Use this skill when the user wants to connect to a database, explore its schema, or execute SQL queries against a live server. Pairs with the actuarial-sql skill: actuarial-sql writes the query, odbc-connector executes it via connector.py.
    0 installs
  28. Excel Decompose · stas2-git bundle
    Use when a user wants to turn an Excel workbook such as .xlsx or .xlsm into an LLM-readable text dump that summarizes workbook structure, sheet names, formulas, values, and named ranges. Best for auditing workbook logic, preparing workbook context for model analysis, or comparing workbook versions.
    0 installs
  29. Spec Driven Agent Workflow · stas2-git bundle
    Use when converting vague intent into production-grade agent/coding work with specs, BDD scenarios, failing tests first, small diffs, evidence-based debugging, review summaries, policy gates, and human approval boundaries.
    0 installs
  30. Agent Observability Trace Review · stas2-git bundle
    Use when reviewing or debugging an agent run, trace, tool-call log, transcript, cost report, approval record, or suspicious final answer to inspect trajectory quality, context loaded, tool choices, retries, failures, cost, safety gates, and whether the final output is supported by the run.
    0 installs
  31. Agent Incident Retrospective · stas2-git bundle
    Use after an agent mistake, unsafe action, bad answer, tool misuse, missed instruction, loop, user correction, production incident, or near miss to identify root cause, failed boundary, missing eval, missing guardrail, and the regression case that should prevent recurrence.
    0 installs
  32. Stride Threat Model · stas2-git bundle
    Perform a systematic STRIDE security assessment of the current codebase and architecture. Use when starting an implementation phase, reviewing agent tools or workflows, changing trust boundaries, or producing or updating threat_model.md.
    0 installs
  33. Live Worksheet Builder · stas2-git bundle
    Use when a user wants to build or substantially lay out a worksheet in an already-open Excel workbook so they can watch the sheet appear live, including creating tabs, writing blocks of values or formulas, applying formatting, widths, panes, gridlines, and saving without closing Excel.
    0 installs
  34. Live Workbook Inspector · stas2-git bundle
    Use when a workbook is already open in Excel and the workflow needs to inspect the live session state, such as active sheets, ranges, formulas, values, formatting, tables, or named ranges, without rewriting the file on disk.
    0 installs
  35. Adk Runtime Deployment · stas2-git bundle
    Use when packaging, testing, deploying, monitoring, or rolling back an ADK agent on Google Agent Runtime with Agents CLI, Terraform, runtime adapters, artifacts, IAM, regions, telemetry, and remote validation.
    0 installs
  36. Agent Eval Case Builder · stas2-git bundle
    Use when creating evaluation cases, datasets, rubrics, golden prompts, red-team prompts, regression tests, LLM-as-judge criteria, or pass/fail checks for an agent workflow, skill, tool-using behavior, safety boundary, or production agent quality loop.
    0 installs
  37. Agent Protocol Selector · stas2-git bundle
    Use when deciding whether an agent capability should be a skill, MCP tool/server, A2A agent, A2UI interface, AP2/UCP commerce flow, ordinary script, or project instruction.
    0 installs
  38. Prompt Injection Triage · stas2-git bundle
    Use when working with untrusted external content such as web pages, emails, documents, PDFs, issues, tickets, tool outputs, retrieved context, or screenshots that may contain hostile instructions, prompt injection, hidden directives, data-exfiltration attempts, or policy-bypass requests.
    0 installs
  39. Agent Architecture Methods · stas2-git bundle
    Use when designing an agent architecture, choosing between tools/MCP/skills/multi-agent patterns, writing a production spec, planning evaluation, or turning a vague agent idea into a buildable system design.
    0 installs
  40. Context Budget Planner · stas2-git bundle
    Use when a task has too much source material, long documents, many references, noisy context, overlapping instructions, or repeated context rot; plans what belongs in static instructions, skills, references, scripts, retrieval, summaries, or not in context.
    0 installs
  41. Context Harness Debugger · stas2-git bundle
    Use when an agent performs poorly, loops, calls the wrong tool, misses instructions, overuses context, hallucinates dependencies, or seems like it needs a better harness rather than a better model.
    0 installs
  42. Human Approval Gate Designer · stas2-git bundle
    Use when designing human-in-the-loop approval flows for agent actions, including pending approvals, review payloads, allow/deny decisions, escalation rules, audit records, session resume, and what can be auto-approved versus blocked.
    0 installs
  43. Least Privilege Tool Planner · stas2-git bundle
    Use before giving an agent tools, MCP servers, file access, credentials, browser/session access, shell commands, write permissions, deployment authority, or any external action capability; plans scopes, read/write limits, approval gates, logging, and rollback.
    0 installs
  44. Validation Checklist Builder · stas2-git bundle
    Use when a workbook task needs task-specific post-change checks, such as expected sheet names, labels, formulas, tabs, charts, or OCR-visible text that downstream automation can verify.
    0 installs