@lgtm-hq/ai-skills 0.5.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/NOTICE.md ADDED
@@ -0,0 +1,13 @@
1
+ # Third-Party Notices
2
+
3
+ This package catalogs third-party skills at the commit pins in `data/vendors.yaml`.
4
+
5
+ ## Vendor repositories
6
+
7
+ - [mattpocock/skills](https://github.com/mattpocock/skills) — `MIT`
8
+ - [anthropics/skills](https://github.com/anthropics/skills) — `Apache-2.0`
9
+ - Anthropic document skills are source-available.
10
+ The registry field is Apache-2.0 for this catalog.
11
+ - [anthropics/claude-code](https://github.com/anthropics/claude-code) — `Commercial`
12
+ - Claude Code plugin skills are subject to Anthropic's
13
+ Commercial Terms of Service.
@@ -0,0 +1,8 @@
1
+ #!/usr/bin/env node
2
+
3
+ import { runCli } from "../lib/cli.js";
4
+
5
+ runCli(process.argv.slice(2)).catch((error) => {
6
+ console.error(error instanceof Error ? error.message : String(error));
7
+ process.exitCode = 1;
8
+ });
@@ -0,0 +1,84 @@
1
+ {
2
+ "groups": {
3
+ "git-pr": {
4
+ "name": "Git & PR Workflow",
5
+ "description": "Branching, commits, rebases, and pull requests.",
6
+ "skills": [
7
+ "branch",
8
+ "commit",
9
+ "rebase",
10
+ "pr",
11
+ "reconcile",
12
+ "issue"
13
+ ]
14
+ },
15
+ "pre-push": {
16
+ "name": "Pre-Push Review",
17
+ "description": "Lint, test, and AI review before pushing or opening a PR.",
18
+ "skills": [
19
+ "lint",
20
+ "test",
21
+ "greptile",
22
+ "coderabbit"
23
+ ]
24
+ },
25
+ "standards": {
26
+ "name": "Standards",
27
+ "description": "Language and CI coding standards applied while writing code.",
28
+ "skills": [
29
+ "stand-general",
30
+ "stand-py",
31
+ "stand-ts",
32
+ "stand-rust",
33
+ "stand-odin",
34
+ "stand-ci"
35
+ ]
36
+ },
37
+ "raycast": {
38
+ "name": "Raycast",
39
+ "description": "Raycast extension development and store submissions.",
40
+ "skills": [
41
+ "raycast",
42
+ "pr-raycast"
43
+ ]
44
+ },
45
+ "analysis": {
46
+ "name": "Analysis",
47
+ "description": "Manual pre-review analysis of code, projects, and test suites.",
48
+ "skills": [
49
+ "analyze-code",
50
+ "analyze-project",
51
+ "analyze-tests"
52
+ ]
53
+ },
54
+ "agents": {
55
+ "name": "Agents",
56
+ "description": "Autonomous agents that shepherd PRs and work issue backlogs.",
57
+ "skills": [
58
+ "babysit-pr",
59
+ "implement-issues",
60
+ "which-pr"
61
+ ]
62
+ },
63
+ "testing": {
64
+ "name": "Testing",
65
+ "description": "Playwright and BATS test-writing standards.",
66
+ "skills": [
67
+ "test-api",
68
+ "test-ui",
69
+ "test-ui-qsf",
70
+ "test-shell"
71
+ ]
72
+ }
73
+ },
74
+ "ungrouped": [
75
+ "jira",
76
+ "lintro-add",
77
+ "lintro-verify",
78
+ "properize",
79
+ "scorecard",
80
+ "turbo-add",
81
+ "turbo-test",
82
+ "turbo-verify"
83
+ ]
84
+ }
@@ -0,0 +1,83 @@
1
+ ---
2
+ # Source of truth for skill installer groups (.claude-plugin/marketplace.json)
3
+ # and the README ## Skills section (scripts/generate_readme.py).
4
+ # Regenerate: uv run python scripts/generate_marketplace.py
5
+ # uv run python scripts/generate_readme.py
6
+ #
7
+ # Every skills/<name>/ directory must appear exactly once — in a group or
8
+ # ungrouped.
9
+
10
+ groups:
11
+ git-pr:
12
+ name: Git & PR Workflow
13
+ description: Branching, commits, rebases, and pull requests.
14
+ skills:
15
+ - branch
16
+ - commit
17
+ - rebase
18
+ - pr
19
+ - reconcile
20
+ - issue
21
+
22
+ pre-push:
23
+ name: Pre-Push Review
24
+ description: Lint, test, and AI review before pushing or opening a PR.
25
+ skills:
26
+ - lint
27
+ - test
28
+ - greptile
29
+ - coderabbit
30
+
31
+ standards:
32
+ name: Standards
33
+ description: Language and CI coding standards applied while writing code.
34
+ skills:
35
+ - stand-general
36
+ - stand-py
37
+ - stand-ts
38
+ - stand-rust
39
+ - stand-odin
40
+ - stand-ci
41
+
42
+ raycast:
43
+ name: Raycast
44
+ description: Raycast extension development and store submissions.
45
+ skills:
46
+ - raycast
47
+ - pr-raycast
48
+
49
+ analysis:
50
+ name: Analysis
51
+ description: Manual pre-review analysis of code, projects, and test suites.
52
+ skills:
53
+ - analyze-code
54
+ - analyze-project
55
+ - analyze-tests
56
+
57
+ agents:
58
+ name: Agents
59
+ description: Autonomous agents that shepherd PRs and work issue backlogs.
60
+ skills:
61
+ - babysit-pr
62
+ - implement-issues
63
+ - which-pr
64
+
65
+ testing:
66
+ name: Testing
67
+ description: Playwright and BATS test-writing standards.
68
+ skills:
69
+ - test-api
70
+ - test-ui
71
+ - test-ui-qsf
72
+ - test-shell
73
+
74
+ # Skills intentionally omitted from named groups (installer's "Other" bucket).
75
+ ungrouped:
76
+ - jira
77
+ - lintro-add
78
+ - lintro-verify
79
+ - properize
80
+ - scorecard
81
+ - turbo-add
82
+ - turbo-test
83
+ - turbo-verify
@@ -0,0 +1,52 @@
1
+ {
2
+ "skills": [
3
+ {
4
+ "name": "claude-opus-4-5-migration",
5
+ "path": "plugins/claude-opus-4-5-migration/skills/claude-opus-4-5-migration"
6
+ },
7
+ {
8
+ "name": "frontend-design",
9
+ "path": "plugins/frontend-design/skills/frontend-design"
10
+ },
11
+ {
12
+ "name": "writing-rules",
13
+ "path": "plugins/hookify/skills/writing-rules"
14
+ },
15
+ {
16
+ "name": "agent-development",
17
+ "path": "plugins/plugin-dev/skills/agent-development"
18
+ },
19
+ {
20
+ "name": "command-development",
21
+ "path": "plugins/plugin-dev/skills/command-development"
22
+ },
23
+ {
24
+ "name": "hook-development",
25
+ "path": "plugins/plugin-dev/skills/hook-development"
26
+ },
27
+ {
28
+ "name": "mcp-integration",
29
+ "path": "plugins/plugin-dev/skills/mcp-integration"
30
+ },
31
+ {
32
+ "name": "plugin-settings",
33
+ "path": "plugins/plugin-dev/skills/plugin-settings"
34
+ },
35
+ {
36
+ "name": "plugin-structure",
37
+ "path": "plugins/plugin-dev/skills/plugin-structure"
38
+ },
39
+ {
40
+ "name": "skill-development",
41
+ "path": "plugins/plugin-dev/skills/skill-development"
42
+ }
43
+ ],
44
+ "vendor": {
45
+ "id": "anthropics-claude-code",
46
+ "repo": "anthropics/claude-code",
47
+ "sha": "15a21e1b4e240e2da6a4953d5f148a806c9c9bb2",
48
+ "skillRoots": [
49
+ "plugins/*/skills"
50
+ ]
51
+ }
52
+ }
@@ -0,0 +1,80 @@
1
+ {
2
+ "skills": [
3
+ {
4
+ "name": "algorithmic-art",
5
+ "path": "skills/algorithmic-art"
6
+ },
7
+ {
8
+ "name": "brand-guidelines",
9
+ "path": "skills/brand-guidelines"
10
+ },
11
+ {
12
+ "name": "canvas-design",
13
+ "path": "skills/canvas-design"
14
+ },
15
+ {
16
+ "name": "claude-api",
17
+ "path": "skills/claude-api"
18
+ },
19
+ {
20
+ "name": "doc-coauthoring",
21
+ "path": "skills/doc-coauthoring"
22
+ },
23
+ {
24
+ "name": "docx",
25
+ "path": "skills/docx"
26
+ },
27
+ {
28
+ "name": "frontend-design",
29
+ "path": "skills/frontend-design"
30
+ },
31
+ {
32
+ "name": "internal-comms",
33
+ "path": "skills/internal-comms"
34
+ },
35
+ {
36
+ "name": "mcp-builder",
37
+ "path": "skills/mcp-builder"
38
+ },
39
+ {
40
+ "name": "pdf",
41
+ "path": "skills/pdf"
42
+ },
43
+ {
44
+ "name": "pptx",
45
+ "path": "skills/pptx"
46
+ },
47
+ {
48
+ "name": "skill-creator",
49
+ "path": "skills/skill-creator"
50
+ },
51
+ {
52
+ "name": "slack-gif-creator",
53
+ "path": "skills/slack-gif-creator"
54
+ },
55
+ {
56
+ "name": "theme-factory",
57
+ "path": "skills/theme-factory"
58
+ },
59
+ {
60
+ "name": "web-artifacts-builder",
61
+ "path": "skills/web-artifacts-builder"
62
+ },
63
+ {
64
+ "name": "webapp-testing",
65
+ "path": "skills/webapp-testing"
66
+ },
67
+ {
68
+ "name": "xlsx",
69
+ "path": "skills/xlsx"
70
+ }
71
+ ],
72
+ "vendor": {
73
+ "id": "anthropics",
74
+ "repo": "anthropics/skills",
75
+ "sha": "9d2f1ae187231d8199c64b5b762e1bdf2244733d",
76
+ "skillRoots": [
77
+ "skills"
78
+ ]
79
+ }
80
+ }
@@ -0,0 +1,168 @@
1
+ {
2
+ "skills": [
3
+ {
4
+ "name": "design-an-interface",
5
+ "path": "skills/deprecated/design-an-interface"
6
+ },
7
+ {
8
+ "name": "qa",
9
+ "path": "skills/deprecated/qa"
10
+ },
11
+ {
12
+ "name": "request-refactor-plan",
13
+ "path": "skills/deprecated/request-refactor-plan"
14
+ },
15
+ {
16
+ "name": "ubiquitous-language",
17
+ "path": "skills/deprecated/ubiquitous-language"
18
+ },
19
+ {
20
+ "name": "ask-matt",
21
+ "path": "skills/engineering/ask-matt"
22
+ },
23
+ {
24
+ "name": "code-review",
25
+ "path": "skills/engineering/code-review"
26
+ },
27
+ {
28
+ "name": "codebase-design",
29
+ "path": "skills/engineering/codebase-design"
30
+ },
31
+ {
32
+ "name": "diagnosing-bugs",
33
+ "path": "skills/engineering/diagnosing-bugs"
34
+ },
35
+ {
36
+ "name": "domain-modeling",
37
+ "path": "skills/engineering/domain-modeling"
38
+ },
39
+ {
40
+ "name": "grill-with-docs",
41
+ "path": "skills/engineering/grill-with-docs"
42
+ },
43
+ {
44
+ "name": "implement",
45
+ "path": "skills/engineering/implement"
46
+ },
47
+ {
48
+ "name": "improve-codebase-architecture",
49
+ "path": "skills/engineering/improve-codebase-architecture"
50
+ },
51
+ {
52
+ "name": "prototype",
53
+ "path": "skills/engineering/prototype"
54
+ },
55
+ {
56
+ "name": "research",
57
+ "path": "skills/engineering/research"
58
+ },
59
+ {
60
+ "name": "resolving-merge-conflicts",
61
+ "path": "skills/engineering/resolving-merge-conflicts"
62
+ },
63
+ {
64
+ "name": "setup-matt-pocock-skills",
65
+ "path": "skills/engineering/setup-matt-pocock-skills"
66
+ },
67
+ {
68
+ "name": "tdd",
69
+ "path": "skills/engineering/tdd"
70
+ },
71
+ {
72
+ "name": "to-spec",
73
+ "path": "skills/engineering/to-spec"
74
+ },
75
+ {
76
+ "name": "to-tickets",
77
+ "path": "skills/engineering/to-tickets"
78
+ },
79
+ {
80
+ "name": "triage",
81
+ "path": "skills/engineering/triage"
82
+ },
83
+ {
84
+ "name": "wayfinder",
85
+ "path": "skills/engineering/wayfinder"
86
+ },
87
+ {
88
+ "name": "claude-handoff",
89
+ "path": "skills/in-progress/claude-handoff"
90
+ },
91
+ {
92
+ "name": "loop-me",
93
+ "path": "skills/in-progress/loop-me"
94
+ },
95
+ {
96
+ "name": "setup-ts-deep-modules",
97
+ "path": "skills/in-progress/setup-ts-deep-modules"
98
+ },
99
+ {
100
+ "name": "wizard",
101
+ "path": "skills/in-progress/wizard"
102
+ },
103
+ {
104
+ "name": "writing-beats",
105
+ "path": "skills/in-progress/writing-beats"
106
+ },
107
+ {
108
+ "name": "writing-fragments",
109
+ "path": "skills/in-progress/writing-fragments"
110
+ },
111
+ {
112
+ "name": "writing-shape",
113
+ "path": "skills/in-progress/writing-shape"
114
+ },
115
+ {
116
+ "name": "git-guardrails-claude-code",
117
+ "path": "skills/misc/git-guardrails-claude-code"
118
+ },
119
+ {
120
+ "name": "migrate-to-shoehorn",
121
+ "path": "skills/misc/migrate-to-shoehorn"
122
+ },
123
+ {
124
+ "name": "scaffold-exercises",
125
+ "path": "skills/misc/scaffold-exercises"
126
+ },
127
+ {
128
+ "name": "setup-pre-commit",
129
+ "path": "skills/misc/setup-pre-commit"
130
+ },
131
+ {
132
+ "name": "edit-article",
133
+ "path": "skills/personal/edit-article"
134
+ },
135
+ {
136
+ "name": "obsidian-vault",
137
+ "path": "skills/personal/obsidian-vault"
138
+ },
139
+ {
140
+ "name": "grill-me",
141
+ "path": "skills/productivity/grill-me"
142
+ },
143
+ {
144
+ "name": "grilling",
145
+ "path": "skills/productivity/grilling"
146
+ },
147
+ {
148
+ "name": "handoff",
149
+ "path": "skills/productivity/handoff"
150
+ },
151
+ {
152
+ "name": "teach",
153
+ "path": "skills/productivity/teach"
154
+ },
155
+ {
156
+ "name": "writing-great-skills",
157
+ "path": "skills/productivity/writing-great-skills"
158
+ }
159
+ ],
160
+ "vendor": {
161
+ "id": "mattpocock",
162
+ "repo": "mattpocock/skills",
163
+ "sha": "391a2701dd948f94f56a39f7533f8eea9a859c87",
164
+ "skillRoots": [
165
+ "skills"
166
+ ]
167
+ }
168
+ }
@@ -0,0 +1,34 @@
1
+ {
2
+ "vendors": [
3
+ {
4
+ "id": "mattpocock",
5
+ "repo": "mattpocock/skills",
6
+ "sha": "391a2701dd948f94f56a39f7533f8eea9a859c87",
7
+ "skillRoots": [
8
+ "skills"
9
+ ],
10
+ "license": "MIT",
11
+ "homepage": "https://github.com/mattpocock/skills"
12
+ },
13
+ {
14
+ "id": "anthropics",
15
+ "repo": "anthropics/skills",
16
+ "sha": "9d2f1ae187231d8199c64b5b762e1bdf2244733d",
17
+ "skillRoots": [
18
+ "skills"
19
+ ],
20
+ "license": "Apache-2.0",
21
+ "homepage": "https://github.com/anthropics/skills"
22
+ },
23
+ {
24
+ "id": "anthropics-claude-code",
25
+ "repo": "anthropics/claude-code",
26
+ "sha": "15a21e1b4e240e2da6a4953d5f148a806c9c9bb2",
27
+ "skillRoots": [
28
+ "plugins/*/skills"
29
+ ],
30
+ "license": "Commercial",
31
+ "homepage": "https://github.com/anthropics/claude-code"
32
+ }
33
+ ]
34
+ }
@@ -0,0 +1,23 @@
1
+ ---
2
+ vendors:
3
+ - id: mattpocock
4
+ repo: mattpocock/skills
5
+ sha: "391a2701dd948f94f56a39f7533f8eea9a859c87"
6
+ skillRoots:
7
+ - skills
8
+ license: MIT
9
+ homepage: https://github.com/mattpocock/skills
10
+ - id: anthropics
11
+ repo: anthropics/skills
12
+ sha: "9d2f1ae187231d8199c64b5b762e1bdf2244733d"
13
+ skillRoots:
14
+ - skills
15
+ license: Apache-2.0
16
+ homepage: https://github.com/anthropics/skills
17
+ - id: anthropics-claude-code
18
+ repo: anthropics/claude-code
19
+ sha: "15a21e1b4e240e2da6a4953d5f148a806c9c9bb2"
20
+ skillRoots:
21
+ - plugins/*/skills
22
+ license: Commercial
23
+ homepage: https://github.com/anthropics/claude-code