np

Initialize a new project directory with a standardized KFG structure and Git setup.

Updated Jan 13, 2026
One-click install
npx skills add https://github.com/kmylpenter/KFG-CCv2-Installer-Stable --skill np
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: np
Source: https://github.com/kmylpenter/KFG-CCv2-Installer-Stable/tree/main/.claude/skills/np
Command: npx skills add https://github.com/kmylpenter/KFG-CCv2-Installer-Stable --skill np

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines the creation of new projects by automatically setting up a complete KFG-compliant directory structure, including essential logging and documentation files.

Core Features & Use Cases

  • Project Initialization: Creates a new project directory with a predefined structure.
  • Log File Setup: Initializes logs/ with STATE.md, CHANGELOG.md, DEVLOG.md, CONTINUITY.md, and an adr/ subdirectory.
  • Basic Configuration: Sets up a .gitignore file and a basic CLAUDE.md for project-specific instructions.
  • Use Case: When starting a new software feature or project, use this Skill to ensure all necessary tracking and documentation files are in place from the very beginning.

Quick Start

Use the np skill to create a new project named 'my-awesome-app'.

Frequently Asked Questions about np

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

FAQPage Schema
How do I set up a new project with a standardized directory structure and Git?

To set up a new project with a standardized directory structure, this Skill initializes a project directory with a Git repository, essential log files, and a basic .gitignore. It creates required tracking directories and documentation automatically.

What files are needed for project continuity and state tracking?

Essential files for project continuity and state tracking include STATE.md, CHANGELOG.md, DEVLOG.md, and CONTINUITY.md. This Skill initializes these files within a logs directory alongside an adr subdirectory for architecture decision records.

Can I automatically create a GitHub remote repository when initializing a new project?

Yes, you can create a GitHub remote repository when initializing a new project. This Skill optionally integrates with GitHub to automate remote repository creation alongside local directory and Git repository setup.

Does this project scaffolding tool generate a CLAUDE.md file?

Yes, this project scaffolding tool generates a basic CLAUDE.md file. It creates this file during project initialization to hold project-specific instructions and ensure tracking documentation is in place from the beginning.

What is the best way to start a KFG-compliant software project?

The best way to start a KFG-compliant software project is to use a scaffolding tool that bootstraps the directory structure automatically. This Skill sets up predefined logging directories, configuration files, and Git repositories instantly.