xddp.fill-rulebook

Generate project-rulebook documentation from repository structure and git history.

Updated Mar 28, 2026
One-click install
npx skills add https://github.com/tsuna44/XddpSettings --skill xddp-fill-rulebook
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: xddp.fill-rulebook
Source: https://github.com/tsuna44/XddpSettings/tree/main/ClaudeCode/.claude/skills/xddp.fill-rulebook
Command: npx skills add https://github.com/tsuna44/XddpSettings --skill xddp-fill-rulebook

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill solves the challenge of maintaining consistent project documentation by automatically scanning your codebase to draft and populate project-rulebook files, ensuring that architectural decisions and naming conventions are captured without manual effort.

Core Features & Use Cases

  • Automated Drafting: Scans source code, git logs, and configuration files to fill in placeholders in project-rulebook.md and related files.
  • Context-Aware Analysis: Identifies project structure, naming conventions, and architectural decisions based on the actual implementation.
  • Use Case: When starting a new module or onboarding a new repository, use this skill to instantly generate a baseline rulebook that reflects your current coding standards and module structure.

Quick Start

Use the xddp fill-rulebook skill to draft all unwritten sections for the shared project rulebook.

Frequently Asked Questions about xddp.fill-rulebook

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

FAQPage Schema
How do I automate project documentation drafting from a codebase?

You can automate project documentation drafting by using a skill that scans your codebase, git logs, and configuration files to extract technical metadata and populate project-rulebook files. It identifies architectural decisions and naming conventions to generate documentation automatically.

How does codebase analysis identify naming conventions for documentation?

Codebase analysis identifies naming conventions by scanning repository structure and git commit history to extract technical metadata. It reads source code and configuration files to detect implemented architectural patterns and populate project-rulebook placeholders with actual coding standards.

Can I use this skill to generate rulebooks for multiple repositories?

Yes, this skill applies to XDDP-compliant software development workflows requiring synchronized documentation across multiple repositories. It requires read access to each repository's codebase and configuration files to extract technical metadata for generating baseline rulebooks.

What's the best way to onboard a new repository with consistent project documentation?

The best way to onboard a new repository is to run an automated rulebook drafting skill that analyzes the repository structure and architectural history. This instantly generates a baseline project-rulebook reflecting current coding standards and module structure without manual effort.

Do I need read access to configuration files to automate project rulebook generation?

Yes, read access to the repository codebase and configuration files is required to automate project rulebook generation. The skill needs this access to extract technical metadata, analyze naming conventions, and populate documentation placeholders accurately.

Why does automated documentation drafting require analyzing git commit history?

Automated documentation drafting requires analyzing git commit history to capture architectural decisions and historical changes. This context-aware analysis ensures the generated project-rulebook accurately reflects the actual implementation and evolution of coding standards over time.