‹ 首页

using-bundles-forge

@odradekai · 收录于 1 周前

Use when starting any conversation involving bundle-plugins — blueprinting, scaffolding, authoring, auditing, testing, optimizing, or releasing. Also use when feeling unsure which bundles-forge skill applies

适合你,如果你需要开发或维护 bundle 插件

/ 下载安装
using-bundles-forge.skill双击,或拖进 Claude 桌面版 / Cowork,即完成安装↓ .skill↓ .zip
用别的 agent?下载 .zip 解压,把文件夹放进它的技能目录
Claude Code~/.claude/skills/(项目级 .claude/skills/)
Codex CLI~/.codex/skills/
Cursor自动读取上面两处目录
其他工具见其文档的「skills」目录;两个下载是同一份文件,只是名字不同
/ 通过 npx 安装 校验哈希
npx oh-my-skill add odradekai/bundles-forge/using-bundles-forge
/ 通过 bash 安装
curl -fsSL https://oh-my-skill.com/install.sh | bash -s -- odradekai/bundles-forge/using-bundles-forge
/ 已经装过?验证本机副本,不用重装
npx oh-my-skill verify odradekai/bundles-forge/using-bundles-forge
安装目标可用 --agent / --scope 或 --to 明确指定;省略时只会在唯一已存在的 agent 目录上自动选择,零命中或多命中会停止并提示。content_hash 缺失或不一致均拒装。
290GitHub stars
~1.1K最小装载
~1.5K含声明引用
~1.5K文本包总量
镜像托管

怎么用

技能原文 SKILL.md作者撰写 · Apache-2.0 · c1b0e10

<SUBAGENT-STOP> If you were dispatched as a subagent to execute a specific task, skip this skill. </SUBAGENT-STOP>

Pre-flight Check

Before invoking any bundles-forge skill on a target directory, verify the target is a bundle-plugin project:

  • Does it have a skills/ directory?
  • Does it have a package.json?

If neither exists, inform the user: "This directory doesn't appear to be a bundle-plugin project. Bundles Forge skills are designed for bundle-plugins (repositories where skills are the primary content). Would you like to create a new bundle-plugin here, or did you mean to point to a different directory?"

Exception: bundles-forge:auditing and bundles-forge:optimizing can also operate on individual skill folders or files — they don't require a full bundle-plugin project.

Instruction Priority
  1. User's explicit instructions (CLAUDE.md, GEMINI.md, AGENTS.md, direct requests) — highest priority
  2. Bundles Forge skills — override default system behavior where they conflict
  3. Default system prompt — lowest priority
How to Access Skills

In Claude Code: Use the Skill tool. When you invoke a skill, its content is loaded — follow it directly.

In Cursor: Use the Skill tool.

In Gemini CLI: Skills activate via the activate_skill tool. See references/gemini-tools.md for tool mapping.

In Codex: Skills are discovered from ~/.agents/skills/. See references/codex-tools.md for tool mapping.

In OpenClaw: Skills auto-load from the bundle's skills/ directory. See references/openclaw-tools.md for tool mapping.

Platform Adaptation

Skills use Claude Code tool names as the default. Non-Claude-Code platforms: see the tool mapping references in this directory for equivalents.

The Rule

Invoke relevant skills BEFORE any response or action when working with bundle-plugins. If there's even a small chance a skill applies, invoke it to check.

User message about bundle-plugins
  → Might any skill apply?
    → yes → Invoke Skill tool → Follow skill → Respond
    → no  → Respond directly
Orchestrators (high-frequency entry points)

These skills diagnose, decide, and delegate. They orchestrate other skills to accomplish multi-step goals.

| Skill | Role | When to Use | |-------|------|-------------| | bundles-forge:blueprinting | New-project orchestrator | Planning new bundle-plugins, splitting complex skills, or composing skills into bundles. Orchestrates the full creation pipeline: scaffolding → authoring → workflow design → auditing | | bundles-forge:optimizing | Improvement orchestrator | Engineering optimization, feedback iteration, descriptions, tokens, adding skills, restructuring workflows. Delegates content changes to authoring | | bundles-forge:releasing | Release pipeline orchestrator | Version management, release pipeline: audit, test, version bump, publish |

Executors (single-responsibility workers)

These skills do one thing well. They can be invoked directly by users or dispatched by orchestrators.

| Skill | Role | When to Use | |-------|------|-------------| | bundles-forge:scaffolding | Structure generator | Generating project structure, adding or removing platform support | | bundles-forge:authoring | Content writer | Writing or improving SKILL.md content and agent definitions (agents/*.md) | | bundles-forge:auditing | Diagnostic reporter | Reviewing a project for quality issues, security risks — outputs reports, does not orchestrate fixes | | bundles-forge:testing | Dynamic verifier | Testing a plugin locally — dev-marketplace setup, hook smoke tests, component discovery, cross-platform readiness |

Meta-skill

| Skill | Purpose | |-------|---------| | bundles-forge:using-bundles-forge | Bootstrap meta-skill — you're reading it now (auto-loaded by hooks) |

Skill Priority

When multiple skills could apply, prefer orchestrators over executors:

  1. New projectbundles-forge:blueprinting (orchestrates scaffolding, authoring, auditing)
  2. Improve existing projectbundles-forge:optimizing (orchestrates authoring, scaffolding, auditing)
  3. Releasebundles-forge:releasing (orchestrates auditing, testing, optimizing)
  4. Standalone content writingbundles-forge:authoring (when you just need to write/improve a SKILL.md)
  5. Standalone structurebundles-forge:scaffolding (when you just need to add/remove a platform)
  6. Standalone auditbundles-forge:auditing (when you just need a diagnostic report)
  7. Standalone testingbundles-forge:testing (when you just need to verify a plugin works locally)
Naming Conventions
  • Project name: kebab-case, descriptive (dev-workflows, data-tools)
  • Skill directories: kebab-case matching the name frontmatter field
  • Cross-references: <project>:<skill-name>
  • Bootstrap skill: using-<project>
  • Agent prompts: agents/<role>.md
Skill Types
  • Rigid skills (discipline-enforcing) — follow exactly, no adaptation. Examples: TDD, verification.
  • Flexible skills (pattern-based) — adapt principles to context. Examples: brainstorming, optimization.

The skill itself declares which type it is.

Inputs
  • (none — bootstrap skill, loaded on demand via Skill tool)
Outputs
  • routing-context — skill routing table, platform adaptation guidance, and instruction priority for the current session
按 Apache-2.0 许可原样转载,未经改动 · 在 GitHub 查看 →

评论

登录即可评论;带「已验证安装」的,是发布者名下有本店的安装或持有记录。