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

fare-skill-pack

v1.0.2

Published

Antigravity / Claude Code skill pack for FARE — 6 agents (BA · PM · QA · Dev · technical-writer · spec-reviewer), 22 skills, 16 workflows operating FARE via MCP.

Downloads

437

Readme

fare-skill-pack

Skill pack cho Antigravity / Claude Code, thao tác với hệ quản trị quy trình phát triển phần mềm FARE qua MCP. Cung cấp sáu agent (BA, PM, QA, Dev, technical-writer, spec-reviewer), 22 skill và 16 workflow slash-command.

Cài đặt

# Từ npm registry
npx fare-skill-pack init

# Hoặc từ GitHub
npx github:bacng95/fare-skill-pack init

CLI sao chép thư mục .agent/ vào workspace. Đăng ký MCP server FARE là bước riêng — chạy npx fare-skill-pack register-mcp để xem lệnh claude mcp add cần thực thi, hoặc tự cấu hình theo tài liệu của Claude Code.

Yêu cầu

  • Node 18 trở lên.
  • Claude Code CLI (npm i -g @anthropic-ai/claude-code).
  • FARE backend chạy ở endpoint có thể tiếp cận (mặc định http://localhost:3002/mcp).
  • FARE API key (lấy từ FARE UI → Settings → API Keys).

Quick start

Sau khi cài, restart Claude Code hoặc /mcp reconnect để load tool, sau đó:

/fare-ba FCORE Đăng nhập bằng mật khẩu

Agent khám phá ngữ cảnh, hỏi để làm rõ yêu cầu, đề xuất loại đặc tả và vị trí đẩy lên FARE, chờ xác nhận trước khi tạo. Xem .agent/USAGE.md cho hướng dẫn cú pháp tham số đầy đủ.

CLI

fare-skill-pack <command> [target]

| Command | Mô tả | |---|---| | init | Sao chép .agent/ vào target (mặc định cwd). | | update | Backup .agent/ hiện tại sang .agent.bak.<timestamp>/, ghi đè với version mới. | | uninstall | Xóa .agent/ (có confirm). | | register-mcp | In lệnh claude mcp add (không sao chép file). | | help | Hiển thị help. | | version | In version. |

Cả fare-skillfare-skill-pack đều khả dụng làm bin name.

Agents và workflows

| Vai | Agent | Workflows | |---|---|---| | BA | fare-business-analyst | /fare-ba, /fare-plan, /fare-trace, /fare-change | | PM | fare-project-manager | /fare-pm, /fare-breakdown, /fare-groom, /fare-epic | | QA | fare-qa-engineer | /fare-qa, /fare-test, /fare-verify | | Dev | fare-developer | /fare-dev, /fare-impact, /fare-handoff | | Technical Writer | fare-technical-writer | /fare-write-doc | | Spec Reviewer | fare-spec-reviewer | /fare-audit-spec |

Ba rule always-on: Content Fidelity, Confirmation Gate, MCP-only. Chi tiết trong .agent/rules/.

Documentation

  • .agent/ARCHITECTURE.md — danh mục agent / skill / workflow / rule.
  • .agent/USAGE.md — hướng dẫn cú pháp slash-command và bảng định tuyến.
  • .agent/rules/fare-rules.md — chín quy tắc bất khả xâm phạm khi gọi MCP.
  • .agent/rules/operating-mode.md — hai chế độ vận hành (Substitute, Assistant).
  • CHANGELOG.md — lịch sử phiên bản.

Operating mode

Mặc định là Substitute: agent đảm nhận vai trò chuyên môn cho user. Khi workspace có chuyên gia BA/PM/QA/Dev thật, chuyển sang Assistant: agent trợ giúp soạn nháp, chuyên gia là người ra quyết định.

Security

  • CLI không exec lệnh claude mcp add. Token được in ra để user chạy thủ công.
  • Agent chỉ thao tác với FARE qua MCP. Không đọc database, source code FARE backend, hoặc file ngoài workspace .agent/ (rule §8).
  • Các action không thể đảo ngược (xóa, ghi đè, đổi status, tạo BUG) cần xác nhận trực tiếp từ user (rule §2, §5).

Contributing

Đóng góp qua pull request. Quy ước:

  • Skill mới: thư mục .agent/skills/<name>/SKILL.md với frontmatter name, description.
  • Workflow mới: file .agent/workflows/<name>.md với frontmatter tương tự.
  • Cập nhật ARCHITECTURE.mdUSAGE.md cho mỗi thay đổi.
  • Thay đổi rule cần thảo luận trước qua issue.

License

MIT. Xem LICENSE.