agent-skill-manager 1.9.0 → 1.10.0

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.
package/README.md CHANGED
@@ -32,7 +32,7 @@
32
32
  **agent-skill-manager** (`asm`) is an interactive TUI and CLI for managing installed skills across AI coding agents — [Claude Code](https://docs.anthropic.com/en/docs/claude-code), [Codex](https://github.com/openai/codex), [OpenClaw](https://github.com/openclaw), and more. Built with [OpenTUI](https://github.com/nicholasgasior/opentui) and [Bun](https://bun.sh).
33
33
 
34
34
  <p align="center">
35
- <img src="assets/screenshots/asm-list.png" alt="agent-skill-manager TUI dashboard" width="800" />
35
+ <img src="assets/screenshots/tui.png" alt="agent-skill-manager TUI dashboard" width="800" />
36
36
  </p>
37
37
 
38
38
  ## Features
@@ -114,6 +114,10 @@ asm # or: agent-skill-manager
114
114
 
115
115
  ### CLI Commands
116
116
 
117
+ <p align="center">
118
+ <img src="assets/screenshots/asm-list.png" alt="agent-skill-manager CLI output" width="800" />
119
+ </p>
120
+
117
121
  ```bash
118
122
  asm list # List all discovered skills
119
123
  asm search <query> # Search by name/description/provider
@@ -122,6 +126,10 @@ asm install <source> # Install a skill from GitHub
122
126
  asm uninstall <skill-name> # Remove a skill (with confirmation)
123
127
  asm audit # Detect duplicate skills
124
128
  asm audit security <name> # Run security audit on a skill
129
+ asm index ingest <repo> # Index a skill repo for searching
130
+ asm index search <query> # Search indexed skills
131
+ asm index list # List indexed repositories
132
+ asm index remove <owner/repo> # Remove a repo from the index
125
133
  asm config show # Print current config
126
134
  asm config path # Print config file path
127
135
  asm config reset # Reset config to defaults
@@ -210,6 +218,10 @@ asm audit security --all
210
218
 
211
219
  # Uninstall without confirmation
212
220
  asm uninstall old-skill --yes
221
+
222
+ # Index a skill repo and search it
223
+ asm index ingest github:anthropics/skills
224
+ asm index search "frontend design" --json
213
225
  ```
214
226
 
215
227
  ## TUI Keyboard Shortcuts
@@ -361,6 +373,28 @@ agent-skill-manager/
361
373
  | [Security](SECURITY.md) | Vulnerability reporting |
362
374
  | [Code of Conduct](CODE_OF_CONDUCT.md) | Community guidelines |
363
375
 
376
+ ## Open-Source Skill Collections
377
+
378
+ A curated list of open-source repositories that offer collections of skills for AI agents. Install any of them with `asm install github:<owner>/<repo>`.
379
+
380
+ > **Last updated:** 2026-03-18 | **Previous update:** 2026-03-17
381
+
382
+ | Repository | Description | Maintainer | Stars | Trending | Skills |
383
+ | ----------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------- | -----: | :------: | -----: |
384
+ | [anthropic-skills](https://github.com/anthropics/skills) | Public repository for Agent Skills. | [@anthropics](https://github.com/anthropics) | 95,957 | — | 18 |
385
+ | [superpowers](https://github.com/obra/superpowers) | An agentic skills framework & software development methodology that works. | [@obra](https://github.com/obra) | 89,816 | — | 14 |
386
+ | [everything-claude-code](https://github.com/affaan-m/everything-claude-code) | The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond. | [@affaan-m](https://github.com/affaan-m) | 81,392 | ↑ | 147 |
387
+ | [agency-agents](https://github.com/msitarzewski/agency-agents) | A complete AI agency at your fingertips — specialized expert agents with personality, processes, and proven deliverables. | [@msitarzewski](https://github.com/msitarzewski) | 50,749 | — | 0 |
388
+ | [ui-ux-pro-max-skill](https://github.com/nextlevelbuilder/ui-ux-pro-max-skill) | An AI skill that provides design intelligence for building professional UI/UX across multiple platforms. | [@nextlevelbuilder](https://github.com/nextlevelbuilder) | 43,112 | — | 7 |
389
+ | [antigravity-awesome-skills](https://github.com/sickn33/antigravity-awesome-skills) | The Ultimate Collection of 1000+ Agentic Skills for Claude Code/Antigravity/Cursor. Battle-tested, high-performance skills for AI agents. | [@sickn33](https://github.com/sickn33) | 25,047 | ↑ | 1258 |
390
+ | [marketingskills](https://github.com/coreyhaines31/marketingskills) | Marketing skills for Claude Code and AI agents. CRO, copywriting, SEO, analytics, and growth engineering. | [@coreyhaines31](https://github.com/coreyhaines31) | 14,099 | — | 33 |
391
+ | [agentskills](https://github.com/agentskills/agentskills) | Specification and documentation for Agent Skills. | [@agentskills](https://github.com/agentskills) | 13,342 | — | 0 |
392
+ | [taste-skill](https://github.com/Leonxlnx/taste-skill) | Taste-Skill (High-Agency Frontend) — gives your AI good taste. Stops the AI from generating boring, generic, "slop". | [@Leonxlnx](https://github.com/Leonxlnx) | 3,389 | ↑ | 5 |
393
+ | [affiliate-skills](https://github.com/Affitor/affiliate-skills) | AI-powered Claude Skills for affiliate marketers. Full funnel: research → content → blog → landing → deploy. | [@Affitor](https://github.com/Affitor) | 99 | — | 47 |
394
+ | [skills](https://github.com/luongnv89/skills) | Supercharge your AI agents/bots with reusable skills. | [@luongnv89](https://github.com/luongnv89) | 1 | — | 29 |
395
+
396
+ > **Note:** The _Trending_ column compares star counts with the previous update. Arrows indicate growth (↑), decline (↓), or no prior data (—).
397
+
364
398
  ## Contributing
365
399
 
366
400
  Contributions are welcome! See [CONTRIBUTING.md](CONTRIBUTING.md) for guidelines.
@@ -0,0 +1,338 @@
1
+ {
2
+ "repoUrl": "https://github.com/Affitor/affiliate-skills.git",
3
+ "owner": "Affitor",
4
+ "repo": "affiliate-skills",
5
+ "updatedAt": "2026-03-17T23:46:02.624Z",
6
+ "skillCount": 47,
7
+ "skills": [
8
+ {
9
+ "name": "ab-test-generator",
10
+ "description": "Generate A/B test variants for affiliate content. Triggers on: \"create A/B test\", \"test my headline\", \"optimize my CTA\", \"generate variants\", \"split test ideas\", \"improve click-through rate\", \"test my landing page copy\", \"headline alternatives\", \"CTA variations\", \"which version is better\", \"optimize conversions\", \"test my email subject line\", \"compare approaches\".",
11
+ "version": "1.0.0",
12
+ "installUrl": "github:Affitor/affiliate-skills:skills/analytics/ab-test-generator",
13
+ "relPath": "skills/analytics/ab-test-generator"
14
+ },
15
+ {
16
+ "name": "affiliate-blog-builder",
17
+ "description": "Write SEO-optimized affiliate blog articles, product reviews, comparison posts, listicles, and how-to guides. Triggers on: \"write a blog post about\", \"review of [product]\", \"best [category] article\", \"comparison blog\", \"affiliate blog\", \"SEO article\", \"write a review\", \"product roundup\", \"blog content for affiliate\", \"how to use [product] blog post\", \"listicle about [category]\", \"[product] vs [product] blog\", \"content for my affiliate site\".",
18
+ "version": "1.0.0",
19
+ "installUrl": "github:Affitor/affiliate-skills:skills/blog/affiliate-blog-builder",
20
+ "relPath": "skills/blog/affiliate-blog-builder"
21
+ },
22
+ {
23
+ "name": "affiliate-program-lister",
24
+ "description": "Research an affiliate program and create a verified listing for list.affitor.com. Use this skill when the user asks anything about listing a program, adding an affiliate program to the directory, submitting a program to list, creating a listing, documenting an affiliate program, sharing an affiliate program, writing a program profile, posting a program to list.affitor.com, or contributing a new program. Also trigger for: \"list a program\", \"add affiliate program\", \"submit program to list\", \"create listing for X\", \"document affiliate program\", \"share affiliate program\", \"write a listing\", \"post to list.affitor.com\", \"add X to the directory\", \"register an affiliate program\", \"publish affiliate program\", \"new program listing\", \"profile this affiliate program\", \"catalog this program\".",
25
+ "version": "1.0.0",
26
+ "installUrl": "github:Affitor/affiliate-skills:skills/research/affiliate-program-lister",
27
+ "relPath": "skills/research/affiliate-program-lister"
28
+ },
29
+ {
30
+ "name": "affiliate-program-search",
31
+ "description": "Research and evaluate affiliate programs to find the best ones to promote. Use this skill when the user asks anything about finding affiliate programs, comparing commission rates, evaluating affiliate opportunities, searching for products to promote, picking a niche, or mentions list.affitor.com. Also trigger for: \"which SaaS should I promote\", \"best affiliate programs for X\", \"high commission programs\", \"recurring commission affiliate\", \"compare these affiliate programs\", \"is X affiliate program worth it\", \"find me something to promote\", \"what pays the most\", \"affiliate programs with long cookie duration\".",
32
+ "version": "1.0.0",
33
+ "installUrl": "github:Affitor/affiliate-skills:skills/research/affiliate-program-search",
34
+ "relPath": "skills/research/affiliate-program-search"
35
+ },
36
+ {
37
+ "name": "bio-link-deployer",
38
+ "description": "Create a Linktree-style bio link hub page as a single self-contained HTML file. Triggers on: \"create a bio link page\", \"make a linktree\", \"link in bio page\", \"bio link\", \"link hub\", \"create my link page\", \"all my links on one page\", \"linktree alternative\", \"build a link page\", \"bio page for my affiliate links\", \"I need a link in bio\", \"make a page with all my links\", \"link aggregator page\".",
39
+ "version": "1.0.0",
40
+ "installUrl": "github:Affitor/affiliate-skills:skills/distribution/bio-link-deployer",
41
+ "relPath": "skills/distribution/bio-link-deployer"
42
+ },
43
+ {
44
+ "name": "bonus-stack-builder",
45
+ "description": "Design exclusive bonus packages that make YOUR affiliate link the obvious choice. Triggers on: \"create bonuses for\", \"bonus stack\", \"what bonuses should I offer\", \"bonus ideas for\", \"exclusive bonuses\", \"differentiate my affiliate link\", \"why buy through my link\", \"affiliate bonuses\", \"bonus package\", \"what can I offer as a bonus\", \"design bonuses\", \"build a bonus stack\".",
46
+ "version": "1.0.0",
47
+ "installUrl": "github:Affitor/affiliate-skills:skills/landing/bonus-stack-builder",
48
+ "relPath": "skills/landing/bonus-stack-builder"
49
+ },
50
+ {
51
+ "name": "category-designer",
52
+ "description": "Define a new category where your product wins by default. Reframe the buying decision. Triggers on: \"create a category\", \"category design\", \"define my category\", \"category of one\", \"reframe the market\", \"position as category king\", \"new category\", \"category creation\", \"own a category\", \"category strategy\", \"competitive positioning\", \"strategic positioning\", \"market reframing\", \"be the only option\", \"change the buying criteria\", \"category king\".",
53
+ "version": "1.0.0",
54
+ "installUrl": "github:Affitor/affiliate-skills:skills/meta/category-designer",
55
+ "relPath": "skills/meta/category-designer"
56
+ },
57
+ {
58
+ "name": "commission-calculator",
59
+ "description": "Calculate realistic affiliate earnings projections before committing to a program. Use this skill when the user asks about affiliate earnings, projecting income, calculating commissions, estimating how much they can make, comparing program payouts, or says \"how much can I make promoting X\", \"calculate my affiliate income\", \"is this commission worth it\", \"how long to first $1000\", \"compare earnings between programs\", \"traffic to income calculator\", \"what conversion rate should I expect\", \"earnings estimate for affiliate program\", \"how many sales do I need\".",
60
+ "version": "1.0.0",
61
+ "installUrl": "github:Affitor/affiliate-skills:skills/research/commission-calculator",
62
+ "relPath": "skills/research/commission-calculator"
63
+ },
64
+ {
65
+ "name": "comparison-post-writer",
66
+ "description": "Write \"X vs Y\" comparison blog posts that help readers choose between two competing products. Triggers on: \"write a comparison post\", \"X vs Y blog post\", \"compare [product A] and [product B]\", \"which is better [A] or [B]\", \"head to head comparison\", \"[product] vs [product] article\", \"comparison review\", \"write a versus article\", \"side by side comparison blog\", \"which should I choose [A] or [B]\", \"compare these two products for my blog\".",
67
+ "version": "1.0.0",
68
+ "installUrl": "github:Affitor/affiliate-skills:skills/blog/comparison-post-writer",
69
+ "relPath": "skills/blog/comparison-post-writer"
70
+ },
71
+ {
72
+ "name": "competitor-spy",
73
+ "description": "Reverse-engineer successful affiliate strategies from competitors. Use this skill when the user asks about spying on competitors, researching what other affiliates promote, analyzing competitor affiliate sites, understanding how top affiliates in a niche make money, or says \"what programs does X promote\", \"how does [site] make money\", \"what affiliate strategy does this site use\", \"spy on competitor affiliates\", \"reverse engineer affiliate site\", \"copy what works in my niche\", \"who are the top affiliates in X niche\", \"what content gets traffic in my niche\", \"competitor affiliate analysis\".",
74
+ "version": "1.0.0",
75
+ "installUrl": "github:Affitor/affiliate-skills:skills/research/competitor-spy",
76
+ "relPath": "skills/research/competitor-spy"
77
+ },
78
+ {
79
+ "name": "compliance-checker",
80
+ "description": "Check affiliate content for FTC compliance and platform rules. Triggers on: \"check my content for compliance\", \"FTC disclosure check\", \"is this legal\", \"review for compliance\", \"check affiliate disclosure\", \"am I FTC compliant\", \"audit my content\", \"compliance review\", \"legal check\", \"platform rules check\", \"check before publishing\", \"disclosure audit\", \"review my ad copy\".",
81
+ "version": "1.0.0",
82
+ "installUrl": "github:Affitor/affiliate-skills:skills/meta/compliance-checker",
83
+ "relPath": "skills/meta/compliance-checker"
84
+ },
85
+ {
86
+ "name": "content-decay-detector",
87
+ "description": "Monitor existing content for ranking drops and trigger refresh workflows. Triggers on: \"check for content decay\", \"which content needs updating\", \"content refresh\", \"ranking drops\", \"traffic decline\", \"stale content\", \"content audit\", \"what to refresh\", \"outdated content\", \"content performance check\", \"update old articles\", \"declining rankings\", \"content maintenance\", \"refresh priority list\", \"which articles are losing traffic\", \"SEO content audit\".",
88
+ "version": "1.0.0",
89
+ "installUrl": "github:Affitor/affiliate-skills:skills/blog/content-decay-detector",
90
+ "relPath": "skills/blog/content-decay-detector"
91
+ },
92
+ {
93
+ "name": "content-moat-calculator",
94
+ "description": "Estimate pages needed for topical authority. Go/no-go decision before investing months in content. Triggers on: \"how much content do I need\", \"topical authority estimate\", \"content moat\", \"how many articles\", \"content gap analysis\", \"can I compete in this niche\", \"content investment calculator\", \"is this niche worth the effort\", \"SEO feasibility\", \"how many pages to rank\", \"content volume needed\", \"competitive content analysis\", \"moat calculation\", \"authority gap\", \"should I invest in this niche\".",
95
+ "version": "1.0.0",
96
+ "installUrl": "github:Affitor/affiliate-skills:skills/blog/content-moat-calculator",
97
+ "relPath": "skills/blog/content-moat-calculator"
98
+ },
99
+ {
100
+ "name": "content-pillar-atomizer",
101
+ "description": "Take 1 blog post or article and generate 15-30 platform-native micro-content pieces. Not reformatting — re-contextualizing for each platform's culture. Triggers on: \"atomize this content\", \"repurpose my blog post\", \"turn this into social posts\", \"content atomizer\", \"pillar content\", \"one to many content\", \"repurpose content\", \"multiply my content\", \"content explosion\", \"turn article into posts\", \"break down this article\", \"micro content from blog\", \"content pillar strategy\", \"10x my content\", \"platform-native content\", \"atomize\", \"content multiplication\".",
102
+ "version": "1.0.0",
103
+ "installUrl": "github:Affitor/affiliate-skills:skills/content/content-pillar-atomizer",
104
+ "relPath": "skills/content/content-pillar-atomizer"
105
+ },
106
+ {
107
+ "name": "content-repurposer",
108
+ "description": "Repurpose one piece of affiliate content into multiple formats. Triggers on: \"repurpose my content\", \"turn my blog into tweets\", \"cross-post this\", \"content recycling\", \"convert to newsletter\", \"make a tweet thread from this\", \"adapt for TikTok\", \"omnichannel content\", \"scale my content\", \"turn this into a LinkedIn post\", \"repurpose for email\", \"content multiplication\".",
109
+ "version": "1.0.0",
110
+ "installUrl": "github:Affitor/affiliate-skills:skills/automation/content-repurposer",
111
+ "relPath": "skills/automation/content-repurposer"
112
+ },
113
+ {
114
+ "name": "conversion-tracker",
115
+ "description": "Set up affiliate conversion tracking with UTM parameters and link tagging. Triggers on: \"set up tracking\", \"create UTM links\", \"track my affiliate links\", \"tracking pixels\", \"click attribution\", \"organize my links\", \"UTM parameters\", \"tag my links\", \"campaign tracking\", \"link tracking setup\", \"prepare for launch\", \"debug attribution\", \"tracking spreadsheet\".",
116
+ "version": "1.0.0",
117
+ "installUrl": "github:Affitor/affiliate-skills:skills/analytics/conversion-tracker",
118
+ "relPath": "skills/analytics/conversion-tracker"
119
+ },
120
+ {
121
+ "name": "email-automation-builder",
122
+ "description": "Build multi-sequence email automation flows with branching logic. Triggers on: \"build email automation\", \"create email funnel\", \"email automation flow\", \"welcome series with branches\", \"conditional email sequence\", \"set up automation\", \"email workflow builder\", \"segmented email flow\", \"advanced email sequence\", \"nurture funnel\", \"cart abandonment sequence\", \"win-back email flow\".",
123
+ "version": "1.0.0",
124
+ "installUrl": "github:Affitor/affiliate-skills:skills/automation/email-automation-builder",
125
+ "relPath": "skills/automation/email-automation-builder"
126
+ },
127
+ {
128
+ "name": "email-drip-sequence",
129
+ "description": "Write an email drip sequence for affiliate marketing. Triggers on: \"write me an email sequence\", \"create a drip campaign\", \"email nurture sequence\", \"affiliate email funnel\", \"welcome email series\", \"email onboarding sequence\", \"write emails for my list\", \"set up a drip sequence\", \"email campaign for [product]\", \"nurture my subscribers\", \"email follow-up sequence\", \"build my email funnel\", \"write 5 emails promoting [product]\", \"email automation sequence\".",
130
+ "version": "1.0.0",
131
+ "installUrl": "github:Affitor/affiliate-skills:skills/distribution/email-drip-sequence",
132
+ "relPath": "skills/distribution/email-drip-sequence"
133
+ },
134
+ {
135
+ "name": "funnel-planner",
136
+ "description": "Plan a complete affiliate funnel from research to revenue. Triggers on: \"plan my affiliate funnel\", \"create a funnel strategy\", \"affiliate business plan\", \"how to start affiliate marketing\", \"full funnel roadmap\", \"plan from scratch\", \"week by week affiliate plan\", \"chain skills together\", \"build my funnel\", \"affiliate marketing roadmap\", \"step by step affiliate plan\", \"onboarding plan\".",
137
+ "version": "1.0.0",
138
+ "installUrl": "github:Affitor/affiliate-skills:skills/meta/funnel-planner",
139
+ "relPath": "skills/meta/funnel-planner"
140
+ },
141
+ {
142
+ "name": "github-pages-deployer",
143
+ "description": "Deploy affiliate content to GitHub Pages for free hosting. Triggers on: \"deploy to GitHub Pages\", \"host on GitHub Pages\", \"free hosting for my affiliate site\", \"push to GitHub Pages\", \"GitHub Pages setup\", \"deploy my landing page to GitHub\", \"host my bio link on GitHub\", \"free affiliate website hosting\", \"github pages affiliate\", \"set up GitHub Pages for my site\", \"deploy HTML to GitHub\", \"free static hosting\", \"publish my affiliate page for free\", \"github pages custom domain\".",
144
+ "version": "1.0.0",
145
+ "installUrl": "github:Affitor/affiliate-skills:skills/distribution/github-pages-deployer",
146
+ "relPath": "skills/distribution/github-pages-deployer"
147
+ },
148
+ {
149
+ "name": "grand-slam-offer",
150
+ "description": "Design irresistible affiliate offers using the Hormozi Grand Slam framework. Triggers on: \"create an offer for\", \"design my offer\", \"grand slam offer\", \"make an irresistible offer\", \"why should someone buy through my link\", \"offer framework\", \"value proposition for\", \"Hormozi offer\", \"offer stack\", \"make my offer irresistible\", \"craft an offer\", \"what makes my offer different\", \"offer design\", \"increase perceived value\".",
151
+ "version": "1.0.0",
152
+ "installUrl": "github:Affitor/affiliate-skills:skills/landing/grand-slam-offer",
153
+ "relPath": "skills/landing/grand-slam-offer"
154
+ },
155
+ {
156
+ "name": "guarantee-generator",
157
+ "description": "Create YOUR personal guarantee on top of the product's guarantee for risk reversal. Triggers on: \"create a guarantee\", \"guarantee for my affiliate\", \"risk reversal\", \"money back guarantee\", \"what guarantee can I offer\", \"reduce buyer risk\", \"guarantee copy\", \"how to guarantee\", \"affiliate guarantee\", \"personal guarantee\", \"risk-free offer\", \"satisfaction guarantee\", \"results guarantee\".",
158
+ "version": "1.0.0",
159
+ "installUrl": "github:Affitor/affiliate-skills:skills/landing/guarantee-generator",
160
+ "relPath": "skills/landing/guarantee-generator"
161
+ },
162
+ {
163
+ "name": "how-to-tutorial-writer",
164
+ "description": "Write how-to guides and tutorials that naturally integrate affiliate product recommendations. Triggers on: \"write a how-to guide\", \"tutorial for [task]\", \"step by step guide to [goal]\", \"how to [verb] with [product]\", \"write a tutorial blog post\", \"guide on how to [task]\", \"beginner guide to [topic]\", \"walkthrough for [product]\", \"write an educational article\", \"how do I [task] blog post\", \"write a tutorial that promotes [product]\".",
165
+ "version": "1.0.0",
166
+ "installUrl": "github:Affitor/affiliate-skills:skills/blog/how-to-tutorial-writer",
167
+ "relPath": "skills/blog/how-to-tutorial-writer"
168
+ },
169
+ {
170
+ "name": "internal-linking-optimizer",
171
+ "description": "Analyze site's internal link structure and optimize for hub-and-spoke SEO architecture. Triggers on: \"optimize internal links\", \"internal linking\", \"link structure\", \"hub and spoke links\", \"orphan pages\", \"link equity\", \"internal link audit\", \"fix my internal links\", \"link architecture\", \"site structure optimization\", \"internal linking strategy\", \"link flow\", \"improve site structure\", \"find orphan pages\", \"maximize link equity\", \"internal link map\".",
172
+ "version": "1.0.0",
173
+ "installUrl": "github:Affitor/affiliate-skills:skills/analytics/internal-linking-optimizer",
174
+ "relPath": "skills/analytics/internal-linking-optimizer"
175
+ },
176
+ {
177
+ "name": "keyword-cluster-architect",
178
+ "description": "Map 50-200+ keywords into topical clusters for SEO domination. Build content roadmaps for topical authority. Triggers on: \"keyword research\", \"keyword clustering\", \"topical authority\", \"keyword map\", \"keyword strategy\", \"content roadmap for SEO\", \"keyword grouping\", \"topic clusters\", \"SEO keyword plan\", \"map my keywords\", \"keyword cluster\", \"hub and spoke content\", \"build topical authority\", \"SEO content plan\", \"keyword universe\".",
179
+ "version": "1.0.0",
180
+ "installUrl": "github:Affitor/affiliate-skills:skills/blog/keyword-cluster-architect",
181
+ "relPath": "skills/blog/keyword-cluster-architect"
182
+ },
183
+ {
184
+ "name": "landing-page-creator",
185
+ "description": "Build high-converting affiliate landing pages as single self-contained HTML files. Triggers on: \"create a landing page for\", \"build a landing page\", \"product landing page\", \"affiliate landing page\", \"comparison page for\", \"vs page\", \"single product page\", \"conversion page\", \"sales page for affiliate\", \"landing page HTML\", \"build me a page for\", \"create a page to promote [product]\", \"I need a landing page\", \"make a page for [product]\".",
186
+ "version": "1.0.0",
187
+ "installUrl": "github:Affitor/affiliate-skills:skills/landing/landing-page-creator",
188
+ "relPath": "skills/landing/landing-page-creator"
189
+ },
190
+ {
191
+ "name": "listicle-generator",
192
+ "description": "Write \"Top N best...\" listicle articles for affiliate marketing with mini-reviews, pricing, pros/cons, and CTAs per entry. Triggers on: \"write a best of list\", \"top 10 [category] tools\", \"best [product category] article\", \"roundup post\", \"listicle about [category]\", \"write a top tools article\", \"best [N] alternatives to [product]\", \"product roundup\", \"write a tools comparison list\", \"best software for [use case]\", \"top picks for [category]\".",
193
+ "version": "1.0.0",
194
+ "installUrl": "github:Affitor/affiliate-skills:skills/blog/listicle-generator",
195
+ "relPath": "skills/blog/listicle-generator"
196
+ },
197
+ {
198
+ "name": "monopoly-niche-finder",
199
+ "description": "Find intersection niches where you're the ONLY voice. Thiel's \"competition is for losers\" lens. Triggers on: \"find my monopoly niche\", \"blue ocean niche\", \"unique niche\", \"niche intersection\", \"where am I the only one\", \"zero competition niche\", \"untapped niche\", \"category of one\", \"Thiel monopoly\", \"dominate a niche\", \"niche nobody else covers\", \"cross two domains\", \"find a niche with no competition\", \"monopoly positioning\", \"unique angle for affiliate\".",
200
+ "version": "1.0.0",
201
+ "installUrl": "github:Affitor/affiliate-skills:skills/research/monopoly-niche-finder",
202
+ "relPath": "skills/research/monopoly-niche-finder"
203
+ },
204
+ {
205
+ "name": "multi-program-manager",
206
+ "description": "Manage and compare multiple affiliate programs as a portfolio. Triggers on: \"manage my affiliate programs\", \"compare my programs\", \"portfolio overview\", \"which program should I focus on\", \"diversify my affiliate income\", \"program switching\", \"affiliate portfolio\", \"program comparison\", \"revenue allocation\", \"which programs to drop\", \"add new programs\", \"affiliate program strategy\".",
207
+ "version": "1.0.0",
208
+ "installUrl": "github:Affitor/affiliate-skills:skills/automation/multi-program-manager",
209
+ "relPath": "skills/automation/multi-program-manager"
210
+ },
211
+ {
212
+ "name": "niche-opportunity-finder",
213
+ "description": "Find untapped affiliate niches with real earning potential. Use this skill when the user asks about picking a niche, finding a niche to start affiliate marketing, what niche to get into, niche research, niche ideas, beginner niche selection, low competition niches, profitable niches, or says \"I don't know what to promote\", \"help me pick a niche\", \"what niche should I start with\", \"find me a niche with less competition\", \"niche ideas for affiliate\", \"is X a good niche for affiliate marketing\", \"best niches 2024\", \"untapped niches\".",
214
+ "version": "1.0.0",
215
+ "installUrl": "github:Affitor/affiliate-skills:skills/research/niche-opportunity-finder",
216
+ "relPath": "skills/research/niche-opportunity-finder"
217
+ },
218
+ {
219
+ "name": "paid-ad-copy-writer",
220
+ "description": "Write paid ad copy for affiliate offers across ad platforms. Triggers on: \"write ad copy\", \"Facebook ad for affiliate\", \"Google Ads copy\", \"TikTok ad script\", \"Pinterest ad\", \"paid traffic to affiliate\", \"create ad campaign\", \"ad headlines\", \"ad descriptions\", \"scale with paid ads\", \"run ads for my affiliate link\", \"write Facebook ad\", \"Google Search ad copy\".",
221
+ "version": "1.0.0",
222
+ "installUrl": "github:Affitor/affiliate-skills:skills/automation/paid-ad-copy-writer",
223
+ "relPath": "skills/automation/paid-ad-copy-writer"
224
+ },
225
+ {
226
+ "name": "performance-report",
227
+ "description": "Generate affiliate performance reports with KPIs and recommendations. Triggers on: \"show my affiliate report\", \"how are my programs doing\", \"performance review\", \"earnings report\", \"monthly affiliate report\", \"weekly report\", \"analyze my affiliate earnings\", \"which program is best\", \"EPC report\", \"conversion rate analysis\", \"revenue breakdown\", \"campaign performance\".",
228
+ "version": "1.0.0",
229
+ "installUrl": "github:Affitor/affiliate-skills:skills/analytics/performance-report",
230
+ "relPath": "skills/analytics/performance-report"
231
+ },
232
+ {
233
+ "name": "product-showcase-page",
234
+ "description": "Build a single-product deep-dive showcase page as a self-contained HTML file. Triggers on: \"build a product showcase page\", \"deep dive landing page for [product]\", \"create a product spotlight page\", \"product feature page\", \"single product page\", \"detailed page about [product]\", \"build a page showing everything about [product]\", \"create a long-form product page\", \"build a sales page for [product]\", \"product deep dive page\", \"make a feature breakdown page for [product]\".",
235
+ "version": "1.0.0",
236
+ "installUrl": "github:Affitor/affiliate-skills:skills/landing/product-showcase-page",
237
+ "relPath": "skills/landing/product-showcase-page"
238
+ },
239
+ {
240
+ "name": "proprietary-data-generator",
241
+ "description": "Create original surveys, benchmarks, and aggregated data nobody else has. Automate data collection for content moats. Triggers on: \"create original data\", \"proprietary data\", \"survey design\", \"benchmark study\", \"original research\", \"data-driven content\", \"create a survey\", \"industry benchmark\", \"aggregated data\", \"unique data\", \"first-party data\", \"data moat\", \"generate research data\", \"create a study\", \"original statistics\", \"data nobody else has\", \"competitive data advantage\".",
242
+ "version": "1.0.0",
243
+ "installUrl": "github:Affitor/affiliate-skills:skills/automation/proprietary-data-generator",
244
+ "relPath": "skills/automation/proprietary-data-generator"
245
+ },
246
+ {
247
+ "name": "purple-cow-audit",
248
+ "description": "Score product remarkability 1-10 to decide if it's worth promoting. Seth Godin's Purple Cow test. Triggers on: \"is this product worth promoting\", \"should I promote\", \"product audit\", \"purple cow\", \"remarkable product\", \"is it remarkable\", \"rate this product\", \"product quality check\", \"worth my reputation\", \"product evaluation\", \"would I recommend without commission\", \"product remarkability score\", \"evaluate this affiliate product\", \"quality gate for promotion\".",
249
+ "version": "1.0.0",
250
+ "installUrl": "github:Affitor/affiliate-skills:skills/research/purple-cow-audit",
251
+ "relPath": "skills/research/purple-cow-audit"
252
+ },
253
+ {
254
+ "name": "reddit-post-writer",
255
+ "description": "Write Reddit posts and comments that recommend affiliate products without getting banned or flagged as spam. Subreddit-native content that adds value first. Use this skill when the user asks about Reddit posts for affiliate marketing, writing Reddit comments that mention products, how to promote affiliate links on Reddit, or says \"write a Reddit post for X\", \"how to mention affiliate on Reddit\", \"Reddit comment promoting product\", \"Reddit-friendly affiliate content\", \"post for r/[subreddit] about X\", \"share affiliate link on Reddit without getting banned\", \"genuine Reddit recommendation\", \"organic Reddit affiliate post\", \"Reddit thread idea for product\".",
256
+ "version": "1.0.0",
257
+ "installUrl": "github:Affitor/affiliate-skills:skills/content/reddit-post-writer",
258
+ "relPath": "skills/content/reddit-post-writer"
259
+ },
260
+ {
261
+ "name": "self-improver",
262
+ "description": "Review affiliate campaign results and improve strategy. Triggers on: \"review my results\", \"what went wrong\", \"how to improve conversions\", \"analyze my campaign\", \"affiliate retrospective\", \"why am I not converting\", \"improve my strategy\", \"what should I change\", \"campaign review\", \"optimize my approach\", \"learn from my results\", \"post-mortem on my campaign\".",
263
+ "version": "1.0.0",
264
+ "installUrl": "github:Affitor/affiliate-skills:skills/meta/self-improver",
265
+ "relPath": "skills/meta/self-improver"
266
+ },
267
+ {
268
+ "name": "seo-audit",
269
+ "description": "Audit affiliate blog posts and landing pages for SEO issues. Triggers on: \"audit my blog post for SEO\", \"check my SEO\", \"SEO review\", \"improve my rankings\", \"SEO checklist\", \"on-page SEO audit\", \"keyword optimization check\", \"why isn't my page ranking\", \"SEO score\", \"content quality audit\", \"check my meta tags\", \"internal linking audit\", \"quick SEO wins\".",
270
+ "version": "1.0.0",
271
+ "installUrl": "github:Affitor/affiliate-skills:skills/analytics/seo-audit",
272
+ "relPath": "skills/analytics/seo-audit"
273
+ },
274
+ {
275
+ "name": "skill-finder",
276
+ "description": "Find the right Affitor skill for your goal. Triggers on: \"which skill should I use\", \"find me a skill\", \"what skills are available\", \"help me choose a skill\", \"skill for SEO\", \"skill for email\", \"explore skills\", \"I'm new to Affitor\", \"what can Affitor do\", \"search skills\", \"skill for blog writing\", \"skill for landing pages\", \"skill for analytics\".",
277
+ "version": "1.0.0",
278
+ "installUrl": "github:Affitor/affiliate-skills:skills/meta/skill-finder",
279
+ "relPath": "skills/meta/skill-finder"
280
+ },
281
+ {
282
+ "name": "social-media-scheduler",
283
+ "description": "Create a 30-day social media content calendar for affiliate marketing. Triggers on: \"create a social media calendar\", \"30-day content plan\", \"social media schedule\", \"content calendar for [product]\", \"plan my social posts\", \"social media strategy\", \"schedule my affiliate posts\", \"content plan for LinkedIn\", \"30 days of content\", \"social posting schedule\", \"what should I post this month\", \"write my social content\", \"create posts for LinkedIn X Facebook\", \"affiliate content calendar\", \"social media plan for my affiliate program\".",
284
+ "version": "1.0.0",
285
+ "installUrl": "github:Affitor/affiliate-skills:skills/distribution/social-media-scheduler",
286
+ "relPath": "skills/distribution/social-media-scheduler"
287
+ },
288
+ {
289
+ "name": "squeeze-page-builder",
290
+ "description": "Build email capture landing pages (squeeze pages) as single self-contained HTML files. Triggers on: \"build a squeeze page\", \"email capture page\", \"lead magnet page\", \"create an opt-in page\", \"build an email list page\", \"lead capture landing page\", \"create a freebie page\", \"build a page to collect emails\", \"opt-in landing page\", \"email signup page for [product/niche]\", \"create a lead magnet landing page\", \"build a page that captures emails before sending to affiliate offer\".",
291
+ "version": "1.0.0",
292
+ "installUrl": "github:Affitor/affiliate-skills:skills/landing/squeeze-page-builder",
293
+ "relPath": "skills/landing/squeeze-page-builder"
294
+ },
295
+ {
296
+ "name": "tiktok-script-writer",
297
+ "description": "Write short-form video scripts for TikTok, Instagram Reels, and YouTube Shorts that promote affiliate products with strong hooks, demos, and CTAs. Use this skill when the user asks about TikTok scripts, Reels scripts, Shorts scripts, short-form video for affiliate marketing, or says \"write a TikTok for X\", \"script a Reel promoting X\", \"YouTube Shorts script affiliate\", \"60-second video script\", \"hook for TikTok affiliate\", \"write a video promoting X\", \"TikTok script that converts\", \"short video script for product review\", \"viral TikTok affiliate script\", \"how to promote X on TikTok\".",
298
+ "version": "1.0.0",
299
+ "installUrl": "github:Affitor/affiliate-skills:skills/content/tiktok-script-writer",
300
+ "relPath": "skills/content/tiktok-script-writer"
301
+ },
302
+ {
303
+ "name": "twitter-thread-writer",
304
+ "description": "Write X/Twitter threads that get bookmarked, shared, and drive affiliate clicks. Use this skill when the user asks about writing Twitter threads, X threads, tweet threads for affiliate marketing, or says \"write a thread about X\", \"Twitter thread promoting X\", \"X thread for affiliate\", \"write tweets that go viral\", \"thread that sells without selling\", \"educational thread with affiliate CTA\", \"Twitter content for affiliate marketing\", \"how to promote X on Twitter\", \"write a thread my audience will bookmark\", \"tweet storm about affiliate product\".",
305
+ "version": "1.0.0",
306
+ "installUrl": "github:Affitor/affiliate-skills:skills/content/twitter-thread-writer",
307
+ "relPath": "skills/content/twitter-thread-writer"
308
+ },
309
+ {
310
+ "name": "value-ladder-architect",
311
+ "description": "Design the complete free-to-premium value ladder for affiliate promotions. Triggers on: \"value ladder\", \"customer journey\", \"upsell path\", \"ascension model\", \"free to paid funnel\", \"tripwire offer\", \"upsell strategy\", \"downsell\", \"product ladder\", \"price ladder\", \"customer ascension\", \"funnel architecture\", \"map my funnel\", \"design my funnel stages\", \"monetization path\".",
312
+ "version": "1.0.0",
313
+ "installUrl": "github:Affitor/affiliate-skills:skills/landing/value-ladder-architect",
314
+ "relPath": "skills/landing/value-ladder-architect"
315
+ },
316
+ {
317
+ "name": "viral-post-writer",
318
+ "description": "Write viral social media posts that promote affiliate products naturally. Use this skill when the user asks anything about writing social media content for affiliate marketing, creating posts for LinkedIn/X/Reddit/Facebook, promoting a product on social media, writing affiliate content, or mentions \"viral post\", \"social media post\", \"content for affiliate\". Also trigger for: \"write a post about X\", \"help me promote X on LinkedIn\", \"create a thread about X\", \"make a Reddit post for X\", \"draft tweets for X\", \"social media content for affiliate program\", \"how to promote X on social\", \"write something that goes viral\", \"LinkedIn post for affiliate\", \"X thread about this tool\", \"help me sell X naturally on social media\".",
319
+ "version": "1.0.0",
320
+ "installUrl": "github:Affitor/affiliate-skills:skills/content/viral-post-writer",
321
+ "relPath": "skills/content/viral-post-writer"
322
+ },
323
+ {
324
+ "name": "webinar-registration-page",
325
+ "description": "Build a webinar or live event registration page as a self-contained HTML file with countdown timer, speaker bio, agenda, and registration form. Triggers on: \"build a webinar registration page\", \"create a webinar sign-up page\", \"event registration landing page\", \"live training registration page\", \"workshop sign-up page\", \"create a webinar page\", \"build an event page\", \"free webinar landing page\", \"live demo registration page\", \"online event page\", \"create a registration page for my webinar\", \"build a training event page\".",
326
+ "version": "1.0.0",
327
+ "installUrl": "github:Affitor/affiliate-skills:skills/landing/webinar-registration-page",
328
+ "relPath": "skills/landing/webinar-registration-page"
329
+ },
330
+ {
331
+ "name": "your-skill-name",
332
+ "description": "Replace with when the AI should activate this skill. Be pushy — cover multiple phrasings so the AI activates for a wide range of user prompts.",
333
+ "version": "1.0.0",
334
+ "installUrl": "github:Affitor/affiliate-skills:template",
335
+ "relPath": "template"
336
+ }
337
+ ]
338
+ }
@@ -0,0 +1,44 @@
1
+ {
2
+ "repoUrl": "https://github.com/Leonxlnx/taste-skill.git",
3
+ "owner": "Leonxlnx",
4
+ "repo": "taste-skill",
5
+ "updatedAt": "2026-03-17T23:46:01.961Z",
6
+ "skillCount": 5,
7
+ "skills": [
8
+ {
9
+ "name": "design-taste-frontend",
10
+ "description": "Senior UI/UX Engineer. Architect digital interfaces overriding default LLM biases. Enforces metric-based rules, strict component architecture, CSS hardware acceleration, and balanced design engineering.",
11
+ "version": "0.0.0",
12
+ "installUrl": "github:Leonxlnx/taste-skill:taste-skill",
13
+ "relPath": "taste-skill"
14
+ },
15
+ {
16
+ "name": "full-output-enforcement",
17
+ "description": "Overrides default LLM truncation behavior. Enforces complete code generation, bans placeholder patterns, and handles token-limit splits cleanly. Apply to any task requiring exhaustive, unabridged output.",
18
+ "version": "0.0.0",
19
+ "installUrl": "github:Leonxlnx/taste-skill:output-skill",
20
+ "relPath": "output-skill"
21
+ },
22
+ {
23
+ "name": "high-end-visual-design",
24
+ "description": "Teaches the AI to design like a high-end agency. Defines the exact fonts, spacing, shadows, card structures, and animations that make a website feel expensive. Blocks all the common defaults that make AI designs look cheap or generic.",
25
+ "version": "0.0.0",
26
+ "installUrl": "github:Leonxlnx/taste-skill:soft-skill",
27
+ "relPath": "soft-skill"
28
+ },
29
+ {
30
+ "name": "minimalist-ui",
31
+ "description": "Clean editorial-style interfaces. Warm monochrome palette, typographic contrast, flat bento grids, muted pastels. No gradients, no heavy shadows.",
32
+ "version": "0.0.0",
33
+ "installUrl": "github:Leonxlnx/taste-skill:minimalist-skill",
34
+ "relPath": "minimalist-skill"
35
+ },
36
+ {
37
+ "name": "redesign-existing-projects",
38
+ "description": "Upgrades existing websites and apps to premium quality. Audits current design, identifies generic AI patterns, and applies high-end design standards without breaking functionality. Works with any CSS framework or vanilla CSS.",
39
+ "version": "0.0.0",
40
+ "installUrl": "github:Leonxlnx/taste-skill:redesign-skill",
41
+ "relPath": "redesign-skill"
42
+ }
43
+ ]
44
+ }