design-research — community design-research, original-card-battle, community, ide skills, Claude Code, Cursor, Windsurf

v1.0.0

このスキルについて

CursorやAutoGPTのようなAIエージェントに適しています。ターン制カードバトルroguelikesの特定のデザインドキュメントに迅速にアクセスする必要があります Quickly search and reference game design documents. Use when checking specifications before implementation or researching design details. Triggers on check X specs, search design docs, how is X designed? requests. 使用時: 「design-researchを使用します」

sunbreak-pro sunbreak-pro
[0]
[0]
Updated: 3/12/2026

Killer-Skills Review

Decision support comes first. Repository text comes second.

Reference-Only Page Review Score: 7/11

This page remains useful for operators, but Killer-Skills treats it as reference material instead of a primary organic landing page.

Original recommendation layer Concrete use-case guidance Explicit limitations and caution
Review Score
7/11
Quality Score
36
Canonical Locale
ja
Detected Body Locale
ja

CursorやAutoGPTのようなAIエージェントに適しています。ターン制カードバトルroguelikesの特定のデザインドキュメントに迅速にアクセスする必要があります Quickly search and reference game design documents. Use when checking specifications before implementation or researching design details. Triggers on check X specs, search design docs, how is X designed? requests. 使用時: 「design-researchを使用します」

このスキルを使用する理由

エージェントがターゲットのデザインドキュメントを効率的に取得できるようにします。grepパターンを使用して、必要なファイルのみ(例:`battle_logic.md`)をロードし、ディレクトリ全体をロードせずに、マークダウンファイルを使用してコアシステム(バトルフロー、バフ/デバフシステムなど)のクイックインデックスを実現します

おすすめ

CursorやAutoGPTのようなAIエージェントに適しています。ターン制カードバトルroguelikesの特定のデザインドキュメントに迅速にアクセスする必要があります

実現可能なユースケース for design-research

特定のバトルロジックドキュメントを取得する
ライブスシステムデザインに必要なファイルをロードする
バフ/デバフやバトルフローなどのコアゲームデザインシステムをインデックスする

! セキュリティと制限

  • デザインドキュメントファイルへのアクセスが必要
  • マークダウンファイル形式のみ
  • 有効なファイル取得のために正確なgrepパターンに依存する

Why this page is reference-only

  • - Current locale does not satisfy the locale-governance contract.
  • - The underlying skill quality score is below the review floor.

Source Boundary

The section below is supporting source material from the upstream repository. Use the Killer-Skills review above as the primary decision layer.

Labs Demo

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

FAQ & Installation Steps

These questions and steps mirror the structured data on this page for better search understanding.

? Frequently Asked Questions

What is design-research?

CursorやAutoGPTのようなAIエージェントに適しています。ターン制カードバトルroguelikesの特定のデザインドキュメントに迅速にアクセスする必要があります Quickly search and reference game design documents. Use when checking specifications before implementation or researching design details. Triggers on check X specs, search design docs, how is X designed? requests. 使用時: 「design-researchを使用します」

How do I install design-research?

Run the command: npx killer-skills add sunbreak-pro/original-card-battle/design-research. It works with Cursor, Windsurf, VS Code, Claude Code, and 19+ other IDEs.

What are the use cases for design-research?

Key use cases include: 特定のバトルロジックドキュメントを取得する, ライブスシステムデザインに必要なファイルをロードする, バフ/デバフやバトルフローなどのコアゲームデザインシステムをインデックスする.

Which IDEs are compatible with design-research?

This skill is compatible with Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer. Use the Killer-Skills CLI for universal one-command installation.

Are there any limitations for design-research?

デザインドキュメントファイルへのアクセスが必要. マークダウンファイル形式のみ. 有効なファイル取得のために正確なgrepパターンに依存する.

How To Install

  1. 1. Open your terminal

    Open the terminal or command line in your project directory.

  2. 2. Run the install command

    Run: npx killer-skills add sunbreak-pro/original-card-battle/design-research. The CLI will automatically detect your IDE or AI agent and configure the skill.

  3. 3. Start using the skill

    The skill is now active. Your AI agent can use design-research immediately in the current project.

! Reference-Only Mode

This page remains useful for installation and reference, but Killer-Skills no longer treats it as a primary indexable landing page. Read the review above before relying on the upstream repository instructions.

Imported Repository Instructions

The section below is supporting source material from the upstream repository. Use the Killer-Skills review above as the primary decision layer.

Supporting Evidence

design-research

Install design-research, an AI agent skill for AI agent workflows and automation. Works with Claude Code, Cursor, and Windsurf with one-command setup.

