Skip to content

emaballarin/ccplugins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ccplugins

Emanuele Ballarin's personal Claude Code plugin marketplace.

Install the marketplace

From any Claude Code session:

/plugin marketplace add emaballarin/ccplugins

Then install individual plugins with /plugin install <name>@ccplugins.

Plugins

Name Description Docs
mf mindfunnel — project-agnostic session management. Four skills (/mf:setup, /mf:prime, /mf:dump, /mf:spinup) that funnel session state into auto-memory and back. plugins/mindfunnel
ccsci ccscience — research & scientific-computing skills adapted from Claude Science: literature-review, pdf-explore, the figure-style / figure-composer / paper-narrative trilogy, canvas-design, doc-coauthoring, web-artifacts-builder, plus the computational-scientist and deep-researcher subagents. plugins/ccscience

Install a plugin

/plugin install mf@ccplugins
/plugin install ccsci@ccplugins

Layout

ccplugins/
├── .claude-plugin/
│   └── marketplace.json
├── README.md                             # this file
├── LICENSE                               # MIT
└── plugins/
    ├── mindfunnel/                          # plugin name: mf
    │   ├── .claude-plugin/plugin.json
    │   ├── README.md
    │   ├── CHANGELOG.md
    │   ├── skills/{setup,prime,dump,spinup}/SKILL.md
    │   └── templates/{AGENTS,SOUL,PROJECT}.md
    └── ccscience/                           # plugin name: ccsci
        ├── .claude-plugin/plugin.json
        ├── README.md  CHANGELOG.md  LICENSE  # Apache-2.0
        ├── agents/{computational-scientist,deep-researcher}.md
        └── skills/{literature-review,pdf-explore,figure-style,
                    figure-composer,paper-narrative,canvas-design,
                    doc-coauthoring,web-artifacts-builder}/

New plugins go under plugins/<name>/ and get an entry in .claude-plugin/marketplace.json.

License

The marketplace and the mf plugin are MIT — see LICENSE. The ccsci plugin is Apache-2.0 with its own plugins/ccscience/LICENSE (its bundled canvas-design typefaces are under the SIL Open Font License).

Contact

Emanuele Ballarin — emanuele@ballarin.cc

About

Personal plugins for Claude Code (& friends)... maybe worth sharing!

Topics

Resources

License

Stars

2 stars

Watchers

0 watching

Forks

Contributors