github-codebase-briefingpor google-labs-code
This skill performs a "deep read" of a repository. It avoids superficial listings by first understanding the project's architecture and then evaluating open items against that context.
npx skills add https://github.com/google-labs-code/stitch-sdk --skill github-codebase-briefingMais skills de google-labs-code
agent-dx-cli-scale
by google-labs-code
A scoring scale for evaluating how well a CLI is designed for AI agents, based on the "Rewrite Your CLI for AI Agents" principles.
ink
by google-labs-code
Ink terminal renderer for json-render that turns JSON specs into interactive terminal UIs. Use when working with @json-render/ink, building terminal UIs from…
tdd-red-green-refactor
by google-labs-code
This skill implements a structural framework for AI-assisted programming to ensure every line of code is verifiable, typed, and purposeful.
typed-service-contracts
by google-labs-code
Architecture standard for building robust, type-safe TypeScript services using the "Spec and Handler" pattern. Use when building CLIs, libraries, or complex…
automate-github-issues
by google-labs-code
Set up automated GitHub issue triage and resolution using parallel Jules coding agents
local-action-verification
by google-labs-code
Set up a repository for local GitHub Actions verification using act, so Jules can validate CI before pushing
stitch-sdk-bug-bash
by google-labs-code
Find bugs in the Stitch SDK using a real API key. Covers standard functional edges and tricky situations.
stitch-sdk-development
by google-labs-code
Develop the Stitch SDK. Covers the generation pipeline, dual modality (agent vs SDK), error handling, and Traffic Light (Red-Green-Yellow) implementation…