skillfed

lwy-project-agent-writer

This skill guides you through building autonomous agents for your project by first understanding your automation need, analyzing your codebase structure, and designing an agent tailored to your problem. It supports six agent archetypes—graders, comparators, analyzers, transformers, researchers, and validators—and requires user confirmation before generating any files.

lwy-project-agent-writer creates project-level autonomous agents by analyzing your codebase and designing agents tailored to your automation needs.

AI-generated summary based on this skill's SKILL.md

2 0 MIT updated by learnwy

Install

learnwy/skills/lwy-project-agent-writer · repository language: TypeScript

CLI (skillfed)coming soon
git clone https://github.com/learnwy/skills
cp -r skills/skills/lwy-project-agent-writer ~/.claude/skills/lwy-project-agent-writer

Frequently asked questions

AI-generated answers based on this skill's SKILL.md and metadata

How do I create an agent for my project?

lwy-project-agent-writer guides you through building autonomous agents by first understanding your automation need, analyzing your codebase structure, and designing an agent tailored to your problem. The skill supports six agent archetypes—graders, comparators, analyzers, transformers, researchers, and validators—and requires your confirmation before generating any files.

What agent types does lwy-project-agent-writer support?

lwy-project-agent-writer supports six specialized agent archetypes: graders for code review and quality assessment, comparators for comparing outputs, analyzers for finding patterns, transformers for converting data, researchers for gathering information, and validators for enforcing rules and workflow validation.

How do I build a worker agent to automate repetitive tasks?

lwy-project-agent-writer helps you build worker agents by first understanding your repetitive task, analyzing your project structure and conventions, then designing an agent that fits your workflow. The skill generates a scaffold and asks for your confirmation before creating any files, ensuring the agent matches your needs.

Does lwy-project-agent-writer confirm designs before file creation?

Yes. lwy-project-agent-writer generates an agent scaffold and design summary, then requires your explicit confirmation before creating any files. This ensures the autonomous agent matches your project requirements and automation goals before implementation.

Can lwy-project-agent-writer design a validator agent for my workflow?

Yes. lwy-project-agent-writer can design a validator agent to enforce rules and handle workflow validation. It analyzes your project structure, understands your validation needs, and creates a specialized agent tailored to your automation requirements.

What happens after lwy-project-agent-writer analyzes my project?

After analyzing your project structure and understanding your automation need, lwy-project-agent-writer designs an agent from one of its six archetypes that fits your conventions. It then presents the agent scaffold and design for your review and confirmation before proceeding to file generation.

SKILL.md

rendered from the published skill — quoted content, verbatim

Project Agent Writer

Analyze the project's structure, conventions, and automation gaps, then design an agent to solve the user's problem. Always confirm with the user via AskUserQuestion before generating any files.

> Core principle: First understand the problem, then analyze the project, then design the agent, and only generate after the user confirms.

> Shared principle: This skill shares the 5 common writer disciplines with project-skill-writer / project-skill-installer / project-rules-writer. See ../project-skill-writer/references/writer-discipline.md for details.

Use

(truncated - see the full file via the links below)

Read as markdown · JSON record · Browse the source repository

File tree — 8 files
skills/lwy-project-agent-writer/SKILL.md
skills/lwy-project-agent-writer/assets/agent.md.template
skills/lwy-project-agent-writer/evals/evals.json
skills/lwy-project-agent-writer/examples/grader-agent.md
skills/lwy-project-agent-writer/references/agent-patterns.md
skills/lwy-project-agent-writer/references/conditional-reflection.md
skills/lwy-project-agent-writer/references/path-discovery.md
skills/lwy-project-agent-writer/scripts/cli.cjs

Related skills

Tags

autonomous-worker project-automation agent-scaffolding workflow-design task-orchestration code-generation agent-patterns repetitive-task-elimination multi-agent-system