Agent skill
generating
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/development/generating
SKILL.md
How to create Attack Skill
!INCLUDE "./game-data/_skill-create-scriptable-object.md"
There are following configs
!INCLUDE "./game-data/_game-data-generic-config.md"
Then we're going to create Buff Skill so set Skill Type to Active and also set Skill Attack Type to Normal or Based On Weapon because it will attack other characters when use this skill.
There are following configs for Attack Skill
!INCLUDE "./game-data/_skill-generic-config.md"
Attack Configs
Skill Attack Typehow skill applies damages to enemies.Damage Infocontains info about how skill applies damage to other characters (See more). This will be in-use withNormalskill attack type only. If skill attack type isBased On Weaponit will use weapon's damage info.Damage Amountbase damage amounts for this skill. This will be in-use withNormalskill attack type only. If skill attack type isBased On Weaponit will use weapon's damage amounts as base damage amounts.Effectiveness Attributesskill can increase more damage based on these attributes (See more)Weapon Damage Inflictionsdamage inflictions based on weapon damage amount.Additional Damage Amountsdamage amounts that will be increasing while attacking target.Increase Damage Amounts With Buffsif this isTRUEapplied buff damages will be included to skill attack damages.Is Debuffif this isTRUEan enemies will receive debuff.Debuffdebuff which will applies to an enemies.
That's an configs for Attack Skill
!INCLUDE "./game-data/_game-data-put-to-database.md"
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?