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

atmet-skill

v1.0.0

Published

Reusable Codex/Claude-compatible skill for process discovery and workflow automation planning.

Readme

Atmet-Skill

atmet-skill is a reusable Codex/Claude-compatible skill project for turning manual business workflows into practical automation plans, implementation artifacts, and safe rollout checklists.

What This Skill Does

This skill helps teams:

  • Discover and map current manual workflows.
  • Identify automation opportunities and safe manual checkpoints.
  • Recommend tools and implementation paths.
  • Generate process documentation, automation plans, and QA controls.
  • Produce reusable templates for delivery and team alignment.

Who It Is For

  • Developers building internal automations.
  • Consultants designing process improvements for clients.
  • Operations, finance, marketing, and reporting teams.
  • Product and delivery teams standardizing recurring workflows.

When To Use It

Use this skill when you need to analyze, automate, document, or improve:

  • Reporting workflows
  • Approval workflows
  • Data validation workflows
  • Onboarding/offboarding processes
  • Internal operations handoffs
  • Client communication processes

Do not use it for unrelated coding tasks that are not tied to workflow/process automation.

What It Can Generate

  • Process briefs
  • Workflow maps
  • Automation plans
  • Technical requirements
  • Data mapping outlines
  • Message/email drafts
  • QA checklists
  • Rollout plans
  • Risk and controls checklists

Installation Options

Option 1: Global Install

npm install -g atmet-skill
atmet-skill install

Option 2: Run With NPX

npx atmet-skill install

Option 3: Manual Install

  1. Copy skills/Atmet-Skill into your local skills directory.
  2. For Codex, skills can be loaded from user-level or repo-level directories depending on your setup.
  3. For Claude/Claude Code environments, you may need to upload/package the skill folder based on your local agent runtime.

Note: The installer copies files into common local skill folders. If your agent uses a different path, choose the custom path option.

CLI Commands

atmet-skill install
atmet-skill uninstall
atmet-skill validate
atmet-skill help

Usage With Codex

  1. Install/copy the skill folder into your Codex skills directory.
  2. Start Codex in a repo where skill loading is enabled.
  3. Prompt with a workflow automation request, for example:
Analyze our monthly client reporting workflow and create a safe automation plan with QA and rollout steps.

Usage With Claude

  1. Add the Atmet-Skill skill folder into the skill path expected by your Claude/Claude Code setup.
  2. Ensure the SKILL.md file and references/ directory are included.
  3. Prompt with a business process automation request.

Customizing For A Company

  1. Start from references/company-profile-template.md.
  2. Fill your company tools, KPIs, approvals, and risk areas.
  3. Attach or paste that profile in your workflow request.
  4. The skill will adapt recommendations to your profile.

An example profile is included at:

  • references/example-company-profile-regional-services.md (example only, optional)

Uninstall

atmet-skill uninstall

The uninstaller is interactive and only removes folders named Atmet-Skill after confirmation.

Security And Privacy Notes

  • No external APIs are called by installer scripts.
  • No telemetry or data collection is performed.
  • No admin/sudo privileges are required.
  • Review generated plans before applying automation to production systems.

Example Prompts

  • "Map our invoice reminder process and propose a low-risk automation with approval gates."
  • "Convert our weekly KPI reporting steps into a scheduled automation plan and QA checklist."
  • "Design a validation workflow for supplier data with exception handling and audit logging."
  • "Create onboarding workflow documentation and implementation tasks for HR + IT handoff."

Repository Structure

process-automation-architect-skill/
  README.md
  LICENSE
  package.json
  install.js
  uninstall.js
  .gitignore
  .codex-plugin/
    plugin.json
  skills/
    Atmet-Skill/
      SKILL.md
      references/
      scripts/
      assets/
  tests/

Plugin note: .codex-plugin/plugin.json points to ../skills/ relative to the manifest. Some marketplace packaging layouts may require path adjustment.

Validation

npm run validate
npm test

Both commands use local files only.