Source instructions onlyA profile for adding new weapon content through a structured Claude Code or subagent workflow.

Install or setup path

Follow the upstream source for installation instructions.

No verified install command on this page

This profile is useful for evaluation and workflow context, but WhichAITools did not verify one direct install command for it. Use the linked source instructions instead of guessing.

Source instructions

Use this profile for

Teams maintaining structured game, catalog, or content repositories where new weapon entries follow a consistent implementation pattern.

Primary categoryClaude Code Workflows
Source count1
OpenClaw relevantNo

What it does

This profile focuses on a domain-specific add flow for weapons, likely covering the steps needed to gather context, create the right files or records, and validate the result through a repeatable Claude-assisted process. It helps turn a recurring content or data operation into a workflow that can be delegated and checked instead of improvised each time.

Best for

Teams maintaining structured game, catalog, or content repositories where new weapon entries follow a consistent implementation pattern.

Why it stands out

It applies Claude workflow structure to one specific domain operation instead of a generic development loop.

Adopt this skill carefully

Return to the parent path

Move back to the category or hub instead of jumping to the homepage and losing context.

Cross-check the method

Review methodology and manuals before treating a public profile or copied command like production-ready guidance.

Use the surrounding workflow hub

When the profile belongs to OpenClaw operations, continue inside the OpenClaw cluster instead of starting over.

Safety notes

  • Keep the workflow scoped to the exact files or records needed for the new entry so a domain task does not spill into unrelated changes.
  • If subagents or bash commands are involved, restrict permissions to the minimum needed for generating and validating the new content.
  • Verify the generated weapon data against the repo schema or source rules before merging the result.

Source context

从 SkillsMP 发现的 skill,autoScore 6/10。需要人工审查后方可升级至 bruce-tested。

weapon-add-workflow on SkillsMP

Related profiles

character-add-workflow

Use this profile when a repo has a standard process for introducing new character-related content, data, or logic and you want Claude Code to follow it consistently. It works best for structured content systems where additions should conform to an existing pattern.

subagent-driven-development

Use this profile when implementation work naturally splits into bounded subtasks that can be delegated to subagents. It is useful for teams trying to turn parallel Claude Code execution into a repeatable development pattern.

Subagents Workflow

Use this profile when one Claude Code session is becoming a bottleneck and the work can be split into parallel, scoped subtasks with cleaner context boundaries.