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

@jetrabbits/agentic

v0.4.0

Published

Agent Intelligence Configuration CLI

Readme

Agent Intelligence Configuration (agentic)

18 areas · 10 Software specs · 8 DevOps specs · 7 SDLC agents + 2 specialists · 105+ skills · 73+ workflows

A unified catalog of agentic specializations and the agentic CLI. Install orchestrator-ready rules, skills, workflows, and prompts into any project — and run a full SDLC agent team out of the box.

Coverage snapshot

agent-guides · Coverage & Efficiency Report

Coverage report for the current catalog across areas, specs, skills, and workflows.


Why agent-guides is different

Most agent prompt libraries give you a smarter single agent. agent-guides gives you a coordinated team:

@product-owner → @team-lead → @developer → @qa → @devops-engineer

Each role has hard boundaries, explicit handoff criteria, and measurable success metrics. The Product Owner orchestrates the full SDLC; no other agent library ships this out of the box.

Works with Claude Code, opencode, Cursor, Codex, kilocode, antigravity and Gemini.


What this is

agent-guides is a structured knowledge base for AI coding agents. Instead of writing long system prompts, you install focused, composable guidance files that agents load on demand based on the task at hand.

Each area (e.g., devops/kubernetes) provides:

| File type | Purpose | When loaded | |:--------------------|:------------------------------------------|:-----------------------------------| | AGENTS.md | Navigation index, load order, constraints | First — always | | rules/*.md | Hard constraints the agent must follow | Always, for the active spec | | skills/*/SKILL.md | Technical capabilities and patterns | On demand, matching "When to load" | | workflows/*.md | Orchestrated step-by-step processes | On /command trigger | | prompts/*.md | Human copy-paste templates (EN + RU) | Reference / paste |


Repository structure

agent-guides/
├── areas/
│   ├── software/              # Application development
│   │   ├── general/           # Shared baseline — all software specs inherit from here
│   │   ├── backend/           # REST/GraphQL APIs, services, database access
│   │   ├── frontend/          # Components, accessibility, performance, CSS
│   │   ├── full-stack/        # End-to-end product features
│   │   ├── data-engineering/  # dbt, warehouses, pipelines, streaming
│   │   ├── mlops/             # Training, evaluation, serving, monitoring
│   │   ├── mobile/            # iOS, Android, React Native, Flutter
│   │   ├── platform/          # K8s manifests, IaC, CI/CD, secrets
│   │   ├── qa/                # Test strategy, coverage, flakiness, performance
│   │   └── security/          # Threat modeling, SAST/DAST, auth, compliance
│   └── devops/                # Platform and operations
│       ├── kubernetes/        # Cluster bootstrap, workload ops, RBAC, upgrades
│       ├── ci-cd/             # GitHub Actions, GitLab CI, quality gates, supply chain
│       ├── infrastructure/    # Terraform, Ansible, IaC standards, drift detection
│       ├── observability/     # Prometheus, Loki, Tempo, Grafana, SLOs
│       ├── sre/               # SLOs, error budgets, incidents, chaos engineering
│       ├── networking/        # Ingress, TLS, service mesh, DNS, VPC
│       ├── devsecops/         # Shift-left, SBOM, OPA/Kyverno, container hardening
│       └── database-ops/      # PostgreSQL, Redis, migrations, backup/restore
├── extensions/
│   ├── opencode/              # OpenCode agent definitions, commands, skills
│   │   └── agents/            # SDLC agents + optional specialists for .opencode/agents/
│   ├── claude/                # Claude Code configs
│   │   └── agents/            # SDLC agents + optional specialists for .claude/agents/
│   ├── antigravity/           # Antigravity platform configs
│   ├── codex/                 # Codex custom agents and override configs
│   │   └── agents/            # SDLC agents + optional specialists for .codex/agents/
│   └── gemini/                # Gemini-specific configs
│   │   └── agents/            # SDLC agents + optional specialists for .gemini/agents/
├── areas/template/            # Authoring templates — start here for new content
├── docs/                      # Setup and usage guides
├── AGENTS.md                  # Root agent guidance (loaded into every project)
└── agentic                    # CLI installer

Quick start

Requirements

  • required commands: bash, python3, pip, pip3, or python3 -m pip, git
  • optional commands: fzf, node/npm, curl, agent binaries such as codex, opencode, claude, gemini

Install

npx @jetrabbits/agentic@latest

Alternative bootstrap (installs local binary):

curl -fsSL https://raw.githubusercontent.com/sawrus/agent-guides/main/install | bash

Run

agentic

Upgrade

agentic upgrade

Full instructions

See agentic in action

how to use agentic

Interactive walkthrough of the agentic CLI flow: choose a target project, pick agent platforms, and install the guidance bundle.


SDLC Agent team

The same 7-agent SDLC team works across Claude Code, OpenCode, Codex, and any tool that supports agent or subagent files. Agentic also ships optional post-task review specialists for instruction quality and memory hygiene.

| Agent | Role | Invoke when | |:------------------|:-----------------------------------------------|:----------------------------------------------| | product-owner | Scope, acceptance criteria, SDLC orchestration | Start of any feature; final acceptance | | pm | Planning, milestones, risk register | Scope is defined, execution needs tracking | | team-lead | Architecture, code review, quality gates | Planning and pre-release sign-off | | developer | Implementation, tests, delivery | Implementation plan is approved | | qa | Verification, defect classification, go/no-go | Developer hands off an increment | | designer | UX flows, accessibility, design-system review | Planning and implementation review | | devops-engineer | CI/CD, IaC, platform reliability | Anything touching infra, pipelines, or deploy |

Each agent has a vibe (one-line personality), Identity, Communication Style, Success Metrics, and explicit Boundaries — so roles never overlap and handoffs are always documented.

Optional specialist agents run outside the mandatory SDLC role matrix:

| Agent | Role | Invoke when | |:-----------------------|:-------------------------------------------------|:-------------------------------------------------| | instruction_reviewer | Post-task instruction effectiveness review | Instructions, tool use, or role guidance changed | | memory_curator | Post-task memory hygiene recommendations | Durable facts or memory quality need review |

See Review Pipeline for the guidance-mode pipeline and .reviews/<task-id>/ output convention.

| Platform | Agent path | Format | Guide | |:------------|:--------------------------------|:-------------------------------|:------------------------------------------------------------------------------------------------| | Claude Code | project/.claude/agents/*.md | Markdown with YAML frontmatter | Claude Code subagents | | OpenCode | project/.opencode/agents/*.md | Markdown with frontmatter | OpenCode agents · repo setup note | | Codex | project/.codex/agents/*.toml | TOML custom agents | Codex subagents | | Gemini | project/.gemini/agents/*.toml | Markdown with YAML frontmatter | Gemini subagents |


What gets installed where

agentic installs shared guidance into .agent/ and selected IDE files into directories like .claude/, .opencode/, and .codex/. Generated runtime guidance goes to AGENTS.md; OpenCode also gets .opencode/AGENTS.md.

project/.agent/
├── rules/       ← constraints active for every task in this project
├── skills/      ← capabilities loaded on demand
├── workflows/   ← processes triggered by slash commands
└── prompts/     ← human-paste templates

Agent IDE options (interactive install)

MCP

  • opencode-docs (safe): adds OpenCode documentation through a local MCP server.
  • playwright (sensitive): adds browser automation through Playwright MCP.
  • kubernetes (dangerous): adds Kubernetes cluster access through Kubernetes MCP.
  • youtube-transcript (safe): adds YouTube transcript lookup through a local MCP server.
  • docker-mcp (dangerous): adds Docker MCP Gateway as the generated docker MCP server.
  • context7 (safe): adds a remote MCP server for up-to-date framework, library, SDK, and API documentation.
  • mempalace (sensitive): adds a local memory MCP server for project context discovery and reuse.
  • anydb (dangerous): adds database access through AnyDB MCP.

OpenCode Plugins

  • telegram-opencode-notifier: sends Telegram notifications when an OpenCode session becomes idle, including the final response or an attachment for long output.
  • agent-model-mapper: maps .opencode/agents/*.md roles to main and fallback OpenCode models during interactive agentic install/agentic tui. OpenCode startup never prompts or writes project files.

Contributing

See CONTRIBUTING.md for authoring standards, templates, and the pull request process.

Quick checklist before opening a PR:

  • [ ] Used the appropriate template from areas/template/.
  • [ ] No {{PLACEHOLDER}} values remain.
  • [ ] Spec map in AGENTS.md updated.
  • [ ] Constraints in rules use imperative language.
  • [ ] Prompt examples include both EN and RU blocks.

License

See LICENSE if present, or contact the maintainers.