SKILL.md
Readonly
Imported Repository Instructions
The section below is supporting source material from the upstream repository. Use the Killer-Skills review above as the primary decision layer.
Supporting Evidence

Design Research Skill

Provides shortest path to design docs. Load only what's needed, not everything.

Quick Index

Core Systems

TopicFileGrep Pattern
Overall game designOverall_document/game_design_master.md-
Lives systemOverall_document/DESIGN_CHANGE_PLAN_lives_system.mdlives|残機|探索回数
Battle flowbattle_document/battle_logic.mdphase|フェーズ|ターン
Buff/Debuffbattle_document/buff_debuff_system.mdbuff|debuff|duration

Character Classes

TopicFileGrep Pattern
Swordsman cardscard_document/SWORDSMAN_CARDS_40.md剣気|sword_
Mage cardscard_document/MAGE_CARDS_40.md共鳴|element|火|水|雷
Summoner cardscard_document/SUMMONER_CARDS_40.md召喚|summon
Common cardscard_document/COMMON_CARDS_20.mdcommon_
Build systemcard_document/NEW_CHARACTER_SYSTEM_DESIGN.mdビルド|build

Enemies by Depth

DepthFileGrep Pattern
Depth 1enemy_document/depth1_enemy_database.mdenemy name
Depth 2enemy_document/depth2_enemy_database.mdenemy name
Depth 3enemy_document/depth3_enemy_database.mdenemy name
Depth 4enemy_document/depth4_enemy_database.mdenemy name
Depth 5 (Boss)enemy_document/depth5_boss_database.mdboss name
Boss systemenemy_document/boss_system_redesign.mdボス|boss

Camp Facilities

FacilityDesignImplementation
Shopshop_design.mdshop_implementation_guide.md
Blacksmithblacksmith_design.mdblacksmith_implementation_guide.md
Guildguild_design.mdguild_implementation_guide.md
Librarylibrary_design.md-
Sanctuarysanctuary_design.md-
Storagestorage_design.md-
Overviewcamp_facilities_design.md-

Other Systems

TopicFileGrep Pattern
Equipment/Itemsitem_document/EQUIPMENT_AND_ITEMS_DESIGN.md装備|equipment|item
Dungeon UIdanjeon_document/dungeon_exploration_ui_design_v3.0.mdnode|ノード|map
Return systemdanjeon_document/return_system_design.md帰還|return|teleport
Inventoryutil_doument/inventory_design.mdinventory|所持品

Search Commands

bash
1# Search specific topic 2grep -r "keyword" .claude/docs/ --include="*.md" 3 4# Search within specific file 5grep -n "keyword" .claude/docs/battle_document/battle_logic.md 6 7# List files 8ls -la .claude/docs/*/

Research Workflow

  1. Quick Lookup: Find relevant file from index above
  2. Targeted Read: Read only the specific section needed
  3. Deep Dive: Load additional files only if necessary

File Size Reference

CategoryTotal SizeFiles
battle_document~48K2
card_document~77K5
camp_document~286K10
enemy_document~111K6
item_document~42K1
danjeon_document~49K2
Overall_document~36K2

Tip: camp_document is large due to implementation guides. For overview only, read *_design.md files.

Common Queries

QuestionReference
Damage formula?battle_logic.md → "ダメージ計算"
Card cost balance?Each card file → "コスト"
Enemy stat guidelines?depth*_enemy_database.md
When do lives decrease?DESIGN_CHANGE_PLAN_lives_system.md
How many equipment slots?EQUIPMENT_AND_ITEMS_DESIGN.md → "スロット"
Soul acquisition conditions?sanctuary_design.md or return_system_design.md

Base Path

.claude/docs/
├── Overall_document/
├── battle_document/
├── card_document/
├── camp_document/
├── enemy_document/
├── item_document/
├── danjeon_document/
└── util_doument/

関連スキル

Looking for an alternative to design-research or another community skill for your workflow? Explore these related open-source skills.

すべて表示

openclaw-release-maintainer

Logo of openclaw
openclaw

Your own personal AI assistant. Any OS. Any Platform. The lobster way. 🦞

333.8k
0
AI

widget-generator

Logo of f
f

カスタマイズ可能なウィジェットプラグインをprompts.chatのフィードシステム用に生成する

149.6k
0
AI

flags

Logo of vercel
vercel

React フレームワーク

138.4k
0
ブラウザ

pr-review

Logo of pytorch
pytorch

Pythonにおけるテンソルと動的ニューラルネットワーク(強力なGPUアクセラレーション)

98.6k
0
開発者