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

@talisikai/claude-skills

v1.2.0

Published

CLI to install and manage talisikai Claude skills

Downloads

338

Readme

⚡ Talisik AI Claude Skills

npm version license

Specialized Claude skills for software teams — installable in one command.

npx @talisikai/claude-skills add prd-assessment

What are Skills?

Skills are specialized instruction sets for Claude that extend its behavior for specific workflows — like generating PRDs, writing QA test cases, or creating frontend component specs. Install them once, and Claude automatically uses them when relevant.


Available Skills

Product

| Skill | Role | Description | |-------|------|-------------| | prd-assessment | Lead | Three-mode PRD skill: CREATE (interview → new PRD), ASSESS (PRD → impact assessment), PIVOT (direction change → impact assessment with invalidation) | | card-generator | Lead | Reads an impact assessment and generates a Jira-ready card list grouped by role. Auto-splits L/XL estimates. |

Design

| Skill | Role | Description | |-------|------|-------------| | design-audit | Frontend | Premium UI/UX audit — reads actual code, outputs phased plan (Critical → Refinement → Polish) with exact file references. Supports Figma gap analysis. | | design-principles | Frontend | Steve Jobs / Jony Ive design philosophy: The Jobs Filter, hierarchy, consistency, whitespace. Quick reference for any design decision. | | frontend-design | Frontend | Build or improve frontends in Design System Mode (existing tokens) or Creative Mode (greenfield). React, Next.js, Vue, HTML/CSS. | | ui-ux-pro-max | Frontend | Full design intelligence — 50+ styles, 97 palettes, 57 font pairings, 9 stacks. Generates complete design systems and page-specific overrides. Requires Python 3. | | web-design-guidelines | Frontend | Reviews UI code against Vercel's Web Interface Guidelines — accessibility, semantic HTML, focus, keyboard nav. |

Engineering

| Skill | Role | Description | |-------|------|-------------| | coding-standards | All | Template skill for enforcing team coding patterns. Ships with [FILL IN] placeholders — Lead populates once per project. | | fe-best-practices | Frontend | Best practices for React + Tailwind + shadcn/ui + React Query, organized by concern. | | be-best-practices | Backend | Best practices for Node.js + Zod + Prisma + PostgreSQL + MongoDB + Redis, organized by concern. | | pre-review-checklist | Review Buddy | Structured 5-check PR gate before QA or Lead review. Outputs PASS or FAIL with specific callouts. | | context-audit | Lead | Sprint-start context health check. Compares a module's context MD against actual files. Outputs CLEAN / STALE / OUTDATED. | | devops-infra | DevOps | Full deployment cycle: protocol, pre-deploy checklist, Sentry monitoring, changelog, CI/CD patterns, rollback. | | qa-engineer | QA | Test plans, test cases, bug reports, and QA estimation. | | frontend-spec | Frontend | Component specs with TypeScript interfaces and usage examples. |


Installation

Install a skill

npx @talisikai/claude-skills add prd-assessment

List all available skills

npx @talisikai/claude-skills list

Search skills

npx @talisikai/claude-skills search "testing"

Update all skills

npx @talisikai/claude-skills update

Remove a skill

npx @talisikai/claude-skills remove prd-assessment

Skills Directory

By default, skills are installed to:

| Platform | Path | |----------|------| | macOS | ~/Library/Application Support/Claude/skills/ | | Windows | %APPDATA%\Claude\skills\ | | Linux | ~/.claude/skills/ |

Use --dir to override:

npx @talisikai/claude-skills add prd-assessment --dir ./my-skills

Adding a New Skill

  1. Create a folder under packages/skills/your-skill-name/
  2. Add SKILL.md with YAML frontmatter (name, description)
  3. Add any reference files in a references/ subfolder
  4. Add an entry to registry.json
  5. Open a PR

See CONTRIBUTING.md for the full guide.


Roadmap

  • [x] CLI install / list / update / remove / search
  • [x] prd-assessment v2 — three-mode PRD skill (CREATE / ASSESS / PIVOT)
  • [x] card-generator — impact assessment → Jira cards
  • [x] coding-standards — team pattern template
  • [x] fe-best-practices — React + Tailwind + shadcn + React Query
  • [x] be-best-practices — Node + Zod + Prisma + PostgreSQL + MongoDB + Redis
  • [x] pre-review-checklist — 5-check PR gate
  • [x] context-audit — sprint-start context health check
  • [x] devops-infra — deployment protocol + Sentry + rollback
  • [x] qa-engineer skill
  • [x] frontend-spec skill
  • [x] design-audit skill
  • [x] design-principles skill
  • [x] frontend-design skill
  • [x] ui-ux-pro-max skill
  • [x] web-design-guidelines skill
  • [ ] ml-workflow skill (model pipeline, data handling, inference patterns)
  • [ ] claude-skills init — interactive skill scaffold generator
  • [ ] Web registry UI at skills.talisik-ai
  • [ ] Community skill submissions

License

MIT © talisik-ai