Analyze ai-engineering-syllabus projects for inconsistencies and conflicts — within a single project (challenge vs deliverables vs evals), between a project README and its CONTEXT file(s), between a project and its reference solution, and across a group of projects. Read-only. Produces a chat report of findings plus solution alternatives. Use when the user asks to analyze, audit, review coherence of, or find conflicts/inconsistencies in one or more projects under content/projects.
Orchestrate end-to-end project creation from one or two README files in ai-engineering-syllabus: create/update translations, generate .learn/solution with the solution skill, configure learn.json with the learnpack skill, and produce preview plus sharing metadata using the social-sharing skill. Use when the user asks to create a new project from README instructions.
Drafts bilingual instructor-only example briefs under .learn/example/ (README.md + README.es.md): a shorter parallel scenario with the same stack and learning goals as the real project but a different domain, so teachers can build a live reference demo without implementing the full student deliverable. Use when the user asks for a class example, enunciado de ejemplo, instructor brief, .learn/example, or a teaching walkthrough that mirrors a syllabus project.
Generates professional project README files (project statements) for 4Geeks Academy bootcamp modules. Use this skill whenever a user asks to create, write, or generate a project README, project statement, or module instructions for 4Geeks Academy — including any course track (Full-Stack, Data Science, Cybersecurity, AI Engineering). Trigger even if the user says things like "write a new project for the syllabus", "create a module statement", "generate README for this topic", or "I need a bootcamp project about X". Always use this skill when 4Geeks Academy context is present and a project document is needed.
Define and maintain a canonical solution file per project under .learn/solution and link it from the project's learn.json via a solution attribute. Use when creating or updating module project solutions so students and LLMs can compare their work against a reference implementation. Trigger on "solution reference", ".learn/solution", or "project solution file".
Generates CONTEXT.md files for one or more company scenarios for a 4Geeks Academy transversal project milestone. A CONTEXT file is the company-specific document a student reads before implementing their milestone — it provides the real-world domain data (event schemas, KPIs, entity tables, seed instructions, restrictions) that turns a generic README into a concrete assignment. Requires an existing README for the milestone as input. Use this skill when adding a new company scenario to an existing milestone, when onboarding a new sector into the transversal project, or when generating context files after a README has already been written. Trigger on phrases like "generate the context for [company]", "add a new company to milestone N", "create CONTEXT files for this README", "generate CONTEXT for [sector] scenario", or when a user provides a README and one or more company descriptions. Do NOT use this skill to generate READMEs — use transversal-project-readme-generator for that.
Orchestrates the generation of all artifacts for a 4Geeks Academy transversal project milestone — the universal project statement and the company-specific context files. Use this skill when a user wants to generate everything for a milestone at once, or when it is unclear whether they need only the README, only the CONTEXT files, or both. Trigger on phrases like "generate milestone N", "create all the files for hito X", "set up milestone N for these companies", or any request that involves a milestone number and one or more company descriptions without specifying which artifact they want. For targeted requests ("only generate the README", "only generate the context"), this skill will detect the intent and delegate accordingly. Always use this skill as the entry point when the scope of the request is ambiguous.
Generates the universal project statement (README.md + README.es.md) for a single milestone of a 4Geeks Academy transversal project. The README is written in generic "your company" framing — no sector, no company name — so it applies equally to every student regardless of their assigned scenario. Use when a milestone needs a new README from scratch, or when an existing README needs to be rewritten. Trigger on "write the README for milestone N", "create the project statement for hito X", or "rewrite the milestone README". Do NOT use for CONTEXT files — use transversal-project-context-generator instead.