Skip to content

phucbm/skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

phucbm/skills

Screenshot 2026-04-29 at 10 14 41 (1)

My personal knowledge base, reusable skills and reference knowledge observed across real projects.

Skills are slash commands that instruct Claude to perform a specific task (e.g. /add-skill, /rag).


Quickstart

Via skills.sh

Run the installer and pick what you want:

npx skills@latest add phucbm/skills

Via Claude Plugin

Add the phucbm marketplace (once, ever):

/plugin marketplace add phucbm/skills

Install the skills plugin:

/plugin install skills@phucbm

Update when new skills are released:

/plugin marketplace update phucbm

Skills

meta

  • add-skill - Summarize knowledge from the current project and push it to this repo.
  • update-skill - Diff and update an existing knowledge entry.
  • learn - Scan any repo, diff against existing skills, and suggest what to save or update.
  • claskit - Autonomous Claude Code task runner - write task specs as Markdown, run claskit, watch Claude implement them.

ai

  • vercel-ai-gateway - Set up Vercel AI Gateway for multi-provider AI access.
  • rag - Build a RAG pipeline - chunk, embed, store, query, inject into prompt.
  • pinecone - Set up Pinecone as the vector DB in a RAG pipeline.
  • groq - Integrate GROQ LLM streaming into a project.

backend

  • dexie - Set up Dexie.js (IndexedDB) in a local-first Next.js + React + TypeScript app.
  • counterapi - Add lightweight hit counters via counterapi.dev v2.
  • discord-as-backend - Use a Discord Forum channel as a database or a Discord webhook as a form submission inbox.
  • github-as-db - Use a GitHub repo as a zero-infra data store.

deploy

  • publish-npm - Auto-publish npm package on GitHub release via token or OIDC.
  • cloudflare-pages - Migrate a Next.js app to Cloudflare Pages, pick the right adapter, and diagnose worker size issues.

wordpress

  • wp-acf-blocks - Scaffold, audit and manage ACF Gutenberg blocks with Tailwind CSS.

Claude Plugins

All plugins available from the phucbm marketplace:

Plugin Repo Install Description
claudify phucbm/claudify /plugin install claudify@phucbm Bootstrap .claude/ structure for any existing repo
skills phucbm/skills /plugin install skills@phucbm Personal knowledge base (this repo)
registry-system phucbm/registry-system /plugin install registry-system@phucbm Manage shadcn-compatible component registry - create, validate, and push components

Reference

About

Claude Plugin - Personal knowledge base for Claude Code — patterns and integrations across projects

Topics

Resources

Stars

2 stars

Watchers

0 watching

Forks

Packages

 
 
 

Contributors