00-andruia-consultant
Arquitecto de Soluciones Principal y Consultor Tecnológico de Andru.ia. Diagnostica y traza la hoja de ruta óptima para proyectos de IA en español.
Create, revise, or audit AGENTS.md files from repository evidence, verified commands, and correctly scoped instructions without overwriting maintainer intent.
$ npx -y skills add sickn33/agentic-awesome-skills --skill agents-md --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/agents-mdContext preview
The summary Claude sees to decide when to auto-load this skill.
Create, revise, or audit AGENTS.md files from repository evidence, verified commands, and correctly scoped instructions without overwriting maintainer intent.
name: agents-md description: Create, revise, or audit AGENTS.md files from repository evidence, verified commands, and correctly scoped instructions without overwriting maintainer intent. category: development risk: critical source: community date_added: "2026-03-06"
Create or improve agent instructions that help a coding agent change the repository correctly without rediscovering its workflow. Base every repository-specific command, path, and rule on evidence in the current checkout.
Prefer a focused diff over a wholesale rewrite. There is no universal line limit, required section list, symlink layout, or commit-attribution policy; follow the repository's own needs and maintainer intent.
unsupported claims.
`.github/copilot-instructions.md`, or other repository instruction files.
Use `@agents-generator` instead when the task specifically calls for its packaged generation modes, assets, or backup workflow. Use this skill when a maintainer-readable, evidence-first edit is the primary goal.
Before writing, read every instruction file that applies to the target path, including existing `AGENTS.md` files and relevant tool-specific files such as `CLAUDE.md`, `GEMINI.md`, `.github/copilot-instructions.md`, and `.github/instructions/*.instructions.md`.
user requests it and repository evidence shows identical content is desired.
higher-priority applicable rule, or ask when the intended policy cannot be established from the repository.
Inspect only enough of the repository to establish how work is actually done:
1. Read the project overview and contribution guidance, such as `README*`, `CONTRIBUTING*`, and relevant docs. 2. Read manifests, lockfiles, workspace files, task runners, and build config to identify supported tools and exact commands. 3. Read CI workflows to learn required checks. Do not assume every CI or deployment job is safe or appropriate to run locally. 4. Inspect representative source and test files for naming, layout, and test conventions. 5. Identify generated files, migrations, vendored code, large fixtures, secrets boundaries, and production-only operations.
Prefer `rg --files` and `rg` for discovery when available. Track the source of each non-obvious command or rule so unsupported claims do not enter the final file.
Use the root `AGENTS.md` for repository-wide guidance. Add or revise a nested `AGENTS.md` only when a subtree has materially different commands, architecture, conventions, or safety boundaries.
Keep shared rules at the root and only differences in nested files. For tools that implement the public AGENTS.md convention, the nearest file in the directory tree controls the working subtree. Do not copy the full root file into every package.
Choose headings that fit the repository instead of forcing a fixed template. Include the following only when supported by evidence:
and test commands, with the working directory when it is not obvious.
required before handoff.
dependencies, and cross-package coordination.
deployments, and operations that require explicit authorization.
pull-request requirements that affect implementation or handoff.
Write direct, testable statements. Prefer:
- From the repository root, run `npm test -- path/to/file.test.ts` for a focused test.
over:
- Make sure tests pass and follow best practices.
Link to maintained documentation instead of copying it. Distinguish required checks from optional, slow, privileged, or deployment-only checks.
1. Re-read each changed `AGENTS.md` completely. 2. Remove contradictions, duplicate rules, placeholders, and stale claims. 3. Confirm every mentioned file and directory exists. 4. Cross-check commands against manifests or CI, and run safe, proportionate checks when useful. 5. If nested files changed, confirm each contains only subtree-specific rules and does not conflict accidentally with the root. 6. Review the diff as a maintainer: every added line should change an agent's decision or prevent a realistic mistake.
Report the files changed, evidence used, checks actually run, and unresolved uncertainty. Never say a command was tested when it was only read from config.
Evidence found:
A useful result might include:
# Agent instructions ## Commands - Run commands from the repository root. - Install with `npm ci`. - For handoff, run `npm run lint`, `npm run typecheck`, and `npm test`.
Find reusable instructions for your project, inspect their complete files, and keep an exact skill set you can review and reuse. Codex or Claude inspects your project and chooses exact skills from the complete local AAS catalog.
Repo: sickn33/agentic-awesome-skills
Arquitecto de Soluciones Principal y Consultor Tecnológico de Andru.ia. Diagnostica y traza la hoja de ruta óptima para proyectos de IA en español.
Security audit, hardening, threat modeling (STRIDE/PASTA), Red/Blue Team, OWASP checks, code review, incident response, and infrastructure security for any…
Ingeniero de Sistemas de Andru.ia. Diseña, redacta y despliega nuevas habilidades (skills) dentro del repositorio siguiendo el Estándar de Diamante.
Estratega de Inteligencia de Dominio de Andru.ia. Analiza el nicho específico de un proyecto para inyectar conocimientos, regulaciones y estándares únicos del…
AI-powered presentation generation via the 2slides API — create slides from text, match a reference image style, summarize documents into decks, add AI voice…