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

@elyracode/felagi

v0.9.30

Published

Elyra Félagi integration — issues, comments, time tracking, the stopwatch, knowledge base, projects, and agent runs from your Elyra session

Readme

@elyracode/felagi

Elyra Félagi integration for Elyra. Félagi is a project portal where people and agents share one board — this extension puts issues, comments, time tracking, the stopwatch, the knowledge base, projects, and agent runs inside your Elyra session.

Install

elyra install npm:@elyracode/felagi

Setup

Create a token in Félagi under Settings → API tokens and paste the block it hands you into your project's .env (or export the variables):

FELAGI_URL=https://felagi.example.com
FELAGI_TOKEN=fat_...

A read-only token works for everything except writes (which answer 403 with a message saying so).

Tools

| Tool | Description | |------|-------------| | felagi_me | Who the token acts as, its workspace and abilities | | felagi_issues | List/search issues: text, status, type, priority, project, assignee, labels (AND), cycle, updated_since | | felagi_issue | One issue in full, optionally with the comment thread and delivered artifacts | | felagi_create_issue | Create an issue (title required) | | felagi_update_issue | PATCH any subset of fields; assigning an agent queues a run | | felagi_comment | Comment on an issue; mentioning an agent hands it the thread | | felagi_log_time | Log time as a person says it: 2h 30m, 1d, 90m | | felagi_time_entries | Read hours, filtered by mine/date range/issue/source | | felagi_timer | Stopwatch: status, start (switches cleanly), stop, discard | | felagi_articles | Search the team knowledge base; read full articles | | felagi_projects | List projects | | felagi_agents | List assignable agents with runtime status | | felagi_run | Queue an agent run on an issue; list/read runs with summary and cost |

Commands

| Command | Description | |---------|-------------| | /felagi | Dashboard — my issues, running timer, workspace | | /felagi-timer | /felagi-timer start ACM-231, stop, status, discard | | /felagi-log | /felagi-log ACM-231 2h30m traced the redirect loop |

Behavior notes

  • Issue references accept both the human identifier (ACM-231) and the numeric id.
  • Time durations are written the way a person says them; spent_on defaults to today.
  • Hours are always the token owner's own — the API has no actor field for time, deliberately.
  • Starting a timer while one runs stops and logs the first; the tool reports what was banked.
  • The knowledge base (felagi_articles) is the endpoint worth knowing: the agent reads the team's runbook before it starts.
  • API reference: elyracode.com/docs/felagi/api