myKG GitHub Pages
Jekyll and Actions GitHub Pages setup, hardcoded to the SenolIsci/mykg repo
Test report
- Verdict
- Works with setup
- Score
- Tested
- Jul 30, 2026
- Environment
- Claude Code 2.x (agent harness)
- Upstream re-checked
- Jul 30, 2026 · 35def8d
⚠ This skill is no longer available upstream. Our re-check on Aug 10, 2026 couldn't find it any more (repo unreachable/deleted). The test below is what we measured on Jul 30, 2026 and we're leaving it up as a record — but there is nothing left to install, so we've removed the command.
Built the same project Pages site twice with Jekyll 4.4, once the obvious way and once following the skill's config, and the difference is real and silent: without the skill's mandatory baseurl the generated index.html links its stylesheet at /assets/css/style.css and its blog at /blog.html, both of which 404 under a project Pages URL even though the build is green and the page returns 200. The skill's config emits /mykg/assets/css/style.css and /mykg/blog.html correctly. The write-up is unusually candid, documenting three near-identical green-build-but-dead-site failures it says it hit live, including the one where GitHub refuses to run a Pages build for commits pushed with the default GITHUB_TOKEN. The catch is scope and manual work: every gh api call is hardcoded to SenolIsci/mykg, and the deploy step needs a classic personal access token that the skill correctly refuses to create for you, so a first run always stops for the user.
Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works
- Installs cleanly 5/5
- Triggers reliably 5/5
- Output vs. baseline 7/10
- Docs & honesty 4/5
What myKG GitHub Pages does
Scaffolds a dedicated pages/ folder, a Jekyll config and a GitHub Actions workflow that builds the site and force-pushes it to a gh-pages branch, then walks through enabling Pages and diagnosing builds that go green while the live URL stays dead. Triggers on requests to publish project docs or blog posts as a website, enable or troubleshoot GitHub Pages, or fix a failing pages workflow. Every command targets the SenolIsci/mykg repository by name, so reuse elsewhere means editing the skill.
How to install myKG GitHub Pages
Nothing to install: the source repository no longer has this skill. If the author brings it back, our daily re-check will pick it up and the command will reappear here.
Commands — how to trigger myKG GitHub Pages
-
/mykg-github-pagesJekyll and Actions GitHub Pages setup, hardcoded to the SenolIsci/mykg repo
It also activates on plain-language prompts like these:
-
Set up a GitHub Pages site for the mykg project with Jekyll and Actions -
The Pages workflow is green but the site 404s, help me diagnose it -
Publish this blog article on the mykg project site via GitHub Pages
Frequently asked questions
- Is the myKG GitHub Pages skill free?
- Yes. The skill itself is free from SenolIsci/mykg. SkillProof publishes the install command and an independent test verdict at no cost.
- Does myKG GitHub Pages work with Claude Code?
- We tested it with Claude Code 2.x (agent harness) on Jul 30, 2026. Verdict: Works with setup. Built the same project Pages site twice with Jekyll 4.4, once the obvious way and once following the skill's config, and the difference is real and silent: without the skill's mandatory baseurl the generated index.html links its stylesheet at /assets/css/style.css and its blog at /blog.html, both of which 404 under a project Pages URL even though the build is green and the page returns 200. The skill's config emits /mykg/assets/css/style.css and /mykg/blog.html correctly. The write-up is unusually candid, documenting three near-identical green-build-but-dead-site failures it says it hit live, including the one where GitHub refuses to run a Pages build for commits pushed with the default GITHUB_TOKEN. The catch is scope and manual work: every gh api call is hardcoded to SenolIsci/mykg, and the deploy step needs a classic personal access token that the skill correctly refuses to create for you, so a first run always stops for the user.
- What is the myKG GitHub Pages SkillProof Score?
- 8.4/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 7/10, docs & honesty 4/5.
- How do I install myKG GitHub Pages?
- Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
- Can I use myKG GitHub Pages with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
- The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.