Brand doc
Claude Code skills and sync tooling for Asana-based studio project management.
npx -y skills add markbaindesign/bain-studio --skill brand-docAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 0 stars0 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.
What its author says it does
Copied from the file, not written here
Convert a Markdown file to a Bain Design branded PDF using the brand-doc tool.
SKILL.md
0.9 KB, as published. Nobody here has run it
brand-doc
Runs the brand-doc CLI to generate a Bain Design branded PDF from a Markdown file.
Input
The user provides a path to a .md file. They may also provide an output path. If not, the PDF is written alongside the input.
Steps
-
Resolve the input path. If it is relative, resolve it from the user's current working directory.
-
Run the tool:
brand-doc /path/to/input.md [/path/to/output.pdf]
- If the command succeeds, report the output path and open the PDF:
xdg-open /path/to/output.pdf
- If the command fails, show the error output.
Notes
- The tool lives at
/home/bain/bin/brand-doc(on PATH). - Source is at
studio/tools/brand-doc/brand_doc.pyin the bain-studio repo. - See
studio/tools/brand-doc/README.mdfor full documentation.