actualizar-catalogo-ayudas-espana

Updates a JSON dataset of Spanish state-level social 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-espana-emirodgar
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: actualizar-catalogo-ayudas-espana
Source: https://github.com/Emirodgar/w-emirodgar-es/tree/main/.claude/skills/actualizar-catalogo-ayudas-espana
Command: npx skills add https://github.com/Emirodgar/w-emirodgar-es --skill actualizar-catalogo-ayudas-espana-emirodgar

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Keeping a public catalog of Spanish state-level social benefits accurate requires manually checking official sources for changing amounts, requirements, and application window statuses, which is tedious and error-prone. ## Core Features & Use Cases - Dataset Maintenance: Edits a single data.json file following a defined schema covering amounts, requirements, links, and the estado field (abierto/cerrado/permanente/regional) for aids like IMV, unemployment benefits, and Bono Alquiler Joven. - Official Source Verification: Checks each aid against official government sources rather than press articles, with special attention to annual updates tied to state budgets or royal decrees. - Executive Summary & Eligibility Sync: Rewrites the resumenEjecutivo and keeps the eligibility calculator rules in index.html aligned when thresholds change. - Use Case: At the start of the year, ask the assistant to review IMV amounts after new state budgets are published; it verifies the official figures, updates data.json, refreshes the summary, and reports what changed. ## Quick Start Ask the assistant to update the social aid catalog and review the current IMV amounts against official sources.

Frequently Asked Questions about actualizar-catalogo-ayudas-espana

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

FAQPage Schema
How do I update a catalog of Spanish social benefits?▼

Edit the single data.json file following the defined schema: update amounts, requirements, and the estado field for each aid after checking official government sources. Then refresh lastUpdated, rewrite the executive summary, and validate the JSON before saving.

What does the estado field mean for Spanish aid programs?▼

The estado field tracks application availability with four values: permanente (no deadline, apply anytime), abierto (application window currently open), cerrado (window closed for this cycle), and regional (state-funded but managed by each autonomous community with its own portal and deadlines).

Does this catalog include regional or municipal aid programs?▼

No, the catalog deliberately covers only state-level aids. Regional minimum income schemes, municipal emergency aid, and regional bonuses are intentionally out of scope, though state-regulated aids managed regionally like Bono Alquiler Joven are included with the regional status.

How is the FAQ section of the benefits panel generated?▼

The FAQ with FAQPage/JSON-LD markup is autogenerated in index.html by the getFAQs() function from the ayudas and categorias data, so it stays aligned with the catalog automatically. It is only edited manually when explicitly requested.

What happens if I add a new aid without updating the eligibility calculator?▼

The aid will still appear whenever the eligibility filter is applied, since aids without a rule in the ELEGIBILIDAD object default to possible rather than being hidden. Adding a matching rule with the same id makes the screening more useful but is not strictly required.