nano-spec
v0.4.0Minimal change-driven development: preserve intent, verify outcomes, and research only what matters.
By dmitrii-dremin0 GitHub starsUpdated 2 weeks ago
Directory evidence
- Runtimes
- Codex and Agent Plugins
- Parsed components
- 4 skill or MCP entries
- Source updated
- Sep 7, 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 nano-spec for Codex
codex plugin marketplace add dmitrii-dremin/nano-spec
codex plugin marketplace upgrade nano-spec
codex plugin add nano-spec@nano-specPaste and run these commands in a terminal with Codex. They add and refresh the nano-spec catalog, then install this plugin.
Compatibility: the page URL and API slug “nano-spec” remain stable.
- Codex:
nano-spec@agent-plugin-marketplace→nano-spec@nano-spec
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/dmitrii-dremin/nano-specClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.
Plugin files
├── .codex-plugin/plugin.json├── plugin.json├── skills/apply/SKILL.md├── skills/check/SKILL.md├── skills/explore/SKILL.md└── skills/shape/SKILL.md
Included Skills4
Implement or resume an authorized NanoSpec change, verify the result, and preserve necessary context. Use for implementation requests; a separate shape invocation is not required.
Assess whether a NanoSpec brief is sufficient or its implementation meets the requirements. Use for separate reviews and readiness checks; report findings without changing code or requirements by default.
Investigate how an existing system capability works and why, using relevant NanoSpec changes, their relationships, current code, and evidence. Use for research and explanations before planning or implementation; do not turn exploration into a mandatory workflow stage.
Prepare or clarify a NanoSpec task brief before implementation, defining behavior, constraints, and verification. A request to prepare a brief alone does not authorize implementation.
Plugin manifests2
{
"name": "nano-spec",
"version": "0.4.0",
"description": "Minimal change-driven development: preserve intent, verify outcomes, and research only what matters.",
"author": {
"name": "dmitrii-dremin",
"url": "https://github.com/dmitrii-dremin"
},
"repository": "https://github.com/dmitrii-dremin/nano-spec",
"homepage": "https://github.com/dmitrii-dremin/nano-spec",
"skills": "./skills/",
"interface": {
"displayName": "NanoSpec",
"shortDescription": "Minimal change records for useful agent workflows.",
"longDescription": "Explore, shape, implement, and check changes without a maintained specification library or mandatory ceremonies.",
"developerName": "dmitrii-dremin",
"category": "Productivity",
"capabilities": [
"Read",
"Write"
],
"defaultPrompt": [
"Explore how this feature works.",
"Prepare a concise change for this task.",
"Implement this change and verify its acceptance criteria."
]
}
}{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "nano-spec",
"version": "0.4.0",
"description": "Minimal change-driven development: preserve intent, verify outcomes, and research only what matters.",
"author": {
"name": "dmitrii-dremin",
"url": "https://github.com/dmitrii-dremin"
},
"repository": "https://github.com/dmitrii-dremin/nano-spec",
"homepage": "https://github.com/dmitrii-dremin/nano-spec"
}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.
[nano-spec on Agent Plugins Marketplace](https://pluginsmp.com/plugins/nano-spec)