guia-entrevistas-de-programacion (Agent Skills)

GitHub

Agent skills, system prompts, and AI developer rules for DevCaress/guia-entrevistas-de-programacion

7,996 stars MDX 2 Rule Files Full Docs MCP View JSON API

CLAUDE.md

# Guia de entrevistas de programacion

An Astro-based Spanish-language guide covering common programming interview topics: data structures, algorithms, design patterns, clean architecture, databases, CI/CD, and best practices.

## Content

- All content is written in **Spanish**.
- Content files live in `src/content/guide/` as `.mdx` files, organized in subdirectories by topic.
- The `description` frontmatter field must be **ASCII-only** (no accent marks, no special characters).
- `sidebar.order` must be a unique integer within each folder — check existing files before picking one.

## Creating new content

Use the `/create-content` skill. It covers the required frontmatter fields, body structure, code block conventions, file placement, and the checklist to follow before writing.