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

ai-developer-skill-os

v6.0.3

Published

Behavior Specification Format Framework, AI coding agents (Claude, Cursor, Windsurf, Antigravity) với 23 skills chuyên nghiệp.

Readme

🚀 AI Developer Skill OS (ai-developer-skill-os) v6.0

Rule-Skins v6 is a Behavior Specification Format (BSF), not a prompt library, not an agent framework, and not a programming language. It defines reusable behavioral contracts that can be interpreted by different AI runtimes while remaining implementation-agnostic.

Thay vì cung cấp các "công cụ rời rạc" (Toolbox) hoặc những prompt cồng kềnh, Rule-Skins v6 được tái thiết kế hoàn toàn theo chuẩn Behavior Specification Format. Các hành vi (Behaviors) giờ đây là các bản Hợp đồng (Contracts) rõ ràng, bao gồm Policies, Capabilities, và Reasoning Boundaries.


🏗️ Kiến Trúc 5 Tầng (Agent OS Kernel)

Hệ thống được thiết kế decoupled hoàn hảo:

1. BSF Kernel (framework/KERNEL.md)

Trái tim của hệ thống định nghĩa BSF Meta-Model, OS Policy (Invariants), Knowledge Layer, Validation Rules, và Design Principles.

2. Thư Viện Độc Lập (Library Modules)

  • framework/bias-library/: Sửa các lỗi tư duy mặc định của AI.
  • framework/dial-library/: Định nghĩa các cấu hình điều khiển hành vi.
  • framework/rule-library/: Các tiêu chí xuất xưởng bắt buộc.

3. Behavior Specifications (skills/)

Bộ 23 Behavior cốt lõi được cấu trúc theo chuẩn BSF (_template/BEHAVIOR_SPEC.md). Toàn bộ logic nội bộ được quy hoạch thành các Contracts (Quyền hạn), Policies (Quyết định, Bằng chứng) và Protocol (State Machine tùy chọn).

4. Output Contract (Decision Summary)

Toàn bộ kết quả trả về cho bạn đều tuân thủ Output Contract: Báo cáo bằng Tiếng Việt, bảo đảm Invariants, và vượt qua các Quality Gates.


🧩 Danh sách 20+ Master Skills

Các skill được chia thành các nhóm (Category) rõ ràng:

  • Orchestration: qk-orchestrator, qk-context-loader, qk-policy-engine, qk-access-policy
  • Engineering / Dev: qk-feature-delivery, qk-api-lifecycle, qk-data-lifecycle, qk-design-to-code, qk-ui-system-builder
  • Validation & Standards: qk-validation-gate, qk-engineering-standard, qk-ui-audit, qk-project-health, qk-bug-resolution
  • Ops & AI: qk-system-evolution, qk-production-release, qk-ai-builder, qk-project-bootstrap
  • Docs & Utils: qk-docs, qk-documentation-system, qk-project-memory, qk-help

🔄 Luồng Handoff Pipeline Khép Kín

Bất cứ một tính năng hay lỗi nào cũng được đi qua một đường ống khép kín (Abstract Pipeline):

analyze 
  ↓
implement 
  ↓
engineering-standard (Ép chuẩn Code, Naming, SOLID)
  ↓
validate (Chạy Linter, Tests, Security Check)
  ↓
complete (Tạo báo cáo bằng tiếng Việt)

💻 Cách Cài Đặt (Installation)

Sử dụng npm:

npm i -g ai-developer-skill-os

Hoặc sử dụng qua npx:

npx ai-developer-skill-os init

🧪 Testing

This project includes a full test suite to ensure registry integrity and SKILL.md spec compliance:

npm test

CI runs automatically on every PR via GitHub Actions, enforcing:

  • Registry matches filesystem
  • All SKILL.md frontmatters comply with docs/SPEC.md
  • Install script idempotency

🗑️ Cách Gỡ Cài Đặt (Uninstallation)

Nếu bạn đã cài đặt thông qua npm global, bạn có thể gỡ bỏ bằng lệnh:

npm uninstall -g ai-developer-skill-os

🚀 Tra Cứu (Help)

Để tra cứu danh sách toàn bộ 20+ Kỹ năng và các mẹo sử dụng, hãy gọi:

./qk-help "Hiển thị tất cả các skill"