wfc-newskill

Interview users to generate Claude Code prompts for new WFC skills.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/sam-fakhreddine/wfc --skill wfc-newskill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wfc-newskill
Source: https://github.com/sam-fakhreddine/wfc/tree/main/wfc/skills/wfc-newskill
Command: npx skills add https://github.com/sam-fakhreddine/wfc --skill wfc-newskill

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the process of creating new WFC skills, reducing the manual effort and complexity involved in defining and implementing new AI capabilities.

Core Features & Use Cases

  • Guided Skill Creation: Walks users through an interview process to gather all necessary requirements for a new skill.
  • Prompt Generation: Automatically generates a well-structured Claude Code agentic prompt based on the interview answers.
  • Optional Auto-Build: Can initiate a wfc-plan and wfc-implement workflow to automatically build and register the new skill.
  • Use Case: A developer needs to add a new skill to WFC that can analyze database schemas. They use /wfc-newskill to be guided through defining the skill's purpose, inputs, outputs, and then optionally have WFC build it automatically.

Quick Start

Use the wfc-newskill command to start the interview for creating a new skill.

Frequently Asked Questions about wfc-newskill

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate skill creation for custom workflow automations?

Automating skill creation involves conducting a structured interview to gather requirements, generating a prompt, and triggering an auto-build process. This Skill guides you through defining the purpose, inputs, and outputs to streamline extending WFC with new functionalities.

What is a structured interview process for generating agentic prompts?

A structured interview process for generating agentic prompts systematically collects all necessary requirements for a new skill. It walks developers through defining the skill's specific parameters, ensuring the resulting Claude Code prompt is well-structured and comprehensive.

How do I build and register a new skill after defining its requirements?

To build and register a new skill, you can initiate an optional auto-build process that triggers planning and implementation workflows. This automatically constructs the skill based on your interview answers and integrates it into the WFC environment.

Can I use prompt generation to extend WFC with new developer tools?

Yes, you can use prompt generation to extend WFC with new developer tools. The Skill automatically generates a well-structured Claude Code agentic prompt based on your interview answers, which serves as the foundation for building the new functionality.

Do I need to manually code new functionalities or can I use meta-programming to generate them?

You do not need to manually code new functionalities; you can use meta-programming to generate them. This Skill reduces manual effort by automating the definition and implementation of new AI capabilities through prompt templating and auto-build workflows.

What are the limitations of using an automated interview for skill creation?

The limitations of using an automated interview for skill creation include a strict dependency on the structured interview process to gather requirements. The resulting auto-build relies entirely on the accuracy of your answers and the integration with WFC's planning and implementation workflows.