npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@ocean.chat/gemini-commonly-used-skills

v1.0.2

Published

A collection of commonly used skills for Gemini CLI

Readme

Gemini Commonly Used Skills

A collection of high-ROI, specialized skills for Gemini CLI, designed to boost productivity for solo developers and small teams. These skills provide expert-level workflows for git management, testing strategies, documentation, and more.

🚀 Key Skills Included

| Skill | Description | |-------|-------------| | Smart Conventional Commit | Intelligently analyzes git changes, groups them by logical architecture, and commits them using Sentry's strict conventional commit format. | | Pragmatic Solo Testing | Implements a "dumbbell" testing strategy: prioritizing high-ROI unit tests (Vitest) and critical-path E2E tests (Playwright) while skipping brittle UI/Storybook overhead. | | Git Worktree Design | Orchestrates parallel feature development and hotfixes using Git Worktrees to maintain a clean workspace. | | Git PR Description | Generates high-quality, conventional pull request titles and bodies that pass automated validation. | | Create Documentation | Specialized workflows for generating clear, comprehensive technical documentation. | | Docusaurus Doc Generator | Tailored for Ocean Chat projects to automate Docusaurus documentation structure. |

📦 Installation

These skills are designed to be installed into your global Gemini CLI configuration.

Automatic Installation

If you have cloned this repository, simply run:

npm install

The postinstall script will automatically execute install-skills.js, which copies the skills to your local Gemini configuration directory (typically ~/.gemini/skills).

Manual Installation

You can manually run the installation script:

node install-skills.js

Or manually copy the desired skill folders into your Gemini skills directory: cp -r ./smart-conventional-commit ~/.gemini/skills/

🛠 Usage

Once installed, these skills are automatically available to your Gemini CLI agent. You can trigger them by:

  1. Explicit Activation: Ask Gemini to "activate the smart-conventional-commit skill".
  2. Keyword Triggering: Mentioning related tasks like "commit my changes", "write some tests", or "create a PR" will prompt the agent to use the relevant specialized workflow.

📁 Project Structure

  • install-skills.js: A utility script that detects your Gemini configuration and symlinks/copies the markdown-based skills.
  • [skill-name]/SKILL.md: The core logic and instructions for each skill, written in a format Gemini understands.

📄 License

MIT © james