skillfed

lwy-project-skill-writer

This skill transforms recurring manual tasks into standardized, reusable AI capabilities by understanding your problem, analyzing your project structure, and generating a complete skill design. It guides you through problem classification, project profiling, and skill architecture before generating executable SKILL.md files that integrate seamlessly with your codebase.

lwy-project-skill-writer converts your recurring manual tasks into reusable AI skills by analyzing your problem and project context.

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

2 0 MIT updated by learnwy

Install

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

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

Frequently asked questions

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

How do I write a skill using lwy-project-skill-writer?

lwy-project-skill-writer transforms your problem description into a complete, executable skill. Describe your recurring manual task or workflow, and the skill analyzes your project structure, classifies the problem, profiles your codebase patterns, and generates a standardized SKILL.md file ready to integrate into your .agents/skills directory with proper conventions and architecture.

Can lwy-project-skill-writer turn my manual workflow into a skill?

Yes. lwy-project-skill-writer is designed to build reusable skills from workflows. Provide details about your repetitive process, and it will design a skill to automate that process by understanding your project's structure, generating proper scaffolding, and creating an executable skill definition that follows your project's patterns and conventions.

What does lwy-project-skill-writer generate for my project?

lwy-project-skill-writer generates a complete SKILL.md file tailored to your project. It produces project-level skills with proper structure, validated against your codebase conventions, and ready to add to .agents/skills. The output includes skill architecture, problem classification, and AI-driven automation logic integrated with your existing project patterns.

How does lwy-project-skill-writer handle skill creation for recurring tasks?

lwy-project-skill-writer automates repetitive work by converting problem descriptions into executable skill definitions. It scaffolds new skills following your project patterns, validates structure and conventions, and generates reusable AI capabilities that transform manual, recurring tasks into standardized, maintainable skills integrated into your workflow.

What makes lwy-project-skill-writer different from manual skill writing?

lwy-project-skill-writer streamlines skill creation by automating problem analysis, project profiling, and skill architecture design. Instead of manually writing SKILL.md files, you describe your workflow and receive a fully structured, convention-compliant skill ready for integration—saving time and ensuring consistency across your project's skill library.

SKILL.md

rendered from the published skill — quoted content, verbatim

Project Skill Writer

Design philosophy: Users do not know what a "skill" is or how to describe one. They only know their problem. This skill turns a problem description into a runnable skill.

> Shared principle: This skill shares the 5 common writer disciplines (understand → analyze → confirm → project-relative paths → verify) with project-agent-writer / project-skill-installer / project-rules-writer. See references/writer-discipline.md for details.

When to Use

Good fit:

  • The user describes a recurring annoyance or manual task
  • The user says "create a skill", "I have to do X manually every time", "I wish the AI could automatically..."
  • The user provides a workflow that can be standardized

Not a fit:

  • The user wants

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

Read as markdown · JSON record · Browse the source repository

File tree — 13 files
skills/lwy-project-skill-writer/SKILL.md
skills/lwy-project-skill-writer/agents/convention-detector.md
skills/lwy-project-skill-writer/agents/project-scanner.md
skills/lwy-project-skill-writer/agents/quality-validator.md
skills/lwy-project-skill-writer/agents/tech-stack-analyzer.md
skills/lwy-project-skill-writer/assets/skill.md.template
skills/lwy-project-skill-writer/evals/evals.json
skills/lwy-project-skill-writer/examples/workflow-skill.md
skills/lwy-project-skill-writer/references/advanced-patterns.md
skills/lwy-project-skill-writer/references/conditional-reflection.md
skills/lwy-project-skill-writer/references/path-discovery.md
skills/lwy-project-skill-writer/references/writer-discipline.md
skills/lwy-project-skill-writer/scripts/cli.cjs

Related skills

Tags

skill-generation workflow-automation code-scaffolding problem-to-solution reusable-components agent-ecosystem project-level-tools task-standardization ai-skill-design developer-productivity