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

@leo-cmp/l-nexus

v0.5.0

Published

Central portátil de configuração e diretrizes para agentes de IA — skills, roles, guidelines e templates versionados

Readme

l-nexus

l-nexus é um kit de contexto portátil para agentes de IA (Claude, Gemini, Codex, Copilot).
Skills, roles, guidelines e templates versionados — instaláveis em qualquer projeto com um comando.

npx @leo-cmp/l-nexus install

O que vem no pacote

| Componente | Descrição | |-----------|-----------| | Roles (9 personas) | Backend, frontend, fullstack, database, QA, tech-lead, product-analyst, project-planner, model-router | | Skills (18 skills) | Brainstorming, brainstorming-lite, caveman, criar-plano, criar-task, executar-task, revisar, gerar-prompt, iniciar-projeto, atualizar-projeto, atualizar-l-nexus + stacks | | Guidelines (core + stacks) | Execution, planning, testing, git/PR, database, frontend, atomic-design, model-selection + Laravel, CI4, Tailwind, daisyUI, Astro | | Templates | plan.md, task.md, task-short.md, issue-local.md | | MCP | context7, github, sequential-thinking, chrome-devtools, daisyui-github, nudge | | Circuit breakers | Max 5 skills/sessão, max 3 tentativas/critério, max 10 arquivos/task, loop detection | | Memória entre sessões | session-memory.md + decisions.md (zero dependência externa) |


Instalação

npx @leo-cmp/l-nexus install

Para forçar reinstalação (sobrescreve .agents/ e .mcp.json):

npx @leo-cmp/l-nexus install-force

Atualizar

npx @leo-cmp/l-nexus install-force

Estrutura instalada no projeto

projeto/
├── AGENTS.md              ← ponto de entrada do agente (symlink ou cópia)
├── CLAUDE.md              ← idêntico ao AGENTS.md
├── .ai/
│   ├── roles/             ← 9 personas
│   ├── guidelines/
│   │   ├── core/          ← execution, planning, git-pr, testing, etc.
│   │   ├── stacks/        ← Laravel, CI4, Tailwind, daisyUI, Astro
│   │   └── domain/        ← regras de negócio do projeto
│   ├── templates/         ← plan, task, task-short, issue-local
│   ├── project.md         ← config do projeto (preenchido por você)
│   ├── stack.md           ← stacks ativas (preenchido por você)
│   ├── session-memory.md  ← handoff entre sessões
│   └── decisions.md       ← índice de decisões do projeto
├── .agents/
│   └── skills/            ← 18 skills
├── .claude/
│   └── skills -> ../.agents/skills
└── .mcp.json              ← servidores MCP

Atalhos do Agente

| Atalho | Ação | |--------|------| | /l-nexus:iniciar | Bootstrap do projeto (project.md, stack.md, regras) | | /l-nexus:criar-plano | Criar plano de fase | | /l-nexus:criar-task | Criar task detalhada | | /l-nexus:atualizar | Atualizar regras de negócio | | /l-nexus:atualizar-l-nexus | Atualizar l-nexus para versão mais recente | | /l-nexus:brainstorm-lite | Brainstorming rápido (3 perguntas máx) | | /l-nexus:gerar-prompt | Gerar prompt limpo para nova sessão |


Requisitos

  • LLM com instruction following ≥ 85%, janela de contexto ≥ 64K tokens
  • Unix (Linux/macOS/WSL)
  • Git + GitHub CLI (gh) opcional para integração com issues/PRs

Ver MODEL_REQUIREMENTS.md para detalhes de compatibilidade.


Versão

v0.4.0 — 52 melhorias sobre v0.3.0. Ver .planning/melhorias/ para histórico completo.