A Claude Code plugin marketplace shipping a few personal skills.
| Plugin | What it does |
|---|---|
personal-crm |
Operate a Notion Personal CRM (People / Companies / Interactions / Topics / Places) — capture contacts, log meetings, query follow-ups. |
market-intelligence |
Build, enrich, verify, and activate competitive intelligence in Obsidian vaults; map relationships and ship outreach lists. |
grill-me |
Stress-test plans and designs by interviewing one decision at a time. |
humanizer |
Strip the tells of AI-generated writing out of prose. Forked from blader/humanizer. |
essayist |
Research and draft thesis-driven essays in the Sequoia/a16z genre — deep research, named frames, planted callbacks, and a mechanical anti-slop audit. |
threejs |
Ten Three.js reference skills — scene setup, geometry, materials, lighting, textures, animation, loaders, shaders, post-processing, interaction. Hard fork of cloudai-x/threejs-skills. |
In Claude Code:
/plugin marketplace add punitarani/skills
/plugin install personal-crm@skills
/plugin install market-intelligence@skills
/plugin install grill-me@skills
/plugin install humanizer@skills
/plugin install essayist@skills
/plugin install threejs@skills
Pick whichever plugins you want — they install independently.
To work on this marketplace from a local checkout:
/plugin marketplace add /Users/punit/projects/skills
After editing a manifest or skill, run /plugin marketplace update skills to pick up changes.
MIT — see LICENSE.
humanizer and threejs are forks of third-party work and carry their own MIT notices — see
plugins/humanizer/LICENSE (Copyright (c) 2025 Siqi Chen) and
plugins/threejs/LICENSE.