implement-archetype

Implement and QA-review Digimon TCG archetype card effects with Python scripts.

1|Updated Jan 29, 2026
One-click install
npx skills add https://github.com/mammalwithashell/digimon-deck-list-builder --skill implement-archetype
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: implement-archetype
Source: https://github.com/mammalwithashell/digimon-deck-list-builder/tree/main/.claude/skills/implement-archetype
Command: npx skills add https://github.com/mammalwithashell/digimon-deck-list-builder --skill implement-archetype

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill automates the complex and time-consuming process of implementing and QA-reviewing card effects for new archetypes in the Digimon TCG game engine.

Core Features & Use Cases

  • Automated Implementation: Generates Python scripts for card effects based on official text and C# references.
  • Parallel Agent Dispatch: Leverages multiple AI agents to process cards in batches, significantly speeding up development.
  • Comprehensive QA: Includes automated checks, tech lead reviews, and targeted tests to ensure script correctness and faithfulness to card rules.
  • Use Case: When a new Digimon TCG archetype is released, use this Skill to quickly implement all its card effects into the game engine, ready for testing and play.

Quick Start

Use the implement-archetype skill to implement the 'Gallantmon' archetype.

Frequently Asked Questions about implement-archetype

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I implement Digimon TCG archetype card effects in bulk?

You can implement Digimon TCG archetype card effects in bulk by using an automated scripting workflow that dispatches parallel AI agents to process cards in batches, handling everything from input parsing to final smoke tests.

How does parallel agent dispatch work for game development scripting?

Parallel agent dispatch speeds up game development scripting by sending multiple AI agents to process different cards concurrently in batches. This parallel processing assembles context and generates Python scripts for each card simultaneously.

Can I use this to automate quality assurance for Digimon TCG scripts?

Yes, you can automate quality assurance for Digimon TCG scripts through comprehensive automated checks, tech lead reviews, and targeted effect validation tests that ensure script correctness and faithfulness to official card rules.

Do I need C# references to generate Python scripts for card effects?

C# references are utilized alongside official card text to generate accurate Python scripts for card effects. The implementation process relies on these references to ensure the generated scripts faithfully replicate the intended game mechanics.

What is the best way to handle card categorization for a new Digimon TCG archetype?

The best way to handle card categorization for a new Digimon TCG archetype is through an end-to-end automated lifecycle that categorizes cards, dispatches parallel agents for scripting, and runs targeted smoke tests for validation.