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

codex-agent-org-designer-skill

v0.1.0

Published

A Codex skill to design useful AI agent roles for a company before automating the wrong work.

Readme

Codex Agent Org Designer Skill

Design the AI agents your company actually needs before you automate the wrong work.

This Codex skill helps founders, operators, and technical teams decide what internal agents to build, what each agent should own, how much autonomy it should have, when it should escalate to humans, and how to roll it out safely.

The opinion behind the skill is simple:

Do not design "digital employees." Design owned operational loops.

What It Does

  • Finds the company bottlenecks where agents can create real leverage
  • Turns messy workflows into agentable loops
  • Designs agent portfolios and priority order
  • Writes implementation-ready agent role charters
  • Defines autonomy levels, forbidden actions, and human owners
  • Maps handoffs between agents, employees, teams, and escalation paths
  • Creates 14-30 day rollout plans with metrics and stop conditions
  • Audits existing agents for overlap, missing owners, unsafe autonomy, and weak evals

The Agent Design Canvas

Every useful agent needs this before it gets built:

Outcome
Trigger
Inputs
Tools
Allowed actions
Forbidden actions
Human owner
Autonomy level
Escalation rule
Success metric
Trace
Eval

If you cannot fill this out, you are not ready to build the agent.

Why This Exists

Most companies start with the wrong question:

What AI agents should we hire?

The better question is:

Where does our operating system lose momentum, and what owned loop could an agent improve?

This skill uses systems thinking, jobs-to-be-done, theory of constraints, RACI-style ownership, autonomy ladders, and routing design to answer that question in a practical way.

Installation

npx --yes codex-agent-org-designer-skill@latest

This installs the skill into:

~/.codex/skills/agent-org-designer

Restart Codex so it can discover the skill.

Usage

Agent portfolio:

Use $agent-org-designer to design the first internal agents for our seed-stage B2B SaaS company.

Context:
- 8 people
- Founder-led sales
- 25 customer calls per month
- Product feedback is scattered across Gong, Slack, Linear, and Notion
- Biggest bottleneck is turning calls into product and sales follow-up

Single role charter:

Use $agent-org-designer to write a role charter for a Customer Evidence Agent that works with sales calls, support tickets, and product feedback.

Routing map:

Use $agent-org-designer to design a routing map for agents that work alongside sales, support, product, and engineering.

Audit:

Use $agent-org-designer to audit our current internal agent setup. We have a sales research agent, meeting notes agent, support triage agent, and engineering triage agent.

Modes

  • diagnosis: identify where agents could accelerate the company
  • portfolio: design the agent portfolio and priority order
  • charter: write detailed role charters for one or more agents
  • routing-map: define handoffs between agents, humans, teams, and escalation paths
  • rollout: create a 14-30 day pilot plan
  • audit: review an existing internal-agent setup
  • full: compact diagnosis, portfolio, top charters, routing, and rollout

Default Output

Codex will return:

Verdict
Company Bottleneck Read
Agent Portfolio
Top Role Charters
Routing And Escalation
14-Day Pilot

Each agent is designed as:

trigger -> inspect context -> decide/act -> produce output -> trace outcome -> escalate when needed

Manual Installation

Clone the repository:

git clone https://github.com/kvergins/codex-agent-org-designer-skill.git

Copy the skill into your Codex skills directory:

mkdir -p ~/.codex/skills
cp -R codex-agent-org-designer-skill/agent-org-designer ~/.codex/skills/agent-org-designer

Restart Codex.

Repository Structure

agent-org-designer/
  SKILL.md
  agents/openai.yaml
  references/playbooks.md
scripts/
  install.js
examples/
  seed-b2b-saas-output.md
LAUNCH.md

Inspired By

The installable package shape is inspired by the public Codex skill pattern used in codex-startup-pressure-test-skill. The agent design framework and playbooks in this repo are original.

License

MIT