internal/builtins/content/create-skill/SKILL.md
Scaffold a new Agent Skill for Samuel. Generates the directory layout, SKILL.md frontmatter, and the manifest entries required for the skill to load via Samuel's plugin loader. Use when the user asks to "create a skill", "add a new skill", or "scaffold an Agent Skill".
npx skillsauth add ar4mirez/samuel create-skillInstall 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.
An Agent Skill is a self-contained capability bundle: a directory with
a SKILL.md (this format), optional supporting prompts, and a
samuel-plugin.toml manifest used by the loader.
This built-in walks the user through the four decisions that make a skill load cleanly in Samuel v2:
fs:read, net:none, …)samuel-plugin.toml with kind = "skill"<name>/
SKILL.md
samuel-plugin.toml
prompts/ (optional)
*.md
Full bodies (the interactive scaffolder, the manifest writer, the
loader integration) land with PRD 0003 / 0005. This placeholder ships
so the built-in tree is non-empty after a fresh samuel init.
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.