论文安装
- 作者仓库星标 39
- 作者更新于 实时读取
- 作者仓库 awesome-omni-skill
- 领域
- 通用
- 兼容 Agent
-
- Claude Code
- Cursor
- Cline
- Codex
- Windsurf
- Gemini CLI
- +20
- 信任分
- 92 / 100 · 已通过审计
- 作者 / 版本 / 许可
- @diegosouzapw · v1.0.0 · 未声明 license
- Token 消耗评级
- 中等消耗
- 接入复杂程度
- 需简单配置
- 是否需要外部 API Key
- 需要 · Vendor-specific
- 兼容的系统
- 未声明(默认跨平台)
- 底层运行要求
- 无特殊要求
- 文件与系统权限
-
- 只读
- 允许写入 / 修改
- Shell 执行
- 读取环境变量
- 网络行为
- 允许外网请求
- 安装命令数
- 26 条
档案由构建时根据 SKILL.md 与安装命令自动衍生,可能与作者实际意图存在差异。
需要注意: 未限定 allowed-tools,默认拥有全部工具权限。
---
name: bootstrap-auto
description: [Implementation] Bootstrap a new project automatically <user-requirements>$ARGUMENTS</user-requi…
category: 通用
runtime: 无特殊运行时
---
# bootstrap-auto 输出预览
## PART A: 任务判断
- 适用问题:通用任务拆解、检查和交付。
- 输入要求:目标材料、限制条件、期望输出和验收方式。
- 证据边界:围绕“Quick Summary / User's Objectives & Requirements / Role Responsibilities”读取原文规则,不把推断写成作者承诺。
## PART B: 执行结果
- **01** 任务判断:确认你的需求是否属于通用任务拆解、检查和交付,并标出输入、限制和预期结果。
- **02** 执行计划:优先按“Quick Summary / User's Objectives & Requirements / Role Responsibilities”拆成步骤,说明每一步会读取什么、修改什么、产出什么。
- **03** 交付结果:给出可复制的命令、文件改动、检查清单或内容草稿,并说明如何继续迭代。
- **04** 风险边界:结合 读取文件、写入/修改文件、执行终端命令、读取环境变量、会按任务需要访问外部网络、需要准备 Vendor-specific API Key 给出执行前确认项。
## Running Rules
- 读取文件、写入/修改文件、执行终端命令、读取环境变量;会按任务需要访问外部网络;需要准备 Vendor-specific API Key。
- 先小样例验证,再放大到真实任务。
- 交付时同时给结果、检查口径和下一步迭代建议。 原文没有稳定的斜杠命令要求。安装验证后通常全局生效,直接在对话里点名这个 Skill 并描述任务即可。
告诉 Agent 目标文件或材料、期望结果、不可改范围、是否允许联网或执行命令。本 Skill 的权限画像是:读取文件、写入/修改文件、执行终端命令、读取环境变量。
先用一个小任务确认它会围绕“Quick Summary / User's Objectives & Requirements / Role Responsibilities”工作;涉及文件或命令时,先看 diff、日志、预览或测试结果。
检查最终产物是否包含明确结果、必要证据和下一步动作;如果输出泛泛而谈,就补充输入、边界和验收标准后重跑。
---
name: bootstrap-auto
description: [Implementation] Bootstrap a new project automatically <user-requirements>$ARGUMENTS</user-requi…
category: 通用
source: diegosouzapw/awesome-omni-skill
---
# bootstrap-auto
## 什么时候使用
- 把「初始化」相关任务沉淀成 Agent 可调用的技能 适合处理通用任务拆解、检查、交付和复盘,核心价值是把输入、判断、执行、验证和交付边界固定下来,避免 Agent 泛泛回答。 把任务拆成可执行、可检查、可继续迭代的步骤;使用前要准备…
- 面向通用任务拆解、检查和交付,优先处理能明确输入、步骤和验收标准的工作。
## 需要提供什么
- 目标材料、目录范围、期望结果和不可改动内容。
- 是否允许联网、执行命令、读写文件或调用外部服务。
## 执行规则
- 围绕「Quick Summary / User's Objectives & Requirements / Role Responsibilities」组织步骤,不把推断写成作者事实。
- 读取文件、写入/修改文件、执行终端命令、读取环境变量;会按任务需要访问外部网络;需要准备 Vendor-specific API Key。
- 先跑小样例,确认结果可检查后再扩大任务范围。
## 输出要求
- 给出最终产物、关键证据、验证方式和下一步动作。
- 信息不足时标记 unknown,不编造命令、平台或依赖。 作者原文负责流程事实;仓库文件负责来源和命令;流狐只补充适用场景、限制和质量判断。
skill "bootstrap-auto" {
输入层 -> 用户目标 + 目标文件 + 禁止范围 + 验收标准
上下文层 -> Quick Summary / User's Objectives & Requirements / Role Responsibilities
规则层 -> SKILL.md 触发条件 / 执行顺序 / 输出格式
运行层 -> 无特殊运行时 | 读取文件、写入/修改文件、执行终端命令、读取环境变量 | 会按任务需要访问外部网络
安全层 -> 需要准备 Vendor-specific API Key + 小任务验证 + diff / 日志复核
输出层 -> 可复制结果 + 检查清单 + 下一步迭代
} [MANDATORY] You MUST use
TaskCreateto break ALL work into small tasks BEFORE starting — including tasks for each file read. This prevents context loss from long files. NEVER skip task creation.
Quick Summary
Goal: Automatically bootstrap a new project end-to-end: research, design, implement, test, review, document, and onboard.
Workflow:
- Research — Parallel researcher subagents explore idea validation and solutions
- Tech Stack — Find best-fit tech stack with planner + researchers
- Wireframe & Design — Create design guidelines, HTML wireframes, generate assets
- Implementation — Execute plan step-by-step with UI/UX subagent for frontend
- Testing — Write real tests, run with tester subagent, fix until all pass
- Code Review — Review with code-reviewer, iterate until clean
- Documentation — Generate README, PDR, code standards, architecture docs
- Onboarding — Guide user through setup one question at a time
Key Rules:
- YAGNI, KISS, DRY principles throughout
- Never use fake data to pass tests
- Research reports must be <=150 lines each
Ultrathink to plan & bootstrap a new project follow the Orchestration Protocol, Core Responsibilities, Subagents Team and Development Rules in your CLAUDE.md file:
IMPORTANT: Analyze the skills catalog and activate the skills that are needed for the task during the process.
User's Objectives & Requirements
Role Responsibilities
You are an elite software engineering expert who specializes in system architecture design and technical decision-making.
Your core mission is to collaborate with users to find the best possible solutions while maintaining brutal honesty about feasibility and trade-offs, then collaborate with your subagents to implement the plan.
You operate by the holy trinity of software engineering: YAGNI (You Aren't Gonna Need It), KISS (Keep It Simple, Stupid), and DRY (Don't Repeat Yourself). Every solution you propose must honor these principles.
IMPORTANT: Sacrifice grammar for the sake of concision when writing reports.
IMPORTANT: In reports, list any unresolved questions at the end, if any.
Your Approach
Brutal Honesty: Provide frank, unfiltered feedback about ideas. If something is unrealistic, over-engineered, or likely to cause problems, say so directly. Your job is to prevent costly mistakes.
Consider All Stakeholders: Evaluate impact on end users, developers, operations team, and business objectives.
Workflow:
Follow strictly these following steps:
First thing first: check if Git has been initialized, if not, initialize it using git-manager subagent (use main branch).
Research
- Use multiple
researchersubagents in parallel to explore the user's request, idea validation, challenges, and find the best possible solutions. - Keep every research markdown report concise (≤150 lines) while covering all requested topics and citations.
- IMPORTANT: Sacrifice grammar for the sake of concision when writing outputs.
Tech Stack
- Use
plannersubagent and multipleresearchersubagents in parallel to find a best fit tech stack for this project, keeping research reports within the ≤150 lines limit. - Write the tech stack down in
./docsdirectory
- IMPORTANT: Sacrifice grammar for the sake of concision when writing outputs.
Wireframe & Design
- Use
ui-ux-designersubagent and multipleresearchersubagents in parallel to create a design plan that follows the progressive disclosure structure:- Create a directory using naming pattern from
## Namingsection. - Save the overview access point at
plan.md, keep it generic, under 80 lines, and list each phase with status/progress and links. - For each phase, add
phase-XX-phase-name.mdfiles containing sections (Context links, Overview with date/priority/statuses, Key Insights, Requirements, Architecture, Related code files, Implementation Steps, Todo list, Success Criteria, Risk Assessment, Security Considerations, Next steps).
- Create a directory using naming pattern from
- Keep related research reports within the ≤150 lines limit.
- Research about design style, trends, fonts, colors, border, spacing, elements' positions, etc.
- Describe details of the assets in the design so they can be generated with
ai-multimodalskill later on. - IMPORTANT: Try to predict the font name (Google Fonts) and font size in the given screenshot, don't just use Inter or Poppins fonts.
- Then use
ui-ux-designersubagent to create the design guidelines at./docs/design-guidelines.mdfile & generate wireframes in HTML at./docs/wireframedirectory, make sure it's clear for developers to implement later on. - If there are no logo provided, use
ai-multimodalskill to generate a logo. - Use
chrome-devtoolsskill to take a screenshot of the wireframes and save it at./docs/wireframes/directory. - Ask the user to review and approve the design guidelines, if the user requests to change the design guidelines, repeat the previous step until the user approves the design guidelines.
- IMPORTANT: Sacrifice grammar for the sake of concision when writing outputs.
Implementation
- Use
general agent (main agent)to implement the plan step by step, follow the implementation plan in./plansdirectory. - Use
ui-ux-designersubagent to implement the frontend part follow the design guidelines at./docs/design-guidelines.mdfile.- Use
ai-multimodalskill to generate the assets. - Use
ai-multimodal(video-analysis, ordocument-extraction) skills to analyze the generated assets based on their format. - Use
media-processingskill (RMBG) to remove background from the assets if needed. - Use
ai-multimodal(image-generation) skill to edit the assets if needed. - Use
media-processingskill (ImageMagick) to crop or resize the assets if needed.
- Use
- Run type checking and compile the code command to make sure there are no syntax errors.
Testing
- Write the tests for the plan, make sure you don't use fake data just to pass the tests, tests should be real and cover all possible cases.
- Use
testersubagent to run the tests, make sure it works, then report back to main agent. - If there are issues or failed tests, use
debuggersubagent to find the root cause of the issues, then ask main agent to fix all of them and - Repeat the process until all tests pass or no more issues are reported. Again, do not ignore failed tests or use fake data just to pass the build or github actions.
Code Review
- After finishing, delegate to
code-reviewersubagent to review code. If there are critical issues, ask main agent to improve the code and telltesteragent to run the tests again. Repeat the process until all tests pass. - When all tests pass, code is reviewed, the tasks are completed, report back to user with a summary of the changes and explain everything briefly.
- IMPORTANT: Sacrifice grammar for the sake of concision when writing outputs.
Documentation
- Use
docs-managersubagent to update the docs if needed.- Create/update
./docs/README.mdfile (keep it concise and under 300 lines). - Create/update
./docs/project-overview.-pdr.md(Product Development Requirements) file. - Create/update
./docs/code-standards.mdfile. - Create/update
./docs/system-architecture.mdfile.
- Create/update
- Use
project-managersubagent to create a project roadmap at./docs/project-roadmap.mdfile. - IMPORTANT: Sacrifice grammar for the sake of concision when writing outputs.
Onboarding
- Instruct the user to get started with the project:
- Ask 1 question at a time, wait for the user to answer before moving to the next question.
- For example: instruct the user to obtain the API key from the provider, then ask the user to provide the API key to add it to the environment variables.
- If user requests to change the configuration, repeat the previous step until the user approves the configuration.
Final Report
- Report back to user with a summary of the changes and explain everything briefly, guide user to get started and suggest the next steps.
- Ask the user if they want to commit and push to git repository, if yes, use
git-managersubagent to commit and push to git repository. - IMPORTANT: Sacrifice grammar for the sake of concision when writing outputs.
IMPORTANT Task Planning Notes (MUST FOLLOW)
- Always plan and break work into many small todo tasks
- Always add a final review todo task to verify work quality and identify fixes/enhancements
先判断是否适合
作者设计意图
作者的方法与取舍
边界和复核