repo2skill 是做什么的?
Analyze any repository into agent-ready onboarding context: commands, entrypoints, security audit, quickstarts, and SKILL.md.
分析任意仓库,生成代理可用的上手上下文:命令、入口点、安全审计、快速入门和 SKILL.md。
repo2skill 是一个强大的 AI 代理技能,专为快速上手脚手架化任何代码仓库而设计。它能自动分析仓库结构,提取关键信息,如常用命令、项目入口点、安全审计结果,并生成快速入门指南和标准的 SKILL.md 文档。该技能支持多种 AI 代理平台(如 Claude Code、Cursor、Codex),通过阅读和理解仓库的 README、配置文件、构建脚本等来源,为代理提供结构化、即用型的上下文,帮助开发者或 AI 代理加速新仓库的理解和交互。这对于需要在多个仓库间切换或快速集成项目的开发者尤为实用,可显著减少手动浏览文档和代码的时间,提升工作效率。
npx skills add haodehaode378/repo2skillAnalyze any repository into agent-ready onboarding context: commands, entrypoints, security audit, quickstarts, and SKILL.md.
ElevenLabs text-to-speech with mac-style say UX.
Oracle CLI second-model review/debug/refactor/design with selected files, dry-run token checks, API or browser engine.
Capture and automate macOS UI with the Peekaboo CLI.
You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.
Prisma ORM patterns for TypeScript backends — schema design, query optimization, transactions, pagination, and critical traps like updateMany returning count not records, $transaction timeouts, migrate dev resetting the DB, @updatedAt skipped on bulk writes, and serverless connection exhaustion.
Django + Celery async task patterns — configuration, task design, beat scheduling, retries, canvas workflows, monitoring, and testing. Use when adding background jobs, scheduled tasks, or async processing to a Django app.