Github Codebase Briefing
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.
Install
Quick install
npx skills add https://github.com/google-labs-code/stitch-sdk/tree/HEAD/skills/github-codebase-briefingnpx skills add google-labs-code/stitch-sdk --skill github-codebase-briefing --agent claude-codenpx skills add google-labs-code/stitch-sdk --skill github-codebase-briefing --agent cursornpx skills add google-labs-code/stitch-sdk --skill github-codebase-briefing --agent codexnpx skills add google-labs-code/stitch-sdk --skill github-codebase-briefing --agent opencodenpx skills add google-labs-code/stitch-sdk --skill github-codebase-briefing --agent github-copilotnpx skills add google-labs-code/stitch-sdk --skill github-codebase-briefing --agent windsurfMore install options
Shorthand — useful for multi-skill repos:
npx skills add google-labs-code/stitch-sdk --skill github-codebase-briefingManual — clone the repo and drop the folder into your agent's skills directory:
git clone https://github.com/google-labs-code/stitch-sdk.gitcp -r stitch-sdk/skills/github-codebase-briefing ~/.claude/skills/github-codebase-briefing
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.
github-codebase-briefingby 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-briefingDownload ZIPGitHub
More skills from google-labs-code
agent-dx-cli-scaleby google-labs-codeA scoring scale for evaluating how well a CLI is designed for AI agents, based on the "Rewrite Your CLI for AI Agents" principles.inkby google-labs-codeInk 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-refactorby google-labs-codeThis skill implements a structural framework for AI-assisted programming to ensure every line of code is verifiable, typed, and purposeful.typed-service-contractsby google-labs-codeArchitecture standard for building robust, type-safe TypeScript services using the "Spec and Handler" pattern. Use when building CLIs, libraries, or complex…automate-github-issuesby google-labs-codeSet up automated GitHub issue triage and resolution using parallel Jules coding agentslocal-action-verificationby google-labs-codeSet up a repository for local GitHub Actions verification using act, so Jules can validate CI before pushingstitch-sdk-bug-bashby google-labs-codeFind bugs in the Stitch SDK using a real API key. Covers standard functional edges and tricky situations.stitch-sdk-developmentby google-labs-codeDevelop the Stitch SDK. Covers the generation pipeline, dual modality (agent vs SDK), error handling, and Traffic Light (Red-Green-Yellow) implementation…---
Source: https://github.com/google-labs-code/stitch-sdk/tree/HEAD/skills/github-codebase-briefing
Author: google-labs-code
Discovered via: mcpservers.org
SKILL.md source
--- name: github-codebase-briefing description: 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. --- # github-codebase-briefing 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. # github-codebase-briefingby 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-briefing`Download ZIPGitHub ## More skills from google-labs-code agent-dx-cli-scaleby google-labs-codeA scoring scale for evaluating how well a CLI is designed for AI agents, based on the "Rewrite Your CLI for AI Agents" principles.inkby google-labs-codeInk 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-refactorby google-labs-codeThis skill implements a structural framework for AI-assisted programming to ensure every line of code is verifiable, typed, and purposeful.typed-service-contractsby google-labs-codeArchitecture standard for building robust, type-safe TypeScript services using the "Spec and Handler" pattern. Use when building CLIs, libraries, or complex…automate-github-issuesby google-labs-codeSet up automated GitHub issue triage and resolution using parallel Jules coding agentslocal-action-verificationby google-labs-codeSet up a repository for local GitHub Actions verification using act, so Jules can validate CI before pushingstitch-sdk-bug-bashby google-labs-codeFind bugs in the Stitch SDK using a real API key. Covers standard functional edges and tricky situations.stitch-sdk-developmentby google-labs-codeDevelop the Stitch SDK. Covers the generation pipeline, dual modality (agent vs SDK), error handling, and Traffic Light (Red-Green-Yellow) implementation… --- **Source**: https://github.com/google-labs-code/stitch-sdk/tree/HEAD/skills/github-codebase-briefing **Author**: google-labs-code **Discovered via**: mcpservers.org
Related skills 6
caveman
Ultra-compressed communication mode. Cuts token usage ~75% by speaking like caveman while keeping full technical accuracy. Supports intensity levels: lite, full (default), ultra, wenyan-lite, wenyan-full, wenyan-ultra. Use when user says "caveman mode", "talk like caveman", "use caveman", "less tokens", "be brief", or invokes /caveman. Also auto-triggers when token efficiency is requested.
secure-linux-web-hosting
Use when setting up, hardening, or reviewing a cloud server for self-hosting, including DNS, SSH, firewalls, Nginx, static-site hosting, reverse-proxying an app, HTTPS with Let's Encrypt or ACME clients, safe HTTP-to-HTTPS redirects, or optional post-launch network tuning such as BBR.
readme-i18n
Use when the user wants to translate a repository README, make a repo multilingual, localize docs, add a language switcher, internationalize the README, or update localized README variants in a GitHub-style repository.
lark-shared
Use when first setting up lark-cli, running auth login, switching user/bot identity (--as), handling permission denied or scope errors, needing to update lark-cli, or seeing _notice in JSON output.
improve-codebase-architecture
Find deepening opportunities in a codebase, informed by the domain language in CONTEXT.md and the decisions in docs/adr/. Use when the user wants to improve architecture, find refactoring opportunities, consolidate tightly-coupled modules, or make a codebase more testable and AI-navigable.
paper-context-resolver
Optional RigorPilot helper for README-first deep learning repo reproduction. Use only when the README and repository files leave a narrow reproduction-critical gap and the task is to resolve a specific paper detail such as dataset split, preprocessing, evaluation protocol, checkpoint mapping, or runtime assumption from primary paper sources while recording conflicts. Do not use for general paper summary, repo scanning, environment setup, command execution, title-only paper lookup, or replacin...