svif
v0.2.0-devProject orchestration workflows backed by durable continuity, explicit evidence, authority boundaries, and checkpointing.
By iorLab0 GitHub starsUpdated 1 hour ago
Directory evidence
- Runtimes
- Codex and Agent Plugins
- Parsed components
- 1 skill or MCP entry
- Source updated
- Aug 29, 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 plugin
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add svif@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/iorLab/svifClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugin/.
Plugin files
├── .codex-plugin/plugin.json├── plugin.json└── skills/svif/SKILL.md
Included Skills1
Operate software and technical Projects with durable Agnir continuity, explicit evidence, authority boundaries, verification, external-effect observation, and reliable checkpoint/resume behavior. Use for Project implementation, debugging, delivery, repository work, or continuation where the Project should remain resumable across executors and sessions.
Plugin manifests2
{
"name": "svif",
"version": "0.2.0-dev",
"description": "Project orchestration workflows backed by durable continuity, explicit evidence, authority boundaries, and checkpointing.",
"author": {
"name": "iorLab",
"url": "https://github.com/iorLab/svif"
},
"homepage": "https://github.com/iorLab/svif",
"repository": "https://github.com/iorLab/svif",
"keywords": [
"project-orchestration",
"continuity",
"agnir",
"agent-skill"
],
"skills": "./skills/",
"interface": {
"displayName": "Svif",
"shortDescription": "Project orchestration with Agnir continuity",
"longDescription": "Continue a durable Svif Project through Agnir continuity, explicit verification, trusted authority boundaries, independent observation, and resumable checkpointing without moving canonical Project truth into the execution surface.",
"developerName": "iorLab",
"category": "Developer Tools",
"capabilities": [
"Interactive",
"Write"
],
"websiteURL": "https://github.com/iorLab/svif",
"defaultPrompt": [
"Continue this Svif Project and implement the next concrete action. Use the Project's canonical durable state and checkpoint when finished."
]
}
}{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "svif",
"version": "0.2.0-dev",
"description": "Project orchestration workflows backed by durable continuity, explicit evidence, authority boundaries, and checkpointing.",
"author": {
"name": "iorLab",
"url": "https://github.com/iorLab/svif"
},
"homepage": "https://github.com/iorLab/svif",
"repository": "https://github.com/iorLab/svif",
"keywords": [
"project-orchestration",
"continuity",
"agnir",
"agent-skill"
]
}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.
[svif on Agent Plugins Marketplace](https://pluginsmp.com/plugins/svif)