Vibeleaderboard
Index / tool
Visit github.com
Category
AI Agents
Rank
No. 2030Tools index

Previous survey · No. 2023 ·

Pricing
Open Source
Type
TOOL
Builder
thedotmack
GitHub
16 stars
Date

About

Collection of specialized agent skills for Claude Code and Gemini CLI.

What it does

Mackeroni Skills supplies reusable instruction packs that guide coding agents through landing-page design, software releases, and architecture mapping. Users copy a chosen pack into their agent configuration, then invoke it through conversation or a CLI activation command. Two release packs prescribe versioning, tagging, GitHub release, and changelog workflows. The design pack provides detailed layout, copy, responsive, and conversion rules. Pathfinder produces evidence-backed architecture diagrams and refactoring handoffs without implementing changes.

Why it's ranked here

The collection is useful because its packs encode concrete procedures rather than broad prompts. Release guidance includes ordered checks and completion criteria, while the design guidance gives specific spacing, typography, responsive, messaging, and conversion rules. Pathfinder adds a disciplined discovery and architecture-planning workflow. The scope is uneven, however: the repository overview lists three skills while the supplied repository text contains a fourth, and the release workflows make strong assumptions about committing and pushing everything.

What's good

The release packs cover the full path from choosing a semantic version through build verification, tagging, publishing, changelog regeneration, and final repository checks. The changelog utilities reject empty or invalid input and limit output to fifty releases. The design pack turns taste into usable constraints, including mobile-first layouts, minimum touch targets, restrained animation, short calls to action, and quantified social proof. Pathfinder requires source citations and separates discovery from architectural synthesis.

Tradeoffs

The release instructions explicitly stage every change, commit build artifacts, push the main branch and tag, then publish a GitHub release. That policy may conflict with repositories that exclude generated files, use protected branches, or require pull requests. Changelog generation expects GitHub release JSON with publication timestamps and tags. The design pack reflects one author’s preferences, so its dark themes, typography choices, page narrative, and conversion patterns are guidance rather than a neutral design framework. Pathfinder also depends on subagent delegation.

How to use it well

Use it when your coding agent needs a repeatable landing-page brief, a GitHub-centered release checklist, or a source-cited architecture map before refactoring. Install only the relevant skill and review its operational assumptions before activation, especially any steps that commit, push, tag, or publish. The generic release pack suits repositories with conventional semantic versions; the plugin-specific pack suits Claude Code plugin metadata. This collection does not replace repository-specific release policy, human design research, implementation work, or deployment infrastructure.

Technical notes+

README.md documents copy-based installation for Claude Code and Gemini CLI but lists only three included skills. claude-code-plugin-release/SKILL.md coordinates semantic version updates across plugin metadata, runs an npm build, commits all changes, creates and pushes an annotated tag, publishes through the GitHub CLI, regenerates the changelog, and optionally sends a Discord notification. release-and-auto-changelog/SKILL.md applies a similar flow to arbitrary version-bearing files. claude-code-plugin-release/scripts/generate_changelog.js and release-and-auto-changelog/scripts/generate_changelog.js contain matching Node.js programs that read release JSON from stdin, take up to 50 entries, and emit Markdown. pathfinder/SKILL.md defines a read-only, subagent-driven architecture audit with Mermaid artifacts and planning handoffs. ux-designer/SKILL.md contains the landing-page system, though the supplied text is truncated.

Observed

License
MIT
Install surface
Copy individual skill directories into the local Claude Code or Gemini CLI skills directory.
Interfaces
Natural-language invocation in Claude Code and an activation command in Gemini CLI.
Implementation formats
Markdown skill definitions with Node.js changelog scripts.
Release tooling
Release workflows use Git, npm where applicable, the GitHub CLI, and GitHub release data.
Repository structure
The supplied text contains four skill definitions, while the repository overview lists three included skills.

Read from README.md, claude-code-plugin-release/scripts/generate_changelog.js, release-and-auto-changelog/scripts/generate_changelog.js, pathfinder/SKILL.md, ux-designer/SKILL.md, claude-code-plugin-release/SKILL.md, release-and-auto-changelog/SKILL.md.

What it can do

  • Execute CLI commands through AI agents

    Natural language commands or requestsCommand line execution results

  • Generate code using specialized agent skills

    Code requirements and specificationsGenerated source code

  • Analyze and debug code through AI assistance

    Source code files or snippetsCode analysis and debugging suggestions

  • Automate development workflows

    Workflow specifications and parametersAutomated task execution results

  • Provide specialized programming assistance

    Programming questions and tasksTechnical solutions and code examples

Tags

claude-codegemini-cliskillsagent

Tech Stack

JavaScript

Comments (0)

No comments yet

Editorially curated, with community endorsements as a secondary signal. Corrections welcome.