new-feature

Generate full-stack features with C# backend and SvelteKit frontend.

230|29|Updated Dec 25, 2025
One-click install
npx skills add https://github.com/fpindej/netrock --skill new-feature-fpindej
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: new-feature
Source: https://github.com/fpindej/netrock/tree/main/.claude/skills/new-feature
Command: npx skills add https://github.com/fpindej/netrock --skill new-feature-fpindej

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the creation of new full-stack features, from backend entity definitions to frontend pages, significantly reducing development time and boilerplate.

Core Features & Use Cases

  • End-to-End Feature Generation: Creates backend entities, services, APIs, and frontend components/pages.
  • Convention-Driven: Follows established project conventions for consistency.
  • Automated Verification: Includes steps to verify builds and tests after each stage.
  • Use Case: Quickly add a new "product catalog" feature by describing it, and the skill will generate the necessary C# backend code and SvelteKit frontend components.

Quick Start

Use the new-feature skill to create a 'user-profile' feature.

Frequently Asked Questions about new-feature

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

FAQPage Schema
How do I generate a full-stack feature from backend to frontend?

To generate a full-stack feature, you describe the desired functionality and the skill orchestrates domain modeling, infrastructure configuration, API definition, and UI component creation to produce the complete code.

What is the best way to automate boilerplate code for new features?

Automating boilerplate code for new features involves a convention-driven generation process that creates backend entities, services, APIs, and frontend pages simultaneously, significantly reducing manual development time.

Does full-stack feature generation work with C# and SvelteKit?

Yes, full-stack feature generation works with C# and SvelteKit, creating the necessary backend code and frontend components while ensuring code quality through automated build and test verification.

How do I ensure code quality when generating backend APIs and frontend pages?

To ensure code quality when generating backend APIs and frontend pages, the generation process includes automated verification steps that execute builds and tests after each development stage.

Can I generate a complete product catalog feature end-to-end?

Yes, you can generate a complete product catalog feature end-to-end by describing it, which triggers the creation of backend entities, services, APIs, and frontend components following established project conventions.

What are the limitations of convention-driven feature generation?

The limitations of convention-driven feature generation include strict adherence to established project conventions, meaning generated code may require manual adjustments if your architecture deviates from the expected multi-step orchestration process.