fdocs

Manage Feature Docs workflows in Git repositories with YAML frontmatter.

1|Updated Jan 21, 2026
One-click install
npx skills add https://github.com/ongspxm/mobot_skills --skill fdocs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fdocs
Source: https://github.com/ongspxm/mobot_skills/tree/main/fdocs
Command: npx skills add https://github.com/ongspxm/mobot_skills --skill fdocs

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the process of managing feature documentation within a Git repository, from initial creation to archiving.

Core Features & Use Cases

  • Initialize Project Structure: Sets up the necessary directories and template files for Feature Docs.
  • Create New Feature Docs: Generates new feature documents based on a template, ensuring consistent numbering and formatting.
  • Track Status and Archive: Manages the lifecycle of feature documents, updating an index and archiving closed items.
  • Explore Project Context: Provides insights into recent activity, active feature docs, and overall project status.

Quick Start

Use the fdocs skill to initialize the feature docs structure in your repository.

Frequently Asked Questions about fdocs

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

FAQPage Schema
How do I manage feature documentation within a Git repository?

Feature documentation within a Git repository is managed by initializing a convention-based directory structure, generating markdown files with consistent numbering, and tracking their lifecycle status using YAML frontmatter.

What is the best way to track the lifecycle of feature docs from creation to archiving?

Tracking feature docs lifecycle involves creating documents from templates, updating a central index with status changes, and archiving closed items to maintain a clean and accurate project status overview.

How do I set up the directory structure for feature docs in my project?

Setting up feature docs involves initializing the required project structure within a Git repository, which automatically generates the necessary directories and template files under the docs path.

Does the feature docs workflow rely on YAML frontmatter for metadata?

Yes, the feature docs workflow utilizes YAML frontmatter to store metadata for feature documents, enabling script-backed commands to parse, verify, and track document status effectively.

Can I use scripts to automate feature docs creation and status tracking?

You can automate feature docs management using script-backed commands that handle file creation, status tracking, and deep analysis, ensuring consistent formatting and numbering across the repository.

How do I explore active feature docs and recent project activity?

Exploring active feature docs and recent project activity is achieved through workflow-only subcommands that analyze the repository to provide insights into current statuses and overall progress.