A collection of AI Agent Skills designed to help you easily customize and modify Themefisher and Gethugothemes templates using modern AI coding assistants.
These skills provide coding agents (like Cursor, Cline, Windsurf, Claude Code, Copilot, etc.) with the exact context and conventions they need to seamlessly work with Themefisher and Gethugothemes templates without hallucinating.
We offer framework-specific skills so your AI agent gets exactly the context it needs without getting confused.
The unified handbook for Next.js based Themefisher templates.
The unified handbook for Astro based Themefisher templates.
The unified handbook for Hugo based Gethugothemes templates.
Both skills provide the agent with a deep understanding of the template's:
- Routing: Adding new pages, routes, or sections.
- Components: Using, modifying, or understanding built-in UI components.
- Content Management: Adding, editing, or updating markdown/MDX content (e.g., blog posts).
- Configuration: Updating site settings, navigation, social links, or SEO configurations.
- Architecture: Understanding the high-level codebase structure and data flow.
- Scripts: Running custom project scripts (dev, build, generators).
- Styling: Customizing Tailwind CSS, dark mode, and the overarching theme engine.
Install the appropriate skill directly to your preferred AI agent using the open agent skills ecosystem (skills.sh).
For a Next.js Template:
npx skills add zeon-studio/template-skills --skill nextjs-template-guidanceFor an Astro Template:
npx skills add zeon-studio/template-skills --skill astro-template-guidanceFor a Hugo Template:
npx skills add zeon-studio/template-skills --skill hugo-template-guidanceNote: The CLI will automatically detect your installed agents (e.g., Cursor, Claude Code, Cline, etc.) and prompt you to install the skill to the agents of your choice.
Once installed, simply start a conversation with your AI agent about your Themefisher or Gethugothemes project. The agent will automatically recognize when to use the guidance skill to fetch the right documentation.
You can try prompts like:
- "I want to add a new blog post. How do I do that in this template?"
- "Can you help me configure the top navigation menu?"
- "Explain how to customize the primary theme colors."
- "Create a new about page based on the template's conventions."
- Skill Discovery: Your agent detects the installed guidance skill.
- Context Retrieval: The agent uses the skill to find the specific reference documentation for your task (e.g.,
content-management.mdfor adding blog posts). - Execution: The agent accurately performs the task using the retrieved template conventions.