op

Analyze project type and create a standardized logs directory structure.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps integrate the KFG (Kmylpenter File Genius) system into existing projects that do not yet have a logs/ directory, streamlining project setup and documentation.

Core Features & Use Cases

  • Project Analysis: Automatically detects project type (Node, Python, Rust, Go) and analyzes recent commit history.
  • Structure Creation: Sets up a standardized logs/ directory with essential files like STATE.md, CHANGELOG.md, and DEVLOG.md.
  • Use Case: You have a legacy Python project without any logging or documentation structure. Running this skill will analyze the project, create the necessary logs/ directory and files, and add basic information to them, making it ready for KFG integration.

Quick Start

Use the op skill to integrate KFG into the current project.

Frequently Asked Questions about op

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

FAQPage Schema
How do I add a standardized logs directory to a legacy project?

To add a standardized logs directory to a legacy project, this Skill analyzes your project type and README, then creates a logs/ structure with STATE.md, CHANGELOG.md, DEVLOG.md, and subdirectories for adr, archive, handoffs, and screenshots.

Does the KFG integration tool work with Python and Rust projects?

Yes, the KFG integration tool works with Python and Rust projects, alongside Node and Go, by detecting project types through their respective package managers to establish the correct documentation structure.

What files are included in the standardized project documentation structure?

The standardized project documentation structure includes STATE.md, CHANGELOG.md, DEVLOG.md, and CONTINUITY.md within the logs/ directory, alongside subdirectories for adr, archive, handoffs, and screenshots.

How to set up project logging and ignore archive files in Git?

To set up project logging and ignore archive files in Git, this Skill creates the logs/ directory and automatically appends logs/archive/ and logs/screenshots/ to your .gitignore file.

Can I integrate file tracking into an existing project without a logs directory?

Yes, you can integrate file tracking into an existing project without a logs directory by running this Skill, which checks for missing documentation structures and generates the complete KFG file system automatically.