← All plugins
web-scripting
v1.2.1Web scripting with PHP and Ruby for web applications, CMS development, and backend services
CodexClaude Code
by Seth HobsonMIT38.6kupdated 4 days ago
Source
git clone https://github.com/wshobson/agentsClone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/web-scripting/ inside the repository.
Layout
plugins/web-scripting/
├── .codex-plugin/plugin.json└── .claude-plugin/plugin.json
Manifests2
plugins/web-scripting/.codex-plugin/plugin.json
{
"name": "web-scripting",
"version": "1.2.1",
"description": "Web scripting with PHP and Ruby for web applications, CMS development, and backend services",
"skills": "./skills/",
"author": {
"name": "Seth Hobson",
"email": "seth@major7apps.com"
},
"license": "MIT",
"interface": {
"displayName": "Web Scripting",
"shortDescription": "Web scripting with PHP and Ruby for web applications, CMS development, and backend services",
"category": "Coding"
}
}plugins/web-scripting/.claude-plugin/plugin.json
{
"name": "web-scripting",
"version": "1.2.1",
"description": "Web scripting with PHP and Ruby for web applications, CMS development, and backend services",
"author": {
"name": "Seth Hobson",
"email": "seth@major7apps.com"
},
"license": "MIT"
}