franklin-method
v0.1.0Turns any subject into a self-teaching campaign using Benjamin Franklin's two modes: acquisition, then reconstruct-and-diff refinement. Every check is external - Claude never grades the work.
By Vincent ColomboLicense: MIT0 GitHub starsUpdated 6 days ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 4 skill or MCP entries
- Source updated
- Sep 18, 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 franklin-method for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install franklin-method@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. 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/vcolombo/franklin-methodClone 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
├── .claude-plugin/plugin.json├── skills/franklin/SKILL.md├── skills/franklin-drill/SKILL.md├── skills/franklin-history/SKILL.md└── skills/franklin-review/SKILL.md
Included Skills4
Start a Franklin-method learning campaign for any subject: interview the goal, decompose it into sub-skills with real answer keys, build an acquisition gate and drills for each rung, and init a git repo to track it. Use when the user says they want to learn something.
Run one session of a Franklin-method campaign — acquire a rung's material and test the gate, prep an exemplar into hints, or diff a blind rebuild against the original. Use for daily practice in an existing ~/franklin campaign.
Analyze every Franklin-method campaign in ~/franklin at once — mine the git logs and fault grids for faults that recur across unrelated subjects, which drill forms actually work for this person, and whether the cold delay is being honored. Use after two or more campaigns.
Run the weekly or end-of-cycle review for a Franklin-method learning campaign — read the fault log, find recurring failures, check the study-to-drill balance and prediction hit rate, revise the grid rows, and hand off to the next queued campaign. Use on Sundays or at cycle end.
Plugin manifests1
{
"name": "franklin-method",
"version": "0.1.0",
"description": "Turns any subject into a self-teaching campaign using Benjamin Franklin's two modes: acquisition, then reconstruct-and-diff refinement. Every check is external - Claude never grades the work.",
"author": {
"name": "Vincent Colombo",
"url": "https://github.com/vcolombo"
},
"homepage": "https://github.com/vcolombo/franklin-method",
"repository": "https://github.com/vcolombo/franklin-method",
"license": "MIT",
"keywords": [
"learning",
"deliberate-practice",
"self-teaching",
"study",
"spaced-repetition",
"franklin"
]
}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.
[franklin-method on Agent Plugins Marketplace](https://pluginsmp.com/plugins/franklin-method)