reconcile

Audit a project against plugin conventions and propose structural updates.

14|6|Updated Jan 15, 2026
One-click install
npx skills add https://github.com/howells/fiction --skill reconcile
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: reconcile
Source: https://github.com/howells/fiction/tree/main/skills/reconcile
Command: npx skills add https://github.com/howells/fiction --skill reconcile

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Audit a project against current plugin conventions and propose updates to its structure.

Core Features & Use Cases

  • Audits project structure for conformance with latest plugin standards
  • Identifies missing or outdated sections (e.g., README.md, chapters/)
  • Generates a reconciliation report and optionally applies safe updates

Quick Start

Run the reconcile command in your project folder to start the audit.

Frequently Asked Questions about reconcile

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

FAQPage Schema
How do I audit my project structure against plugin conventions?

To audit your project structure against plugin conventions, run the reconcile command in your project folder. It assesses essential files like README.md and chapters/, catalogs recommended components, and proposes scaffolding for missing parts to align with current plugin standards.

What is the best way to check for missing files in a fiction project?

The best way to check for missing files in a fiction project is to run a structure audit. It validates required sections such as README.md and chapters/, flags recommended but optional elements like characters/ and world/, and generates a reconciliation report detailing the gaps.

Can I automatically apply scaffolding updates to my project structure?

Yes, you can automatically apply scaffolding updates to your project structure by running the audit with the safe --apply option. This generates the missing files and directories identified during the plugin convention check and modifies your project directly.

Does the project structure audit generate a report of recommended updates?

Yes, the project structure audit generates a reconciliation report of recommended updates. It catalogs your current files, flags missing or outdated sections, and suggests scaffolding to bring your project into conformance with the latest plugin standards.

When do I need to reconcile my project files with the latest plugin standards?

You need to reconcile your project files with the latest plugin standards when your structure lacks essential files like README.md and chapters/, or when you want to add recommended optional elements like characters/ and world/ directories to ensure full conformance.