add-file

Guide file placement and testing within a project framework using tuist.

14|2|Updated Mar 2, 2023
One-click install
npx skills add https://github.com/sudopark/TodoCalendar --skill add-file
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: add-file
Source: https://github.com/sudopark/TodoCalendar/tree/main/.claude/skills/add-file
Command: npx skills add https://github.com/sudopark/TodoCalendar --skill add-file

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the process of adding new files to an existing project framework, ensuring correct organization and best practices are followed.

Core Features & Use Cases

  • File Addition Routing: Provides a structured approach to adding files to specific directories based on their type (e.g., models, use cases, repositories).
  • Testing Accompaniment: Ensures that test files are added alongside source files for thorough testing.
  • tuist generate Execution: Guides on running the tuist generate command post-file addition to maintain project integrity.
  • Completion Verification: Ensures that the addition process is complete by verifying against predefined standards and conducting impact checks.

Quick Start

Run the add-file skill with the command 'add-file new-model' to add a new model file to your project.

Frequently Asked Questions about add-file

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

FAQPage Schema
How do I add new files to a tuist project framework?

To add files to a tuist project framework, you route new files to specific directories based on their type, such as models or repositories, and run the `tuist generate` command to maintain project integrity.

How do I organize code files and tests in an existing project structure?

Organizing code files requires placing source files into specific directories by type and adding accompanying test files alongside them to ensure thorough testing and adherence to project standards.

Do I need to run tuist generate after adding new model or repository files?

Yes, running `tuist generate` after adding new files is required to update the project structure and maintain project integrity within the tuist framework.

What is the best way to ensure my new project files meet completion standards?

Ensuring new project files meet completion standards involves verifying the addition process against predefined guidelines and conducting impact checks to confirm correct file placement and testing.

Can I use this approach to add files for different use cases and repositories?

Yes, this file addition routing approach supports adding files for specific types like use cases and repositories by guiding placement into appropriate directories within the project structure.

Why does adding source files to a project framework require accompanying test files?

Adding source files requires accompanying test files to ensure thorough testing, maintain best practices, and verify that the new code integrates correctly within the existing project framework.