stas2-git
- 44 skills
- 0 followers
- 3 hours ago last updated
- ▌ Workbook Action Executor · stas2-git bundleUse 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.
- ▌ Workbook Macro Runner · stas2-git bundleUse 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.
- ▌ Region Ocr · stas2-git bundleUse 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.
- ▌ Kaggle Capstone Planner · stas2-git bundleUse 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.
- ▌ Vba Module Sync · stas2-git bundleUse 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.
- ▌ Workbook Change Planner · stas2-git bundleUse 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.
- ▌ Region Capture · stas2-git bundleUse 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.
- ▌ Window Control · stas2-git bundleUse 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.
- ▌ Wait And Assert · stas2-git bundleUse when a task needs to poll screen state until text appears or disappears, assert that text exists, or fail cleanly after a timeout.
- ▌ Workbook Backup Versioning · stas2-git bundleUse 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.
- ▌ Adk Ambient Agent · stas2-git bundleUse 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.
- ▌ Adk Hitl Frontend · stas2-git bundleUse 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.
- ▌ Agent Skill Design · stas2-git bundleUse when designing, evaluating, packaging, or refactoring portable agent skills, especially deciding skill scope, trigger descriptions, progressive disclosure, references/scripts/assets, and skill evaluation cases.
- ▌ Live Workbook Editor · stas2-git bundleUse 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.
- ▌ Workbook Semantic Summarizer · stas2-git bundleUse 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.
- ▌
- ▌ Excel Session Manager · stas2-git bundleUse 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.
- ▌ Text Target Actions · stas2-git bundleUse 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.
- ▌ Adk Secure Lifecycle · stas2-git bundleUse 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.
- ▌ Skill Evaluation Loop · stas2-git bundleUse 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.
- ▌ Code Review Agent · stas2-git bundleUse 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.
- ▌ SQL Router · stas2-git bundleUse 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.
- ▌ Agent Skills Router · stas2-git bundleUse 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.
- ▌ Excel Skills Router · stas2-git bundleUse when deciding which bundled Excel, workbook, spreadsheet, live Excel automation, VBA, screen interaction, backup, planning, summarization, or validation skill to use.
- ▌ Actuarial SQL · stas2-git bundleUse 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.
- ▌ Spreadsheets · stas2-git bundleUse 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.
- ▌ Odbc Connector · stas2-git bundleUse 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.
- ▌ Excel Decompose · stas2-git bundleUse 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.
- ▌ Spec Driven Agent Workflow · stas2-git bundleUse 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.
- ▌ Agent Observability Trace Review · stas2-git bundleUse 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.
- ▌ Agent Incident Retrospective · stas2-git bundleUse 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.
- ▌ Stride Threat Model · stas2-git bundlePerform 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.
- ▌ Live Worksheet Builder · stas2-git bundleUse 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.
- ▌ Live Workbook Inspector · stas2-git bundleUse 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.
- ▌ Adk Runtime Deployment · stas2-git bundleUse 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.
- ▌ Agent Eval Case Builder · stas2-git bundleUse 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.
- ▌ Agent Protocol Selector · stas2-git bundleUse 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.
- ▌ Prompt Injection Triage · stas2-git bundleUse 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.
- ▌ Agent Architecture Methods · stas2-git bundleUse 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.
- ▌ Context Budget Planner · stas2-git bundleUse 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.
- ▌ Context Harness Debugger · stas2-git bundleUse 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.
- ▌ Human Approval Gate Designer · stas2-git bundleUse 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.
- ▌ Least Privilege Tool Planner · stas2-git bundleUse 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.
- ▌ Validation Checklist Builder · stas2-git bundleUse 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.