bengal
Pure-Python static site generation, theming, and content validation
All Skills in This Repository (8)
Pure Emerald Level Indicatorsbengal-add-directive
Add custom MyST directives to Bengal by implementing the DirectiveHandler protocol.
bengal-theme-customize
Customize Bengal static site themes via template overrides and custom assets.
bengal-site-scaffold
Scaffold a Bengal static site with configuration, content structure, and theme setup.
bengal-debug-build
Diagnose Bengal build failures using bengal build and bengal validate commands.
bengal-taxonomy
Configure and query Bengal static site taxonomy via frontmatter and built-in indexes.
bengal-add-filter
Register custom Jinja/Kida filters in Bengal templates via Python functions.
bengal-template-fix
Correct Bengal template errors for variable access, URL generation, and data iteration.
bengal-content-migration
Migrates static site and Markdown content to Bengal format.
Frequently Asked Questions
FAQPage SchemaHow to install Bengal skills?โผ
Run `npx skills add lbliii/bengal --all -g -y` in your terminal to install all skills in this suite globally.
What is Bengal used for?โผ
Bengal is a pure-Python static site generator for documentation sites, blogs, and knowledge bases. It offers parallel builds, incremental rebuilds, themes, and built-in search and SEO output.
How to create a new Bengal site?โผ
Run `bengal new site --name mysite --template docs` and then `bengal serve` to preview it. The scaffold-site skill guides your agent through picking the right template.
Can I migrate from Jekyll or Hugo to Bengal?โผ
Yes. The content migration skill maps frontmatter fields, converts shortcodes to MyST directives, and rebuilds your section structure for Bengal.
Do I need coding experience to use these skills?โผ
No. Site authors can scaffold, write, configure, and validate sites through plain-English requests, while developers get deeper skills for custom directives, filters, and themes.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core