alex-coding
v0.8.2+codex.20260923165047Project-context-driven setup, planning, implementation and PR review/feedback monitoring
By Alex Coding Studio0 GitHub starsUpdated 14 hours ago
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 5 skill or MCP entries
- Source updated
- Sep 23, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install alex-coding for Codex and Claude Code
codex plugin marketplace add alex-coding-studio/skills
codex plugin marketplace upgrade alex-coding-studio
codex plugin add alex-coding@alex-coding-studioPaste and run these commands in a terminal with Codex. They add and refresh the alex-coding-studio catalog, then install this plugin.
Compatibility: the page URL and API slug “alex-coding” remain stable.
- Codex:
alex-coding@agent-plugin-marketplace→alex-coding@alex-coding-studio
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/alex-coding-studio/skillsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/alex-coding/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json├── skills/implement/SKILL.md├── skills/monitor/SKILL.md├── skills/plan/SKILL.md├── skills/review/SKILL.md└── skills/setup/SKILL.md
Included Skills5
Implement and deliver accepted repository changes, using the current Delivery Contract when present or the user request directly. Exclude planning, setup and review-only work.
Deliver author feedback on named PRs to their existing session. Register each PR after creation or on explicit request. Exclude independent code review and reviewer startup.
Plan a repository change and publish its accepted Delivery Contract through a documentation PR. Use for scope, acceptance or contract work; exclude implementation and technical setup.
Independently review one named GitHub PR and follow it through merge, closure or a user-attention handoff. Start automatically for Implement or Plan when review is required, or resume a named PR. Exclude repository-wide discovery and author feedback handling.
Create, align, or update a runnable technical project baseline, including toolchains, adding/removing direct packages, dependency version changes, data infrastructure, commands, CI, ProjectContext, and initial repository delivery. Use for project setup and later foundation changes; exclude product planning, feature implementation, review-only work, application deployment or package/artifact publication, and work owned by a narrower installed platform setup skill.
Plugin manifests2
{
"name": "alex-coding",
"version": "0.8.2+codex.20260923165047",
"description": "Project-context-driven setup, planning, implementation and PR review/feedback monitoring",
"author": {
"name": "Alex Coding Studio"
},
"skills": "./skills/",
"interface": {
"displayName": "Alex Coding",
"shortDescription": "Set up, plan and implement repository work.",
"longDescription": "Establish a runnable technical baseline, plan accepted changes, implement them, and carry pull requests through the project review workflow.",
"developerName": "Alex Coding Studio",
"category": "Developer Tools",
"capabilities": [],
"defaultPrompt": [
"Use alex-coding:setup to create or update this project's technical baseline.",
"Use alex-coding:plan to plan this repository change.",
"Use alex-coding:implement to deliver this accepted contract."
]
}
}{
"name": "alex-coding",
"version": "0.8.2",
"description": "Project-context-driven setup, planning, implementation and PR review/feedback monitoring",
"author": {
"name": "Alex Coding Studio"
}
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[alex-coding on Agent Plugins Marketplace](https://pluginsmp.com/plugins/alex-coding)