Fec doc sync
Use when synchronizing frontend project documentation with source-of-truth files such as package.json, lockfiles, config, env examples, routes, API clients or server routes, schemas, components, tests, CI, build/deploy config, ADRs, changelogs, or migration notes. Do not use for general prose polishing only; Chinese triggers include document synchronization, update README, docs sync, environment variable documentation, command list, API Document synchronization.From its SKILL.md
npx -y skills add bovinphang/frontend-craft --skill fec-doc-syncAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- reads credentialsReads from 1 credential source: `.env.example`.
- 21 stars21 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
4.3 KB, 715 tokens by cl100k_base, as published. Nobody here has run it
Document synchronization
Purpose
Synchronize front-end project documentation from code, configuration, tests, types, scripts and runtime templates to avoid README, docs, environment variable descriptions, API/routing descriptions, architectural decisions and migration notes from drifting from actual project behavior.
Procedure
- Identify the project stack, document entry and the scope that needs to be synchronized this time; README synchronization must scan the root directory
README*,docs/*/README*, package, application, deployment or runtime related README, and excludenode_modules, build products and third-party dependency directories. - Gather sources of truth:
package.json, lockfile, framework and build configurations,.env.example, routes, API clients or server routes, types/schemas, components, tests, CI, build/deploy config. - Compare commands, environment variables, routes, API behaviors, deployment steps and support matrix in README, docs, ADR, changelog, example prompts, setup/deploy/env docs.
- Only update stable public conventions; do not write temporary debugging conclusions, one-time reports or unimplemented designs into long-term documents.
- If the warehouse already has multilingual documents or internationalized README, after updating the public facts of the main README, you must check whether other language READMEs need to be synchronized; function names, command names, script names, package names, component/API names, report file names, paths, environment variables, routing/API names, version constraints, and support matrices must be consistent across languages.
- Product copy can maintain localized expression, but must not retain old facts, old default recommendations, or expired examples; when high-quality translation is not possible, at least synchronize key facts, and mark the risks of manual translation in the output.
- When the project exposes plug-ins, SDKs, CLIs, component libraries, templates or integration capabilities, synchronize the corresponding function list, integration instructions, command/script instructions, public metadata, example prompt words or example usage.
- Run relevant documentation consistency, legacy searches, report format consistency, type checks, testing, build or packaging checks.
Constraints
- Do not turn README into complete implementation details; public documentation retains high-signal summaries.
- Do not introduce command, path, environment variable, API behavior, or capability names that are inconsistent with the source of truth.
- Do not write unconfirmed TODOs, drafts, or experimental capabilities as supported behavior.
- Do not modify user project private documents unless explicitly specified by the user.
- If multi-language documents cannot be fully translated, at least keep the command names, environment variables, route/API names, version constraints and report formats consistent.
- Do not reduce internationalized README synchronization to just the main README; public facts, feature lists, report lists, command/script descriptions, and example usage must check all language entries.
- Do not treat ADR as a long review; only record the background, decisions, trade-offs, scope of impact, verification and rollback clues.
Expected Output
- List synchronized README/docs/ADR/changelog/env/setup/deploy documents.
- List the checked README/docs entries and indicate which language files have been synchronized, which do not need to be synchronized, and which require manual confirmation.
- Summarize the sources of truth used, update scope, verification orders, and non-coverage risks.
- Aggregate legacy caliber searches, report filename/path/command consistency and multilingual key fact consistency verification results.
- Highlight product copy, translations, external service configurations, or release notes that still require manual confirmation.
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.
Gives 0 of the 12 instructions most docs writing skills give in 715 tokens
Counted across 1,951 of the 3,904 authors here whose files we hold, read 2026-09-06
- Use third-person for skill descriptionsin 54 of 1951, across 35 files
- Start descriptions with Use whenin 43 of 1951, across 29 files
- Run baseline scenarios before writing any skillin 40 of 1951, across 26 files
- Use active voicein 40 of 1951, across 36 files
- Map file responsibilities before defining tasksin 36 of 1951, across 29 files
- Use checkbox syntax for tracking stepsin 35 of 1951, across 27 files
- Ask one question at a timein 35 of 1951
- Offer execution options after saving the planin 33 of 1951, across 24 files
- Include complete code in every stepin 33 of 1951, across 27 files
- Design units with clear boundaries and interfacesin 31 of 1951, across 23 files
- Announce the skill usage at the startin 30 of 1951
- Verify agent compliance after adding the skillin 29 of 1951, across 17 files
Said here and by no other author read
- Identify project stack and documentation scope
- Gather sources of truth from project files
- Compare documentation against actual project behavior
- Update only stable public conventions
- Synchronize all multilingual documentation entries
- Maintain consistency of technical identifiers across languages
Grouped from the skills themselves: near-identical wordings counted once, and counted by distinct author, so one author publishing three of these counts once. Length counted with cl100k_base; the agent that loads this file may tokenize it differently.