Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

zeon-studio/template-skills

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Themefisher and Gethugothemes Template Skills for AI Agents

skills.sh

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.

Available Skills

We offer framework-specific skills so your AI agent gets exactly the context it needs without getting confused.

nextjs-template-guidance

The unified handbook for Next.js based Themefisher templates.

astro-template-guidance

The unified handbook for Astro based Themefisher templates.

hugo-template-guidance

The unified handbook for Hugo based Gethugothemes templates.

tanstack-template-guidance

The unified handbook for TanStack Start based Themefisher templates. Covers file-based routing, route loaders and server functions, and the fact that TanStack Start has no built-in content layer.

sitepins-cms-setup

Configures a repository for the Sitepins git-based headless CMS. It inspects the project and generates the committed .sitepins/ folder — config.json (folder mapping, commit mode, sidebar arrangement), content schema/*.json templates, and reusable snippet/*.json blocks — so the project is CMS-ready without clicking through the Sitepins web UI.


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.

Installation

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-guidance

For an Astro Template:

npx skills add zeon-studio/template-skills --skill astro-template-guidance

For a Hugo Template:

npx skills add zeon-studio/template-skills --skill hugo-template-guidance

For a TanStack Start Template:

npx skills add zeon-studio/template-skills --skill tanstack-template-guidance

To set up Sitepins CMS on a repo:

npx skills add zeon-studio/template-skills --skill sitepins-cms-setup

Note: 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.

Usage

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."

How It Works

  1. Skill Discovery: Your agent detects the installed guidance skill.
  2. Context Retrieval: The agent uses the skill to find the specific reference documentation for your task (e.g., content-management.md for adding blog posts).
  3. Execution: The agent accurately performs the task using the retrieved template conventions.
Morty Proxy This is a proxified and sanitized view of the page, visit original site.