Agent Plugins Marketplace
All plugins

franklin-method

v0.1.0

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.

Claude Code4 Skills

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

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install franklin-method@agent-plugin-marketplace

Paste 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-method

Clone 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

franklin-method/
├── .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

franklinskills/franklin/SKILL.md

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.

franklin-drillskills/franklin-drill/SKILL.md

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.

franklin-historyskills/franklin-history/SKILL.md

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.

franklin-reviewskills/franklin-review/SKILL.md

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

.claude-plugin/plugin.json
{
  "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"
  ]
}

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)