guanyuxxxx/repo-onboarding-skill
A Codex skill that turns unfamiliar repositories into concise architecture maps, setup guides, and first-task checklists.
A Codex skill that turns unfamiliar repositories into concise architecture maps, setup guides, and first-task checklists.
npx skills add guanyuxxxx/repo-onboarding-skillA Codex skill that turns unfamiliar repositories into concise architecture maps, setup guides, and first-task checklists.
The base44 SDK is the library to communicate with base44 services. In projects, you use it to communicate with remote resources (entities, backend functions, ai agents) and to write backend functions. This skill is the place for learning about available modules and types. When you plan or implement a feature, you must learn this skill
Implement a layered memory architecture for Claude Code to manage agent instructions, session context, and durable facts across workflows.
ALWAYS ACTIVE — read at the start of any ADK agent development session. ADK development lifecycle and mandatory coding guidelines — spec-driven workflow, code preservation rules, model selection, and troubleshooting.
Link workspace packages in monorepos (npm, yarn, pnpm, bun). USE WHEN: (1) you just created or generated new packages and need to wire up their dependencies, (2) user imports from a sibling package and needs to add it as a dependency, (3) you get resolution errors for workspace packages (@org/*) like "cannot find module", "failed to resolve import", "TS2307", or "cannot resolve". DO NOT patch around with tsconfig paths or manual package.json edits - use the package manager's workspace commands to fix actual linking.
Bootstrap autonomous AI agents with a modular framework for task automation and workflow management.
Claude Code skill that surfaces stalled, forgotten, or buried projects across your filesystem. Combat the Yammer Effect.