internal/builtins/content/generate-agents-md/SKILL.md
Generate a root AGENTS.md for a project from `samuel.toml` defaults (default methodology, guardrails, plugin list). Internally folded into `samuel sync` — kept as a discrete built-in so legacy invokers that reach for "generate-agents-md" still resolve to a manifest. Use when the user explicitly says "generate the root AGENTS.md" or a tool installer needs the pre-v2 name.
npx skillsauth add ar4mirez/samuel generate-agents-mdInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
The root AGENTS.md template renders from samuel.toml:
default_methodology — short description of the active loop[guardrails] — code-quality limits rendered inline[[plugins]] — installed skills/tools the agent can useIn v2 this body is invoked by samuel sync as part of the per-folder
walk; the standalone command is a thin alias kept for backwards
compatibility with v1 tooling.
The rendered output stays under 150 lines after variable expansion — that ceiling is enforced by CI on the generated output, not the template source.
development
Zig language guardrails, patterns, and best practices for AI-assisted development. Use when working with Zig files (.zig), build.zig, or when the user mentions Zig. Provides comptime patterns, allocator conventions, C interop guidelines, and testing standards specific to this project's coding standards.
tools
WordPress framework guardrails, patterns, and best practices for AI-assisted development. Use when working with WordPress projects, or when the user mentions WordPress. Provides theme development, plugin architecture, REST API, blocks, and security guidelines.
tools
Toolkit for interacting with and testing local web applications using Playwright. Supports verifying frontend functionality, debugging UI behavior, capturing browser screenshots, and viewing browser logs. Use when testing web apps, automating browser interactions, or debugging frontend issues.
tools
Suite of tools for creating elaborate, multi-component web applications using modern frontend technologies (React, Tailwind CSS, shadcn/ui). Use for complex projects requiring state management, routing, or shadcn/ui components - not for simple single-file HTML/JSX pages.