actualizar-catalogo-ayudas-cyl-salamanca

Updates a JSON catalog of Castilla y León and Salamanca public aid programs from official sources.

Updated Apr 18, 2018
One-click install
npx skills add https://github.com/Emirodgar/w-emirodgar-es --skill actualizar-catalogo-ayudas-cyl-salamanca-emirodgar
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: actualizar-catalogo-ayudas-cyl-salamanca
Source: https://github.com/Emirodgar/w-emirodgar-es/tree/main/.claude/skills/actualizar-catalogo-ayudas-cyl-salamanca
Command: npx skills add https://github.com/Emirodgar/w-emirodgar-es --skill actualizar-catalogo-ayudas-cyl-salamanca-emirodgar

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Keeping a public catalog of regional and municipal social aid programs accurate requires manually checking official sources for changed amounts, requirements, and call statuses, which is slow and error-prone. ## Core Features & Use Cases - Structured data.json schema: Maintains aid entries with stable IDs, categories, amounts, requirements, official links, status, and a distinctive ambito field (autonómico, municipal, provincial). - Eligibility calculator sync: Keeps the ELEGIBILIDAD rules and thresholds in index.html (e.g., rgcThreshold, urgenciaSocialThreshold) consistent with official figures in data.json. - Source verification discipline: Verifies every figure against official portals rather than press articles, and preserves warnings in notas for amounts not confirmed in primary sources. - Use Case: When the Junta de Castilla y León publishes a new call or updates the Renta Garantizada de Ciudadanía amount, run this Skill to verify the change, update data.json and the calculator, and get a summary of what changed. ## Quick Start Ask the assistant to update the Castilla y León and Salamanca aid catalog by checking the official sources for any changes in amounts, requirements, or call status.

Frequently Asked Questions about actualizar-catalogo-ayudas-cyl-salamanca

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

FAQPage Schema
How do I update a public aid catalog dataset from official sources?▼

Read the current data.json, then check each aid's amount, requirements, and status on the official government portal rather than press articles. Update changed fields, refresh lastUpdated and resumenEjecutivo, and validate the file remains valid JSON before saving.

What does the ambito field mean in a regional aid catalog?▼

The ambito field marks whether an aid is autonomico (Junta de Castilla y León, available community-wide), municipal (Ayuntamiento de Salamanca, city residents only), or provincial (Diputación de Salamanca, municipalities outside the capital). It drives the visual badge, the scope filter, and the eligibility calculator.

How does the eligibility calculator filter aids by residence?▼

The calculator uses a perfilResidencia input combined with each aid's ambito field in evaluarElegibilidad() to discard municipal aids for non-capital residents and provincial aids for capital residents before checking any other rule. Per-aid rules live in the ELEGIBILIDAD object in index.html.

Should I add an eligibility rule for every new aid in data.json?▼

Not necessarily. Aids without a rule in ELEGIBILIDAD are shown whenever the scope filter applies, which is the safe default. Some dependency and elderly-care aids deliberately have no rule because the form lacks reliable data to approximate dependency degree.

What are the limitations of this aid catalog's scope?▼

The catalog covers only Castilla y León autonomic aids and Salamanca municipal or provincial aids. It excludes state-level aids, which belong to the separate catalogo-ayudas-espana project, and does not list aids from other towns in the province individually.

How are unconfirmed aid amounts handled in the dataset?▼

Amounts not published on official websites, such as some dependency and home-care service figures, keep an explicit warning in the notas field. If the exact figure is later found in a primary source, update it and remove the warning; otherwise keep the warning in place.