creating-zola-static-sites
Build static sites with the Zola generator (Rust-based SSG). Handles project initialization, config.toml configuration, Tera templates, Markdown content (sections via _index.md, pages via *.md), taxonomies, image processing, and deployment. Use for Zola project setup, Tera templating, _index.md structure, RSS/Atom feeds, syntax highlighting, or deployment to Netlify/Cloudflare/GitHub Pages/Vercel/Firebase. Also covers Zola+Astro hybrid architectures.
Third-Party Agent Skill: Review the code before installing. Agent skills execute in your AI assistant's environment and can access your files. Learn more about security
Installation for Agentic Skill
View all platforms →skilz install SpillwaveSolutions/creating-zola-static-sites-plugin/creating-zola-static-sitesskilz install SpillwaveSolutions/creating-zola-static-sites-plugin/creating-zola-static-sites --agent opencodeskilz install SpillwaveSolutions/creating-zola-static-sites-plugin/creating-zola-static-sites --agent codexskilz install SpillwaveSolutions/creating-zola-static-sites-plugin/creating-zola-static-sites --agent geminiFirst time? Install Skilz: pip install skilz
Works with 22+ AI coding assistants
Cursor, Aider, Copilot, Windsurf, Qwen, Kimi, and more...
Extract and copy to ~/.claude/skills/ then restart Claude Desktop
git clone https://github.com/SpillwaveSolutions/creating-zola-static-sites-plugincp -r creating-zola-static-sites-plugin/plugins/creating-zola-static-sites-plugin/skills/creating-zola-static-sites ~/.claude/skills/Need detailed installation help? Check our platform-specific guides:
Related Agentic Skills
automating-mail
by SpillwaveSolutions
Automates Apple Mail via JXA with AppleScript dictionary discovery. Use when asked to "automate email", "send mail via script", "JXA Mail automatio...
automating-reminders
by SpillwaveSolutions
Automates Apple Reminders using JavaScript for Automation (JXA). Use when asked to "create reminders programmatically", "automate reminder lists", ...
mastering-postgresql
by SpillwaveSolutions
PostgreSQL development for Python with full-text search (tsvector, tsquery, BM25 via pg_search), vector similarity (pgvector with HNSW/IVFFlat), JS...
automating-contacts
by SpillwaveSolutions
Automates macOS Contacts via JXA with AppleScript dictionary discovery. Use when asked to "automate contacts", "JXA contacts automation", "macOS ad...
Agentic Skill Details
- Owner
- SpillwaveSolutions (GitHub)
- Repository
- creating-zola-static-sites-plugin
- Stars
- 1
- Forks
- 1
- Type
- Other
- Meta-Domain
- Primary Domain
- Market Score
- 95
Agent Skill Grade
A Score: 95/100 Click to see breakdown
Score Breakdown
Areas to Improve
- Assets directory not bundled
- Missing TOC in SKILL.md
- Overlap between Common Mistakes and Troubleshooting
Recommendations
- Add trigger phrases to description for discoverability
- Add table of contents for files over 100 lines
Graded: 2026-01-19
Developer Feedback
I took a look at your creating-zola-static-sites skill and wanted to share some thoughts.
Links:
The TL;DR
You're at 95/100, solidly in A territory. This is based on Anthropic's skill best practices rubric. Your strongest area is Ease of Use (23/25) – the metadata, triggers, and workflow clarity are really solid. The weakest is Spec Compliance (12/15), mostly because you're only using 1-2 trigger phrases when the format supports more.
What's Working Well
- Excellent Progressive Disclosure Architecture – Your 167-line SKILL.md paired with 5 focused reference files (~1,400 lines total) is exactly the right balance. Dense tables and checklists mean minimal wasted tokens.
- Strong triggers and discoverability – Specific phrases like "Tera", "_index.md", "RSS", and "Firebase hybrid" make it easy for developers to find this when they need it.
- Practical problem-solving – You're addressing real Zola pain points: the _index.md confusion, the date-quoting bug, deployment configs. That's the kind of utility that makes skills stick.
- Verification steps everywhere – Each workflow has clear "check this worked" steps (zola check, ls file exists, browser loads). That's good UX.
The Big One
Your assets/ directory isn't bundled. The skill references Copy from skill 'assets/' directory: templates/base.html, templates/section.html... but these files aren't actually visible in the package. This creates friction – developers clone your repo looking for template files that seem to exist but aren't there.
Fix: Either bundle the assets/ directory with actual template files into t...
AI-Detected Topics
Extracted using NLP analysis
Report Security Issue
Found a security vulnerability in this agent skill?
Report Security Issue
Reporting issue with:
creating-zola-static-sites
https://github.com/SpillwaveSolutions/creating-zola-static-sites-pluginThank you for helping keep SkillzWave secure. We'll review your report and take appropriate action.
Note: For critical security issues that require immediate attention, please also email security@skillzwave.ai directly.