Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
By marco3939
Email triage system — paired skills (inbox-setup + inbox-triage) for personalized recurring email triage. inbox-setup runs once via interactive interview to build a knowledge base of 7 files (taxonomy, patterns, evaluation-framework, rate-card, blocklist, tracker, triage-log/) in ${WORKSPACE}/Email/. inbox-triage runs on recurring cadence (1-3x daily) or on demand: classifies recent emails, researches new senders, generates recommendations, drafts replies (NEVER sends), delivers a report, and updates the KB with learnings. The two skills share a strict file contract — PR #657's cross-skill consistency audit verified the 7 KB filenames align verbatim between the two megaprompts. Source specs: megaprompts/06-inbox-setup-megaprompt.md + megaprompts/07-inbox-triage-megaprompt.md.
npx claudepluginhub marco3939/claude_skill --plugin email-pairBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
/cs:inbox-setup — Interactive 8-section interview that builds a personalized 7-file email-triage knowledge base. ~25-31 grill-me questions, one at a time. Run ONCE; re-run when business/pricing/priorities change. Companion to /cs:inbox-triage.
/cs:inbox-triage — Recurring email triage execution. Reads 7-file KB built by /cs:inbox-setup. Classifies recent emails, drafts replies (NEVER SENDS), delivers report, updates KB. Run 1-3x/day or on demand. Halts with clear message if KB missing.
One-time email-triage onboarding persona. Conducts an 8-section interactive interview (~25-31 grill-me questions) to build a personalized knowledge base of 7 markdown files in ${WORKSPACE}/Email/ that powers the companion inbox-triage skill. Refuses to batch questions. Refuses to skip the sample-emails ask (S3). Refuses to overwrite existing files without per-file consent on re-run. Refuses to persist sensitive credentials.
Recurring email-triage execution persona. Reads the 7-file KB produced by inbox-setup, classifies recent emails via the user's taxonomy, researches new senders, generates recommendations, drafts replies, delivers a report, and updates the KB with learnings. NEVER SENDS — drafts only, non-negotiable. Halts with clear message if KB files are missing (directs user to run inbox-setup first). Light-intake — max 2 optional override questions.
One-time setup skill that builds a personalized inbox triage knowledge base via interactive interview. Interviews the user about their email patterns, business context, reply style, and priorities using grill-me discipline (one question at a time, forcing format where possible, dependency-ordered, each question explains why I'm asking), then generates the knowledge base files that power the companion 'inbox-triage' skill. Run this once before using inbox-triage for the first time. Re-run when business, pricing, or priorities change significantly. Triggers: 'set up my inbox', 'configure inbox triage', 'set up my email system', 'configure email triage', 'build my email knowledge base', 'initialize email management', 'set up inbox triage', 'onboard email triage', or any variation where someone wants to get the email triage system running for the first time.
Runs a full inbox triage using the knowledge base created by the 'inbox-setup' skill. Light-intake by design (most invocations skip questions and run with KB-default preferences); asks at most 2 grill-me override questions when invocation is outside normal cadence or includes category-skip intent. Searches recent emails, classifies them via the user's taxonomy, researches new senders, generates recommendations, drafts replies (NEVER sends), delivers a report in the user's preferred format, and updates the knowledge base with learnings. Designed to run on a recurring schedule (1-3x daily) or on demand. Triggers: 'triage my inbox', 'inbox triage', 'check my email', 'run email triage', 'process my inbox', 'what's new in my email', 'handle my email', 'email triage', or any variation where the user wants their inbox processed. Requires the inbox-setup skill to have been run first.
A personal, cloud-shareable Claude Code skills repository. Combines my own skills with a security-audited mirror of the alirezarezvani/claude-skills marketplace (313+ skills across 59 plugins).
algorithmic-art/, claude-api/, mcp-builder/, skill-creator/, pdf/, docx/, pptx/, xlsx/, webapp-testing/, theme-factory/, frontend-design/, canvas-design/, claude-canva-design/, slack-gif-creator/, web-artifacts-builder/, brand-guidelines/, doc-coauthoring/, internal-comms/, artfact-quiz/ — 19 hand-curated skills.engineering/, engineering-team/, c-level-advisor/, marketing-skill/, compliance-os/, ra-qm-team/, product-team/, business-growth/, finance/, productivity/, project-management/, research/ — 59 installable plugins via the bundled marketplace.# needs Node.js 18+
npm install -g @anthropic-ai/claude-code
# or download from https://claude.com/claude-code
git clone https://github.com/marco3939/claude_skill.git
cd claude_skill
bash scripts/setup-user-memory.sh # one-time: adds discovery protocol to ~/.claude/CLAUDE.md + SessionStart hook to ~/.claude/settings.json
claude
git clone https://github.com/marco3939/claude_skill.git
cd claude_skill
.\scripts\setup-user-memory.ps1 # native PowerShell version of the setup
claude
The
.ps1script is compatible with Windows PowerShell 5.1 and PowerShell 7+. If you get an execution-policy error, runSet-ExecutionPolicy -Scope CurrentUser RemoteSignedonce.
/plugin marketplace add marco3939/claude_skill
Install plugins per use case:
/plugin install engineering-skills@claude-code-skills
/plugin install c-level-skills@claude-code-skills
# ...etc — install whichever plugins you need
After running the setup script, every future Claude Code session — even in unrelated repos — starts with a compact marketplace summary injected and the discovery protocol active. Claude will proactively suggest the right plugin for whatever you're working on; you confirm, install, proceed.
The CLAUDE.md at root tells Claude Code to check the marketplace first before writing code. When you ask it to do something domain-specific (build a React app, audit GDPR compliance, write a CFO memo), Claude will scan .claude-plugin/marketplace.json and suggest the relevant skill — you confirm, install, and proceed.
This is lazy-loading: you don't pre-install 59 plugins; Claude proposes what's relevant when relevant.
The vendored upstream was audited on 2026-05-19 in an isolated sandbox before merging. Findings: no backdoors, no malicious payloads, no data exfiltration. Full checklist:
curl ... | bash patterns in install scriptsbase64 -d | sh or eval/exec of dynamic stringsAUDIT_REPORT.md, VirusTotal CI scan, and skill-security-audit workflowWhat was not vendored: upstream's .git/, .github/workflows/ (kept this repo's own CI), .mcp.json (the tessl MCP server is a tooling-time dependency, not needed for end users), and the *.zip archives (they duplicate the unpacked skill folders).
LICENSE-CLAUDE-SKILLS and NOTICE.md.LICENSE.txt inside each skill folder.To pull newer upstream content later:
git clone --depth 1 https://github.com/alirezarezvani/claude-skills.git /tmp/upstream
# review the diff, then selectively rsync/copy folders you want
Don't blind-copy without re-auditing — upstream may add new skills or hooks that need fresh review.
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Multi-model consensus engine integrating OpenAI Codex CLI, Gemini CLI, and Claude CLI for collaborative code review and problem-solving.
Ultra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Standalone image generation plugin using Nano Banana MCP server. Generates and edits images, icons, diagrams, patterns, and visual assets via Gemini image models. No Gemini CLI dependency required.
Terraform infrastructure-as-code agent skill and plugin for module design patterns, state management strategies, provider configuration, security hardening, and CI/CD plan/apply workflows. Covers mono-repo vs multi-repo, workspaces, policy-as-code, and drift detection.
Structured research summarization agent skill and plugin for Claude Code, Codex, and Gemini CLI. Summarize academic papers, compare web articles, extract citations, and produce actionable research briefs.
Helm chart development agent skill and plugin for Claude Code, Codex, Gemini CLI, Cursor, OpenClaw — chart scaffolding, values design, template patterns, dependency management, security hardening, and chart testing.
Create CodeTour .tour files — persona-targeted, step-by-step walkthroughs that link to real files and line numbers. Supports 10 developer personas (vibecoder, new joiner, architect, security reviewer, etc.), all CodeTour step types, and SMIG description formula.
Multi-agent collaboration plugin for Claude Code. Spawn N parallel subagents that compete on code optimization, content drafts, research approaches, or any problem that benefits from diverse solutions. Evaluate by metric or LLM judge, merge the winner. 7 slash commands, agent templates, git DAG orchestration, message board coordination.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimUses power tools
Uses Bash, Write, or Edit tools
Share bugs, ideas, or general feedback.
Write feature specs, plan roadmaps, and synthesize user research faster. Keep stakeholders updated and stay ahead of the competitive landscape.
Curate auto-memory, promote learnings to CLAUDE.md and rules, extract proven patterns into reusable skills.