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

v1.0.0
GitHub

About this Skill

Ideal for Game Design Analysis Agents requiring rapid access to structured design documentation for roguelike card battle systems. ローグライク系のターン性カードバトル

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

Agent Capability Analysis

The design-research skill by sunbreak-pro is an open-source community AI agent skill for Claude Code and other IDE workflows, helping agents execute tasks with better context, repeatability, and domain-specific guidance.

Ideal Agent Persona

Ideal for Game Design Analysis Agents requiring rapid access to structured design documentation for roguelike card battle systems.

Core Value

Enables targeted document retrieval using grep patterns and a quick index system, bypassing full repository scans. Provides immediate access to core systems like battle flow, buff/debuff mechanics, and lives systems through optimized file path mapping.

Capabilities Granted for design-research

Extracting battle phase logic for system analysis
Researching buff/debuff mechanics for balance testing
Analyzing lives system implementation for progression tuning
Retrieving core game design documentation for feature development

! Prerequisites & Limits

  • Requires specific file structure and naming conventions
  • Dependent on accurate grep pattern matching
  • Limited to documented design patterns in predefined files
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

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

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/

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?

Ideal for Game Design Analysis Agents requiring rapid access to structured design documentation for roguelike card battle systems. ローグライク系のターン性カードバトル

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: Extracting battle phase logic for system analysis, Researching buff/debuff mechanics for balance testing, Analyzing lives system implementation for progression tuning, Retrieving core game design documentation for feature development.

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?

Requires specific file structure and naming conventions. Dependent on accurate grep pattern matching. Limited to documented design patterns in predefined files.

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.

Related Skills

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

View All

widget-generator

Logo of f
f

f.k.a. Awesome ChatGPT Prompts. Share, discover, and collect prompts from the community. Free and open source — self-host for your organization with complete privacy.

149.6k
0
AI

flags

Logo of vercel
vercel

flags is a Next.js feature management skill that enables developers to efficiently add or modify framework feature flags, streamlining React application development.

138.4k
0
Browser

zustand

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
AI

data-fetching

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
AI