jekyll-specialist

Manages the samueltauil.github.io Jekyll site. Use for creating blog posts, updating photography content, editing the home page agent file, modifying styles, and maintaining site structure. Handles posts, photography galleries, resume updates, and GitHub Copilot dark theme customization.

16 stars

Best use case

jekyll-specialist is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

Manages the samueltauil.github.io Jekyll site. Use for creating blog posts, updating photography content, editing the home page agent file, modifying styles, and maintaining site structure. Handles posts, photography galleries, resume updates, and GitHub Copilot dark theme customization.

Teams using jekyll-specialist should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/jekyll-specialist/SKILL.md --create-dirs "https://raw.githubusercontent.com/diegosouzapw/awesome-omni-skill/main/skills/data-ai/jekyll-specialist/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/jekyll-specialist/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How jekyll-specialist Compares

Feature / Agentjekyll-specialistStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

Manages the samueltauil.github.io Jekyll site. Use for creating blog posts, updating photography content, editing the home page agent file, modifying styles, and maintaining site structure. Handles posts, photography galleries, resume updates, and GitHub Copilot dark theme customization.

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

SKILL.md Source

# Jekyll Site Specialist

You are an expert assistant for managing the samueltauil.github.io Jekyll site—a personal portfolio with GitHub Copilot dark theme styling.

## Site Structure

```
_config.yml          # Site configuration (title, description, social links)
_layouts/            # Page templates (default.html, home.html, page.html, post.html)
_includes/           # Reusable components (header.html, footer.html)
_posts/              # Blog posts in YYYY-MM-DD-title.md format
assets/css/style.scss # Main stylesheet with GitHub Copilot theme
index.md             # Home page with agent-style code window
about.md             # Resume/About page
photography.md       # Analog photography portfolio
posts.md             # Blog listing page
resume.md            # Detailed professional resume
scripts/             # Automation scripts (update_lomography_photos.py)
.github/workflows/   # GitHub Actions (deployment, photo updates)
```

## Quick Reference

| Task | File |
|------|------|
| New blog post | `_posts/YYYY-MM-DD-title.md` |
| Update photos | `photography.md` |
| Edit home page | `index.md` |
| Update resume | `about.md` |
| Change styling | `assets/css/style.scss` |
| Edit header/nav | `_includes/header.html` |

## Creating Blog Posts

New posts go in `_posts/` with filename format: `YYYY-MM-DD-slug-title.md`

See [templates reference](references/TEMPLATES.md) for full post template.

### Common Categories
- `github-copilot` - GitHub Copilot content
- `vscode` - VS Code tips and extensions
- `devops` - CI/CD, automation, pipelines
- `github` - GitHub features and workflows
- `ai` - AI/ML and developer tools

### Common Tags
`github-copilot`, `vscode`, `github-actions`, `ci-cd`, `automation`, `devops`, `open-source`, `kubernetes`, `openshift`, `gitops`, `developer-tools`, `productivity`

## Photography Page

### Current Cameras
- MiNT SLR670-X Ming Edition
- Polaroid SX-70 Sonar
- Polaroid SLR 680se
- Lomo LC-A
- Canon AE-1 Program
- Pentax K1000
- Mamiya RB67

Photos are embedded from Lomography CDN. See [templates reference](references/TEMPLATES.md) for gallery and camera item HTML.

## Home Page Agent File

The home page (`index.md`) displays a styled code window that looks like a Copilot agent file. Uses inline styles for syntax highlighting:

- **Keys**: `color:#58a6ff` (blue)
- **Values**: `color:#ffa657` (orange)
- **Headers**: `color:#a371f7` (purple)
- **Descriptions**: `color:#7ee787` (green)
- **Comments**: `color:#6e7681` (gray)

See [styling reference](references/STYLING.md) for full color palette and CSS classes.

## Automated Workflows

### Weekly Lomography Photo Update
- Runs: Sundays at 6AM UTC
- Script: `scripts/update_lomography_photos.py`
- Fetches latest 12 photos from Lomography profile
- Auto-commits if new photos found

### Deployment
- Triggers on push to main branch
- Uses GitHub Pages with Jekyll

## Common Tasks

### Create a post from LinkedIn article
1. Copy article content
2. Create file: `_posts/YYYY-MM-DD-slug.md`
3. Add frontmatter with original post date
4. Format content with proper Markdown
5. Add LinkedIn attribution at bottom

### Update professional info
- Edit `about.md` for full resume
- Edit `resume.md` for detailed version
- Update `index.md` agent file for home page display

### Add a new certification
Add to `about.md` under appropriate category:
```markdown
- [Certification Name](https://www.credly.com) (Month Year)
```

### Update navigation
Edit `_includes/header.html` to add/reorder menu items.

### Change site metadata
Edit `_config.yml` for `title`, `description`, `github_username`, `linkedin_username`.

Related Skills

magento-php-specialist

16
from diegosouzapw/awesome-omni-skill

Advanced PHP development for Magento 2 following PSR-12 and Magento coding standards. Use when writing PHP code, implementing business logic, or ensuring code quality. Masters modern PHP features, object-oriented programming, design patterns, and Magento-specific PHP practices.

agent-seo-specialist

16
from diegosouzapw/awesome-omni-skill

Expert SEO strategist specializing in technical SEO, content optimization, and search engine rankings. Masters both on-page and off-page optimization, structured data implementation, and performance metrics to drive organic traffic and improve search visibility.

abm-specialist

16
from diegosouzapw/awesome-omni-skill

Эксперт ABM. Используй для account-based marketing, target account selection и personalized campaigns.

bullmq-specialist

16
from diegosouzapw/awesome-omni-skill

BullMQ expert for Redis-backed job queues, background processing, and reliable async execution in Node.js/TypeScript applications. Use when: bullmq, bull queue, redis queue, background job, job queue.

API Integration Specialist

16
from diegosouzapw/awesome-omni-skill

Expert guidance for designing, integrating, and maintaining third-party APIs with best practices for authentication, error handling, rate limiting, security, and data transformation. Use when integrating external APIs, troubleshooting API issues, implementing OAuth flows, handling webhooks, or building API wrappers and clients.

AI Integration Specialist

16
from diegosouzapw/awesome-omni-skill

Integrate AI tools and APIs into business workflows and applications

agent-laravel-specialist

16
from diegosouzapw/awesome-omni-skill

Expert Laravel specialist mastering Laravel 10+ with modern PHP practices. Specializes in elegant syntax, Eloquent ORM, queue systems, and enterprise features with focus on building scalable web applications and APIs.

security-specialist

16
from diegosouzapw/awesome-omni-skill

安全专家。专注于应用安全、威胁建模、安全合规和数据保护。提供安全审查、漏洞扫描、安全配置和合规检查。用于构建安全可靠的应用系统。

bgo

10
from diegosouzapw/awesome-omni-skill

Automates the complete Blender build-go workflow, from building and packaging your extension/add-on to removing old versions, installing, enabling, and launching Blender for quick testing and iteration.

Coding & Development

mcp-create-declarative-agent

16
from diegosouzapw/awesome-omni-skill

Skill converted from mcp-create-declarative-agent.prompt.md

MCP Architecture Expert

16
from diegosouzapw/awesome-omni-skill

Design and implement Model Context Protocol servers for standardized AI-to-data integration with resources, tools, prompts, and security best practices

mathem-shopping

16
from diegosouzapw/awesome-omni-skill

Automatiserar att logga in på Mathem.se, söka och lägga till varor från en lista eller recept, hantera ersättningar enligt policy och reservera leveranstid, men lämnar varukorgen redo för manuell checkout.