Skip to content

Commit e29fa78

Browse files
fix: align plugin manifests, author metadata, and documentation URL
Standardize author name to "Jiten Singh" across all manifests. Add missing email to plugin.json files. Fix broken GitHub URL in CLI help. Update README counts in marketplace listings.
1 parent d66d150 commit e29fa78

8 files changed

Lines changed: 18 additions & 17 deletions

File tree

.claude-plugin/README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Salesforce Claude Code (SCC) — production-ready AI agent harness for Salesforc
1515

1616
```bash
1717
npm install -g scc-universal
18-
npx scc install full
18+
npx scc install all
1919
```
2020

2121
### From Source
@@ -24,15 +24,14 @@ npx scc install full
2424
git clone <repo-url> salesforce-claude-code
2525
cd salesforce-claude-code
2626
npm install
27-
npx scc install full
27+
npx scc install all
2828
```
2929

3030
## What's Included
3131

32-
- **27 agents** for Salesforce development (Apex, LWC, SOQL, Flows, Visualforce, Aura, DevOps, Security)
33-
- **58 skills** for domain knowledge, workflows, and patterns (39 user-invocable via `/skill-name`, 19 auto-activating)
34-
- **28 rules** for coding standards and best practices
35-
- **28 hooks** for quality gates and automation
32+
- **25 agents** for Salesforce development (Apex, LWC, SOQL, Flows, Visualforce, Aura, DevOps, Security)
33+
- **55 skills** for domain knowledge, workflows, and patterns (35 user-invocable via `/skill-name`, 20 auto-activating)
34+
- **29 hooks** for quality gates and automation
3635
- **8 schemas** for configuration validation
3736

3837
## Configuration

.claude-plugin/marketplace.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://anthropic.com/claude-code/marketplace.schema.json",
33
"name": "salesforce-claude-code",
4-
"description": "Production-ready AI agent harness for Salesforce development — 27 agents, 58 skills, and 28 hooks for Apex, LWC, SOQL, Flows, Visualforce, Aura, and DevOps",
4+
"description": "Production-ready AI agent harness for Salesforce development — 25 agents, 55 skills, and 29 hooks for Apex, LWC, SOQL, Flows, Visualforce, Aura, and DevOps",
55
"owner": {
66
"name": "Jiten Singh",
77
"email": "jitencseng@gmail.com"
@@ -13,7 +13,7 @@
1313
{
1414
"name": "salesforce-claude-code",
1515
"source": "./",
16-
"description": "27 specialized agents, 58 domain skills, and 28 hooks for Salesforce development — Apex, LWC, SOQL, Flows, Visualforce, Aura, Agentforce, DevOps, and Security",
16+
"description": "25 specialized agents, 55 domain skills, and 29 hooks for Salesforce development — Apex, LWC, SOQL, Flows, Visualforce, Aura, Agentforce, DevOps, and Security",
1717
"version": "0.0.0",
1818
"author": {
1919
"name": "Jiten Singh",

.claude-plugin/plugin.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"description": "Production-ready AI agents, skills, and hooks for Salesforce development",
55
"author": {
66
"name": "Jiten Singh",
7+
"email": "jitencseng@gmail.com",
78
"url": "https://github.com/jiten-singh-shahi"
89
},
910
"homepage": "https://github.com/jiten-singh-shahi/salesforce-claude-code",

.cursor-plugin/README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,9 @@ ln -s /path/to/salesforce-claude-code ~/.cursor/plugins/local/salesforce-claude-
2626

2727
## What's Included
2828

29-
- **27 agents** for Salesforce development (Apex, LWC, SOQL, Flows, Visualforce, Aura, DevOps, Security)
30-
- **58 skills** for domain knowledge, workflows, and patterns (39 user-invocable via `/skill-name`, 19 auto-activating)
31-
- **28 rules** for coding standards and best practices
32-
- **28 hooks** for quality gates and automation
29+
- **25 agents** for Salesforce development (Apex, LWC, SOQL, Flows, Visualforce, Aura, DevOps, Security)
30+
- **55 skills** for domain knowledge, workflows, and patterns (35 user-invocable via `/skill-name`, 20 auto-activating)
31+
- **29 hooks** for quality gates and automation
3332
- **MCP config** for Salesforce DX and SF CLI integration
3433

3534
## Configuration

.cursor-plugin/marketplace.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,11 @@
1111
{
1212
"name": "salesforce-claude-code",
1313
"source": "./",
14-
"description": "27 specialized agents, 58 domain skills, and 28 hooks for Salesforce development — Apex, LWC, SOQL, Flows, Visualforce, Aura, Agentforce, DevOps, and Security",
14+
"description": "25 specialized agents, 55 domain skills, and 29 hooks for Salesforce development — Apex, LWC, SOQL, Flows, Visualforce, Aura, Agentforce, DevOps, and Security",
1515
"version": "0.0.0",
1616
"author": {
17-
"name": "Jiten Singh"
17+
"name": "Jiten Singh",
18+
"email": "jitencseng@gmail.com"
1819
},
1920
"homepage": "https://github.com/jiten-singh-shahi/salesforce-claude-code",
2021
"repository": "https://github.com/jiten-singh-shahi/salesforce-claude-code",

.cursor-plugin/plugin.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
"version": "0.0.0",
44
"description": "Production-ready AI agents, skills, and hooks for Salesforce development",
55
"author": {
6-
"name": "Jiten Singh"
6+
"name": "Jiten Singh",
7+
"email": "jitencseng@gmail.com"
78
},
89
"homepage": "https://github.com/jiten-singh-shahi/salesforce-claude-code",
910
"repository": "https://github.com/jiten-singh-shahi/salesforce-claude-code",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"salesforce-security"
2626
],
2727
"author": {
28-
"name": "Jiten Singh Shahi",
28+
"name": "Jiten Singh",
2929
"email": "jitencseng@gmail.com",
3030
"url": "https://github.com/jiten-singh-shahi"
3131
},

scripts/scc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Environment:
6161
SCC_DISABLED_HOOKS Comma-separated list of hooks to disable
6262
SF_ORG_ALIAS Default Salesforce org alias
6363
64-
Documentation: https://github.com/jiten/salesforce-claude-code
64+
Documentation: https://github.com/jiten-singh-shahi/salesforce-claude-code
6565
`);
6666
process.exit(exitCode);
6767
}

0 commit comments

Comments
 (0)