pericia-template

Generate graded Pokémon TCG appraisal pages from standardized templates.

Updated Dec 19, 2025
One-click install
npx skills add https://github.com/afonsolelis/laudo_cards --skill pericia-template
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pericia-template
Source: https://github.com/afonsolelis/laudo_cards/tree/main/.claude/skills/pericia-template
Command: npx skills add https://github.com/afonsolelis/laudo_cards --skill pericia-template

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automatiza a criação de páginas de perícia para cartas Pokémon TCG graduadas, usando templates padronizados para acelerar a publicação.

Core Features & Use Cases

  • Coleta de Informações: interface para coletar dados da carta, graduação, histórico e referências.
  • Template rendering: lê template_pericia.html e substitui variáveis por dados coletados.
  • Validação e geração: valida o conteúdo final e salva o HTML em pages/[nome-carta].html.

Quick Start

  • Execute a perícia para uma carta fornecendo dados básicos (nome, coleção, número, etc.)
  • Confirme os dados coletados e permita que a skill gere a página final em pages/[nome-carta].html

Frequently Asked Questions about pericia-template

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

FAQPage Schema
How do I automate generation of Pokémon TCG appraisal pages using HTML templates?

This Skill automates appraisal page generation by reading a standardized HTML template, substituting variables with card data you provide, calculating badge colors from grades, validating HTML structure, and saving the final page to pages/[card-name].html. It handles interactive data collection, dynamic content sections, and kebab-case filename generation in one workflow.

Can I use this for graded cards across both modern and vintage Pokémon sets?

Yes. The Skill supports appraisals for graded cards across modern and vintage sets. It collects card name, collection, number, grade, and portfolio history, then applies the standardized template to generate consistent documentation for any set.

What data do I need to collect before generating an appraisal page?

You provide card name, collection, card number, grade/score, and portfolio references through the Skill's data collection interface. The Skill then validates this input, substitutes it into the template, calculates badge colors from scores, ensures unique accordion IDs, and generates the final HTML output.

Does the Skill validate the HTML output before saving?

Yes. The Skill validates HTML structure and URL format to ensure the generated page meets standards before saving to pages/[card-name].html. It also generates unique accordion IDs and kebab-case filenames automatically.

Can I add multiple cards to a portfolio using this Skill?

Yes. The Skill supports adding cards to portfolios and documenting multiple graded cards. Each execution generates a separate standardized appraisal page, allowing you to build a complete portfolio of graded card documentation.