vft-kit
v0.3.0+codex.20260919094819Claude Code and Codex operations and reusable development utilities.
By VFT contributors3 GitHub starsUpdated 3 days ago
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 0 skill or MCP entries
- Source updated
- Sep 21, 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 vft-kit for Codex and Claude Code
codex plugin marketplace add Miofly/vft-kit
codex plugin marketplace upgrade vft-kit
codex plugin add vft-kit@vft-kitPaste and run these commands in a terminal with Codex. They add and refresh the vft-kit catalog, then install this plugin.
Compatibility: the page URL and API slug “vft-kit” remain stable.
- Codex:
vft-kit@agent-plugin-marketplace→vft-kit@vft-kit
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/Miofly/vft-kitClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/vft-kit/.
Plugin files
├── .codex-plugin/plugin.json└── .claude-plugin/plugin.json
Plugin manifests2
{
"name": "vft-kit",
"version": "0.3.0+codex.20260919094819",
"description": "Claude Code and Codex operations and reusable development utilities.",
"author": {
"name": "VFT contributors"
},
"keywords": [
"vft",
"claude-code",
"codex",
"frontend",
"testing"
],
"skills": [
"./skills/agent-ops",
"./skills/cloud-platforms",
"./skills/design-content",
"./skills/dev-workflow",
"./skills/requirements",
"./skills/web-automation",
"./skills/workplace-tools"
],
"interface": {
"displayName": "VFT Kit",
"shortDescription": "Claude Code and Codex operations and shared development tools.",
"longDescription": "A local toolbox for Claude Code and Codex operations and reusable development workflows.",
"developerName": "VFT contributors",
"category": "Productivity",
"capabilities": [
"Write",
"Execute"
],
"defaultPrompt": [
"Use fe-auto-test to verify this page.",
"Split this oversized Vue SFC."
],
"brandColor": "#0F766E"
}
}{
"name": "vft-kit",
"version": "0.3.0",
"description": "Claude Code / Codex 运维与通用开发工具",
"author": {
"name": "VFT contributors"
},
"skills": [
"./skills/agent-ops",
"./skills/cloud-platforms",
"./skills/design-content",
"./skills/dev-workflow/dbx",
"./skills/dev-workflow/fe-auto-test",
"./skills/dev-workflow/fe-lint-fix",
"./skills/dev-workflow/fe-user-agent-resolver",
"./skills/dev-workflow/git-ops",
"./skills/dev-workflow/github-ops",
"./skills/dev-workflow/vue27-vite-config",
"./skills/requirements",
"./skills/web-automation",
"./skills/workplace-tools"
]
}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.
[vft-kit on Agent Plugins Marketplace](https://pluginsmp.com/plugins/vft-kit)