๐ŸŽฏ

gleam-practice

๐ŸŽฏSkill

from mizchi/skills

VibeIndex|
What it does
|

A skill for writing and reviewing Gleam code on the Erlang target, covering Wisp + Mist HTTP services, OTP-based processes, justfile workflows, gleeunit testing, and GitHub Actions CI.

๐Ÿ“ฆ

Same repository

mizchi/skills(65 items)

gleam-practice

Installation

Vibe Index InstallInstalls to .claude/skills/
npx vibeindex add mizchi/skills --skill gleam-practice
skills.sh Installโš  Installs to .agents/skills/
npx skills add mizchi/skills --skill gleam-practice
Manual InstallCopy SKILL.md content and save to the path below
~/.claude/skills/gleam-practice/SKILL.md

SKILL.md

50Installs
-
AddedMay 12, 2026

More from this repository10

๐ŸŽฏ
empirical-prompt-tuning๐ŸŽฏSkill

A Claude Code skill that provides a methodology for iteratively improving agent-facing instructions by dispatching bias-free executor subagents to run them, evaluating results two-sidedly (executor self-report plus instruction-side metrics), and iterating until improvements plateau.

๐ŸŽฏ
pi-coding-agent๐ŸŽฏSkill

A skill for embedding the pi-coding-agent SDK into Node.js scripts to spawn agent sessions, stream output, scope tools, and register custom tools without forking the CLI. Covers session setup, TypeBox schemas, plugin packaging, and the choice between SDK and JSON-RPC modes.

๐ŸŽฏ
playwright-cli๐ŸŽฏSkill

Covers terminal-based Playwright automation including running tests, generating test code via codegen, taking screenshots and PDFs, and CI sharding configuration.

๐ŸŽฏ
playwright-test๐ŸŽฏSkill

A skill providing best practices and reference patterns for Playwright end-to-end testing, including test configuration, CI setup with GitHub Actions sharding, and techniques for handling waits, network triggers, and drag-and-drop.

๐ŸŽฏ
retrospective-codify๐ŸŽฏSkill

A meta-skill that extracts lessons from trial-and-error debugging sessions and codifies them as reusable ast-grep rules, skills, or CLAUDE.md rules. Invoked when the user explicitly asks to turn a hard-won insight into a permanent, reproducible safeguard for future tasks.

๐ŸŽฏ
tech-article-reproducibility๐ŸŽฏSkill

A skill that evaluates the reproducibility of technical articles by simulating a first-time reader attempting to reproduce the work on their own machine. It identifies missing information and serves as a final quality check before publishing tutorials, tool introductions, and hands-on articles.

๐ŸŽฏ
skill-selector๐ŸŽฏSkill

A collection of agent skills for frontend consulting, covering code review triage, CI analysis, code hygiene, dependency health, testing posture, security review, state management, and performance auditing. Distributed via APM (Agent Package Manager) following the agentskills.io open standard.

๐ŸŽฏ
chezmoi-management๐ŸŽฏSkill

A personal meta-skill for managing chezmoi dotfiles, covering source directory operations, diff/apply workflows, skill addition, and pre-push hooks with pkfire and secretlint integration.

๐ŸŽฏ
conventional-changelog๐ŸŽฏSkill

A reference skill for Conventional Commits and automatic CHANGELOG generation, covering commit format, semver tagging, and tool comparison across release-please, changesets, git-cliff, and towncrier. Supports npm, cargo, Python, Rust, and Go workflows.

๐ŸŽฏ
cloudflare-deploy๐ŸŽฏSkill

A skill for deploying applications and infrastructure to Cloudflare, with decision trees for choosing between Workers, Pages, and other platform services, plus built-in authentication and configuration guidance.