adapting-skills
v1.4.1Codex skill with stack and style priors for adapting generated work to the jabworks conventions.
By jabworksLicense: MIT1 GitHub starsUpdated 3 days ago
Directory evidence
- Runtimes
- Codex, Claude Code, and Agent Plugins
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 20, 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 adapting-skills for Codex and Claude Code
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add adapting-skills@agent-plugin-marketplacePaste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.
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/jabworks/agentic-toolkitClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is dist/plugins/adapting-skills/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json├── plugin.json└── skills/adapting-skills/SKILL.md
Included Skills1
Use when adapting a generic skill, cloning a skill template, scaffolding new code, or generating output that should match the jabworks stack and conventions. Also when improving or updating an existing skill in any project — its trigger contract, eval cases, or structure — to the jabworks authoring standards. Not for creating, registering, or syncing toolkit skills (toolkit-foundry) or reviewing this toolkit's own SKILL.md files (toolkit-skill-standards).
Plugin manifests3
{
"name": "adapting-skills",
"version": "1.4.1",
"description": "Codex skill with stack and style priors for adapting generated work to the jabworks conventions.",
"author": {
"name": "jabworks"
},
"repository": "https://github.com/jabworks/agentic-toolkit",
"license": "MIT",
"keywords": [
"profile",
"stack",
"conventions",
"typescript",
"nextjs",
"nestjs",
"drizzle",
"trpc",
"oxlint",
"jabworks"
],
"skills": "./skills/adapting-skills",
"interface": {
"displayName": "Adapting Skills",
"shortDescription": "Apply local stack and style priors.",
"longDescription": "Adapting Skills gives Codex repo-sensitive priors for TypeScript, Next.js, NestJS, Drizzle, tRPC, oxlint, and working-style conventions.",
"developerName": "jabworks",
"category": "Productivity",
"capabilities": [
"Skills",
"Development"
],
"defaultPrompt": [
"Adapt this to the jabworks stack.",
"Check this against local conventions.",
"Scaffold this in the preferred style."
]
}
}{
"name": "adapting-skills",
"version": "1.4.1",
"description": "Claude Code skill with stack and style priors for adapting generated work to the jabworks conventions.",
"author": {
"name": "jabworks"
},
"repository": "https://github.com/jabworks/agentic-toolkit",
"license": "MIT",
"keywords": [
"profile",
"stack",
"conventions",
"typescript",
"nextjs",
"nestjs",
"drizzle",
"trpc",
"oxlint",
"jabworks"
],
"skills": "./skills/adapting-skills"
}{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "adapting-skills",
"version": "1.4.1",
"description": "Claude Code skill with stack and style priors for adapting generated work to the jabworks conventions.",
"author": {
"name": "jabworks"
},
"repository": "https://github.com/jabworks/agentic-toolkit",
"license": "MIT",
"keywords": [
"profile",
"stack",
"conventions",
"typescript",
"nextjs",
"nestjs",
"drizzle",
"trpc",
"oxlint",
"jabworks"
]
}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.
[adapting-skills on Agent Plugins Marketplace](https://pluginsmp.com/plugins/adapting-skills)