Skip to main content
SaschaHeyer
GitHub creator profile

SaschaHeyer

Repository-level view of 21 collected skills across 4 GitHub repositories.

skills collected
21
repositories
4
updated
Jul 21, 2026
repository explorer

Repositories and representative skills

gemini-token-cost
software-developers

Use this skill when measuring, comparing, or projecting the real cost of a Gemini API prompt, reducing a Gemini bill, choosing between Gemini models on price, tuning thinking_level, or working out why a Gemini bill is higher than the visible output suggests.…

Jul 21, 2026
adk-graph-workflows
software-developers

Use this skill when building deterministic agent workflows with Google ADK, routing between nodes with plain Python instead of letting the model decide, or adding a human approval gate that suspends a running agent until a person answers. Covers the ADK 2.0…

Jul 20, 2026
prompt-transpilation
software-developers

Use this skill when you want to treat agent system prompts like build artifacts instead of one giant hand-edited file. Covers authoring modular prompt fragments, transpiling them into a single rendered golden file with Jinja2, build-time validation for…

Jul 17, 2026
always-on-memory-agent
software-developers

Use this skill when evaluating agent memory options, when running or reviewing the always-on memory agent sample (Google generative-ai repo, by Shubham Saboo), or when deciding between a self-hosted memory loop and the managed Vertex AI Memory Bank. Covers…

Jul 17, 2026
semantic-governance
software-developers

Use this skill when governing an AI agent's tool calls with a plain-English policy on Google's Gemini Enterprise Agent Platform, using Semantic Governance Policies (SGP). Covers deploying an ADK agent to Agent Runtime behind the Agent Gateway with agent…

Jul 13, 2026
ternlight
software-developers

Use this skill when adding on-device semantic search, FAQ matching, deduplication, clustering, or RAG reranking to a JavaScript or TypeScript app with no server, no API key, and no runtime model download. Covers the @ternlight/base and @ternlight/mini WASM…

Jul 12, 2026
cloud-run-sandboxes
network-and-computer-systems-administrators

Use this skill when running untrusted or model-generated code safely on Google Cloud Run, building an AI code interpreter, or letting an agent execute Python it wrote without exposing your service credentials. Covers deploying a Cloud Run service with the…

Jul 11, 2026
alphaevolve
software-developers

Use this skill when running Google's AlphaEvolve, the Gemini-powered evolutionary coding agent, to discover or optimize an algorithm on Google Cloud. Covers wrapping a function in EVOLVE-BLOCK markers, writing a scoring function, driving the controller loop…

Jul 10, 2026
Showing 8 of 11 collected skills.
finalize
software-developers

Prepare a finished feature for review — clean the worktree, rebase on the base branch, resolve conflicts, and open or update a GitHub pull request linked to the Linear issue. Use as the final shipping step once implementation is complete and the user wants to…

Jun 16, 2026
implement
software-developers

Autonomously execute an approved implementation plan from a Linear issue — write code, run tests, commit changes, and check off tasks in Linear. Use when the plan is ready and the user wants to build the feature or fix end to end, isolating the work in a…

Jun 16, 2026
issue
project-management-specialists

Refine a rough feature request or bug report into a structured PRD or Bug Brief inside a Linear issue. Use at the start of the engineering workflow to define and clarify what to build before any planning or coding — e.g. when the user wants to write a PRD,…

Jun 16, 2026
tasks
project-management-specialists

Generate a detailed implementation plan with parent tasks and atomic sub-tasks from the PRD in a Linear issue, syncing it to a

Jun 16, 2026
walkthrough
project-management-specialists

Generate a narrative summary and visual storyboard (browser screenshots) of completed changes and sync it to the Linear issue. Use after implementation to produce a human-readable walkthrough and visual proof of what was built for reviewers and stakeholders.

Jun 16, 2026
git-worktree
software-developers

Manages Git worktrees for isolated parallel development. Creates branches (linking ticket IDs if available), copies local environment files, and pushes changes to the remote.

Mar 7, 2026
document-learnings
software-developers

Lightweight skill to capture solved problems and learnings into simple markdown files

Feb 24, 2026
Showing 4 of 4 repositories
All repositories loaded