Analyze CSV files with statistical summaries, visualizations (histograms, box plots, heatmaps), outlier detection, correlation analysis, and data quality scoring to explore and report on datasets.
A collection of Claude Code plugins for business automation, data analysis, and productivity.
Plugins are organized by workstream under plugins/.
| Workstream | Plugin | Description |
|---|---|---|
| bizdev | crm | CRM operations for companies, contacts, and notes via Attio |
| bizdev | research | Social media, web, and market research scraping |
| design | doc-format | AI-powered document, image, and flowchart generation |
| design | design-system | Casper Studios design system and Liquid Glass UI guidance |
| design | content-marketing | LinkedIn posts, video production, and YouTube tooling |
| engineering | code-review | Codebase audits for AI-agent readiness and code review |
| engineering | skill-authoring | Tooling for creating and updating Claude Code skills |
| engineering | marketplace-setup | Security hooks, safe .env loading, and privacy settings |
| engineering | git-pr | Planning, commits, PR management, code polishing, session handoffs |
| engineering | testing | Browser automation and testing |
| engineering | integrations | Google Workspace and universal third-party app integrations |
| engineering | cf-saas-stack | Cloudflare SaaS stack patterns - auth, database, workflows, emails, Stripe, and more |
| engineering | stack-patterns | Idiomatic usage patterns for React, TanStack Table, and better-all |
| product | data-analysis | Data analysis and storytelling for financial and RevOps contexts |
| product | csv-analyzer | CSV data analysis, profiling, and visualization |
| product | discovery | AI voice agent creation for client discovery and feedback calls |
| project-management | brain | Context management for consulting projects - company info, project PRDs, meeting transcripts |
| project-management | comms | Email triage and Slack channel automation |
# Install the skills CLI, then add everything from the marketplace
npx skills add https://github.com/Casper-Studios/casper-marketplace --all -g
The --all flag is idempotent — it installs new skills and overwrites existing ones. The CLI handles cloning, diffing, and symlinking internally.
npx skills add https://github.com/Casper-Studios/casper-marketplace --skill commit
npx skills add https://github.com/Casper-Studios/casper-marketplace --skill pr-comments
# Add the Casper Studios marketplace
/plugin marketplace add Casper-Studios/casper-marketplace
# Install a specific plugin (see table above for the full list)
/plugin install brain
/plugin install data-analysis
/plugin install git-pr
/plugin install stack-patterns
/plugin install cf-saas-stack
Add sync-skills.sh as a Claude Code hook to keep all marketplace plugins up-to-date automatically:
// ~/.claude/settings.json
{
"hooks": {
"SessionStart": [
{
"matcher": "startup",
"hooks": [
{
"type": "command",
"command": "bash /path/to/sync-skills.sh",
"timeout": 60,
"async": true
}
]
}
]
}
}
Plugins are grouped by workstream under plugins/<workstream>/<plugin-name>/. Each plugin follows the standard Claude Code plugin structure:
plugins/<workstream>/<plugin-name>/
├── .claude-plugin/
│ └── plugin.json # Plugin manifest
├── skills/ # Skills with SKILL.md and references/
├── commands/ # Slash commands
├── scripts/ # Utility scripts
└── README.md # Plugin documentation
To add a new plugin:
plugins/<workstream>/ (add a new workstream folder if none fits).claude-plugin/plugin.json manifestMIT
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub casper-studios/casper-marketplace --plugin csv-analyzerIdiomatic usage patterns for React, TanStack Table, and better-all.
Guidance and tooling for creating and updating Claude Code skills
Codebase audits for AI-agent readiness and code review
Data analysis, visualization, and storytelling skill for financial and RevOps contexts
AI-powered document, image, and flowchart generation and formatting
UI/UX design intelligence. Searchable local database with 84 styles, 192 palettes, 74 font pairings, 25 charts, and 22 stacks (React, Next.js, Vue, Nuxt.js, Nuxt UI, Svelte, Astro, SwiftUI, React Native, Flutter, Tailwind, shadcn/ui, Jetpack Compose, Angular, Laravel, JavaFX, WPF, WinUI, Avalonia, Uno Platform, UWP, Three.js). Use when designing, building, or reviewing UI: pages, components, color schemes, typography, layout, accessibility, animation, or data visualization.
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
A growing collection of Claude-compatible academic workflow bundles. Covers scientific figures, manuscript writing and polishing, reviewer assessment, citation retrieval, data availability, paper reading, literature search, response letters, paper-to-PPTX conversion, and evidence-grounded Chinese invention patent drafting. Rules are organized as reusable skill folders with explicit workflows and quality checks.
Intelligent draw.io diagramming plugin with AI-powered diagram generation, multi-platform embedding (GitHub, Confluence, Azure DevOps, Notion, Teams, Harness), conditional formatting, live data binding, and MCP server integration for programmatic diagram creation and management.
Complete creative writing suite with 10 specialized agents covering the full writing process: research gathering, character development, story architecture, world-building, dialogue coaching, editing/review, outlining, content strategy, believability auditing, and prose style/voice analysis. Includes genre-specific guides, templates, and quality checklists.
Build and maintain an LLM-curated personal knowledge base with default local FastEmbed + sqlite-vec search, BM25 fusion, structured evidence, incremental caching, and a compiled graph layer.