Reusable skills for AI coding agents.
onboard-existing-project 用于首次接手或重新梳理已有代码库。它会基于真实源码和调用位置,生成项目地图、复用能力目录与典型实现文档,帮助后续开发优先复用现有组件、Hooks、工具方法和基础设施。
npx skills add jaceyi/agent-skills --skill onboard-existing-projectInstall globally:
npx skills add jaceyi/agent-skills --skill onboard-existing-project -gUse onboard-existing-project to scan the current repository and establish durable project context.
The skill uses context-engineering as a companion skill when it is available and falls back to a focused evidence-based scan when it is not installed.