craft-skills-and-memories
Create skills and memories to a quality bar, and repair them at their source when they fail.
By Vivswan ShahLicense: SEE LICENSE IN LICENSE.md1 GitHub starsUpdated 3 hours ago
Directory evidence
- Runtimes
- Codex
- Parsed components
- 0 skill or MCP entries
- Source updated
- Sep 3, 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 craft-skills-and-memories for Codex
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add craft-skills-and-memories@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/Vivswan/skillsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is skills/craft-skills-and-memories/.
Plugin files
└── .codex-plugin/plugin.json
Plugin manifests1
{
"name": "craft-skills-and-memories",
"description": "Create skills and memories to a quality bar, and repair them at their source when they fail.",
"author": {
"name": "Vivswan Shah",
"email": "[email protected]",
"url": "https://vivswan.github.io/"
},
"homepage": "https://github.com/Vivswan/skills/tree/main/skills/craft-skills-and-memories",
"repository": "https://github.com/Vivswan/skills",
"license": "SEE LICENSE IN LICENSE.md",
"keywords": [
"agent-skills",
"skill-maintenance",
"memory-maintenance",
"self-repair",
"plugin-ready"
],
"skills": "./",
"interface": {
"displayName": "Craft Skills and Memories",
"shortDescription": "Create and repair skills and memories.",
"longDescription": "One skill for both ends of the lifecycle: creating skills and memories to a shared quality bar (example-led, trigger descriptions, right scope), and repairing them at their canonical source when instructions fail in practice, so defects are fixed once instead of rediscovered every session.",
"developerName": "Vivswan",
"category": "Developer Tools",
"capabilities": [
"Read",
"Edit"
],
"websiteURL": "https://github.com/Vivswan/skills/tree/main/skills/craft-skills-and-memories",
"defaultPrompt": [
"Save this lesson as a memory or skill, whichever fits.",
"This skill's command no longer works; fix the skill.",
"This memory is stale; update it at its source."
],
"brandColor": "#0F766E"
}
}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.
[craft-skills-and-memories on Agent Plugins Marketplace](https://pluginsmp.com/plugins/craft-skills-and-memories)