init
仓库创建 2026年5月12日最近提交 7 小时前SkillHot 收录 20 天前
▸ 精选理由
自动梳理仓库信息并生成规范文档,能快速上手协作流程。
这个 Skill 做什么
分析代码库并生成 AGENTS.md、贡献者指南与初始化文件。
分析一个代码库并生成 AGENTS.md、贡献者指南与初始化文档,帮新人或自动 agent 快速了解仓库结构、运行方式和贡献流程。适用于新仓库初始化、开源接入或需要标准化贡献流程的场景。工作原则是只记录仓库里实际存在的信息,按实检索生成准确可用的说明。
▸ 展开 SKILL.md 英文原文
Use when the user asks to initialize a repo, create AGENTS.md, generate contributor guidelines, or set up agent-oriented documentation for a codebase.
110
Stars
14
Forks
40
仓库内 Skill
+7
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/EliasOulkadi/shokunin/master/.pack/skills/init/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/EliasOulkadi/shokunin/master/.pack/skills/init/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# AGENTS.md Generator Analyze a codebase and generate a concise, accurate `AGENTS.md` contributor guide. **Target:** the current working directory, unless user provided another folder as input. --- ## Gather Information Collect facts about the repository. **Only record what is actually found — never invent information.** These probes are independent — run them in parallel (e.g., dispatch subagents) when the tooling supports it. ### Repository structure Map the repo structure (3 levels deep, excluding .git, node_modules, dist, build, __pycache__, .venv and other autogenerated folders). This is analysis input — the output AGENTS.md should describe non-obvious architecture, not list dir
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有