skills-ws 1.4.0 → 1.4.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +10 -9
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -1,8 +1,8 @@
1
- # skills.ws
1
+ # SKILLS.ws
2
2
 
3
- 60 agent skills for AI coding assistants.
3
+ 77 expert agent skills for AI coding assistants.
4
4
 
5
- **Website:** [skills.ws](https://skills.ws)
5
+ **Website:** [SKILLS.ws](https://skills.ws)
6
6
  **npm:** [npmjs.com/package/skills-ws](https://www.npmjs.com/package/skills-ws)
7
7
 
8
8
  ## Install skills
@@ -20,13 +20,14 @@ Skills are `SKILL.md` files that give AI coding assistants specialized knowledge
20
20
 
21
21
  ## Categories
22
22
 
23
- - **Marketing** — SEO/GEO, content strategy, copywriting, paid ads, email sequences, PR/media, influencer, brand strategy, webinars, blog engine
24
- - **Dev** — Git workflow, CI/CD, API design, database design, testing, web performance, security hardening, prompt engineering, AI agent design, MVP launcher, Next.js stack
25
- - **Growth** — Social media, community building, customer feedback, business development, cold outreach, competitor intelligence, affiliate marketing
23
+ - **Marketing** — SEO/GEO, content strategy, copywriting, paid ads, email sequences, PR/media, influencer, brand strategy, webinars, blog engine, social media kit
24
+ - **Dev** — Git workflow, CI/CD, API design, database design, testing, web performance, security hardening, prompt engineering, AI agent building, MVP launcher, Next.js stack, Next.js performance, PostgreSQL, Docker, AWS deploy, monitoring, Stripe billing, auth
25
+ - **Growth** — Social media, community building, customer feedback, business development, cold outreach, competitor intelligence, affiliate marketing, growth hacking, product-led growth, marketplace launch
26
26
  - **Conversion** — Landing pages, signup flows, popups, A/B testing, pricing optimization, lead scoring, CRO, sales funnels
27
- - **Analytics** — Google Analytics, Search Console, Bing/Yandex Webmaster, data analytics, retention analytics
28
- - **Operations** — EU legal compliance (GDPR, AI Act, DSA), hiring/team building, project management, CRM, accounting, revenue ops
29
- - **Design** — UI/UX Pro Max, landing page builder, ASCII banner
27
+ - **Analytics** — Google Analytics, Search Console, Bing/Yandex Webmaster, data analytics, retention analytics, marketing analytics, on-chain analytics
28
+ - **Operations** — EU legal compliance (GDPR, AI Act, DSA), EU tax & accounting, hiring/team building, project management, CRM, revenue ops
29
+ - **Web3** — Solidity dev, DeFi integration, smart contract auditor, wallet integration, Aleph Cloud self-deployment
30
+ - **Design** — UI/UX Pro Max, landing page builder, design system, ASCII banner
30
31
 
31
32
  ## Development
32
33
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "skills-ws",
3
- "version": "1.4.0",
3
+ "version": "1.4.1",
4
4
  "scripts": {
5
5
  "dev": "next dev",
6
6
  "build": "next build",
@@ -25,7 +25,7 @@
25
25
  "tailwindcss": "^3.4.1",
26
26
  "typescript": "^5"
27
27
  },
28
- "description": "77 expert agent skills for AI coding assistants \u2014 marketing, growth, web3, dev, design & operations. Built for OpenClaw, Claude Code, Cursor, and Codex.",
28
+ "description": "77 expert agent skills for AI coding assistants marketing, growth, web3, dev, design & operations. Built for OpenClaw, Claude Code, Cursor, and Codex.",
29
29
  "bin": {
30
30
  "skills-ws": "bin/cli.mjs"
31
31
  },
@@ -64,4 +64,4 @@
64
64
  },
65
65
  "homepage": "https://skills.ws",
66
66
  "author": "skills.ws"
67
- }
67
+ }