agent-rules-skill-author
SolidCreate, evaluate, or edit this .agents WebDev Agent Kit, including AGENTS.md, common/**, project/**, skills/**, metadata, validators, and progressive-disclosure rules.
AI & Automation 5 stars
0 forks Updated 1 weeks ago Apache-2.0
Install
Quality Score: 78/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# Agent Rules And Skill Author
## Purpose
Create or revise repo-local agent rules and `.agents`-compatible skill packages without leaking project-specific instructions into the wrong layer.
## When To Use
- The user asks to create, evaluate, rename, delete, or edit skills.
- The user asks to change `AGENTS.md`, manifests, validators, `common/**`, `project/**`, or `skills/**`.
- The user explicitly asks for user-facing README documentation changes.
- The screenshot-to-frontend pipeline rules, tool contracts, or skill routing need maintenance.
## When Not To Use
- The user asks to write a design implementation spec from screenshots. Use `design-screenshot-spec`.
- The user asks to implement a frontend layout from a spec. Use `frontend-layout-implementer`.
- The user asks to visually verify rendered UI. Use `frontend-visual-qa`.
- The user asks to adapt a new project in Plan Mode. Use `project-onboarding-adapter`.
## Required Context
1. Read `AGENTS.md`.
2. Confirm the classified task is `skill-documentation-refactor`, `documentation`, or another `.agents` rule-maintenance task.
3. Read `common/documentation-maintenance.md`.
4. Read affected `common/**`, `skills/**`, `project/**`, manifests, validators, templates, examples, and root pointer files for the requested change.
5. Apply `common/readme-policy.md`: read targeted README sections when the request concerns README, public setup guidance, or docs/implementation drift; verify technical claims through higher evidence.
...
Details
- Author
- ytvee-dev
- Repository
- ytvee-dev/webdev-agent-kit
- Created
- 2 months ago
- Last Updated
- 1 weeks ago
- Language
- Python
- License
- Apache-2.0
Bundled in these plugins
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Solid
agent-rules
Align all AI coding agents to single source of truth. AGENTS.md for rules, .agents/skills/ for skills. All other files are symlinks.
3 Updated today
mr-kelly AI & Automation Featured
agent-creation
Turn a user requirement into a concrete agent — write the target agent's AGENTS.md and install the skills it needs.
199 Updated today
Prism-Shadow AI & Automation Listed
agent-skill-authoring
Write a well-formed SKILL.md (agentskills.io format) so it imports cleanly and actually gets used.
44 Updated today
RYOITABASHI